有人使用“swingx”吗? Swing 的扩展?
I've seen "swingx" mentioned and referred to here.
However, every time I try to visit the site:
It's down! Is this still an active, viable project? Or is it outdated and abandoned?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
假定的死亡者最有可能继续生存:
SwingX 1.6 公告 作为该项目的所有者之一,我可以向您保证,这是非常有活力,非常有活力。
2012 年 8 月更新
并且仍然活跃,当前版本为 1.6.4
the assumed dead are most likely to live on:
announcement of SwingX 1.6 And as one the owners of the project, I can assure you that it's very much alive and very much kicking.
Update Aug. 2012
And still alive and kicking, current version is 1.6.4
根据 SwingLabs SwingX 项目页面,该项目仍然活跃,实际上,项目团队似乎正在准备发布 Swingx 1.6,所以它不会看起来不像死了。
According to the SwingLabs SwingX project page, the project is still active and, actually, the project team seems to be preparing the release of Swingx 1.6 so it doesn't look like dead.
我用它。
现在它已经关闭(Sun Sep 20 20:04:37 CDT 2009),因为“达到的最大连接数:4096 - 稍后重试”我猜有太多人使用它。 swingx 子项目页面已通过 https://swingx.dev.java.net/ 上线。我必须说,到目前为止,Swinglabs 从未让我失望过。它总是很慢,但从来都无法到达。
Swingx 最近升级到 1.0。使用 java 1.5 的人不应该期待进一步的更新,swinglab 的努力将集中在将他们的排序/过滤与 java 1.6 排序/过滤统一起来。
I use it.
It's down now (Sun Sep 20 20:04:37 CDT 2009) because "Maximum Connections Reached: 4096 -- Retry later" I'm guessing too many people use it. The swingx subproject page is up though https://swingx.dev.java.net/. I must say that swinglabs has never, until now, been down for me. It has always been very slow, but never unreachable.
Swingx recently went to 1.0. People sing java 1.5 should not expect further updates and swinglab's effort is going to be placed in unifying their sorting/filtering with java 1.6 sorting/filtering.
您可以检查此链接,其中包含以下语句:
论坛上最近的活动表明,实际上有许多当前用户。
you can check this link which contains the statement:
the recent activity on the forum indicates that there are in fact many current users.
Swinglabs 网站至少自 7 月份以来就已经关闭(谷歌“swinglabs down”)尽管这里有保证,但我会假设它已经死了并继续前进。
Swinglabs website has been down at least since july (google "swinglabs down") Despite the assurances here, I will assume it's dead and move on.
“每个 HTTP 侦听器都有一个关联的连接队列,其中放置等待服务的请求。请求从队列中取出并由可用处理线程之一提供服务。正如预期的那样,等待服务的请求数量增加,这些请求的响应时间也会增加。此外,如果队列中的项目数量达到最大配置值(默认为 4096),服务器将拒绝新请求。 可以为连接队列配置的各种参数。它们的默认值如下所示”:
http://blogs.oracle.com/binulog/entry /glassfish_tuning_http_connection_queue
"Each HTTP listener has an associated connection queue where requests that are waiting to be serviced are placed. The requests are taken out of the queue and serviced by one of the available processing threads. As expected, as the number of requests waiting to be serviced increases, the response times for those requests also increase. Additionally, the server will reject new requests if the number of items in the queue has reached a maximum configured value (default is 4096). The various parameters that can be configured for the connection queue and their default values are given below":
http://blogs.oracle.com/binublog/entry/glassfish_tuning_http_connection_queue