The Toughtimes live at The Java Jive

May 19th,2007 Tacoma,Wa.

Relatd Articles

Eclipse 3.3 (Europa) Released.
Eclipse 的最新版本 3.3 代号为 Europa (木卫二) 已经发布了。

此次发布跟以往有所不同,Eclipse 被分为五个不同下载包,分别是:

Apache Struts 2.0.8 GA release available
The Apache Struts groupis pleased to announce that Struts 2.0.8 is available as a "General Availability" release. The GA designation is our highest quality grade.

Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designe...

Eclipse 3.3RC4 now available
Eclipse 3.3 Release Candidate 4 (RC4) is now available for download from http://www.eclipse.org/downloads/index.php. This drop is being propagated to the various Eclipse mirror sites, which usually takes a day or so.

For people who have already downloaded the integration build with timesta...
关于Annotation的单域问题
今天在阅读IBM DW上的一篇文章《在 Eclipse 3.1 中体验 J2SE 5.0 的新特性: 第二部分 :注释类型 》时,做实验发现此文有一个地方有误,是关于单域注释的问题。

文中定义了一个TODO的注释,如下:

public @interface TODO{
String priority();
}

然后可以这样使用这个注释

Subclipse 插件的问题
Subclipse 是Eclipse下比较好的Subversion插件,但是有一个问题比较严重。

当一次提交大量文件的时候,例如我要将fckeditor整个目录提交到SVN库中时,提交进度条会停止在某个点上,然后整个Eclipse环境无响应,机器的风扇开始狂转,等了很久无赖时只好强行中止Eclipse。

问题来了,这时候无法再对SVN插件进行操作,SVN视图也打不开,只能先关闭SVN插件让后重新启用,再到SVN库中把刚才提交一般的文件全部删除,然后清除本地存储的SVN信息再重新提交。但是如果第一次已经有部分文件提交成功,麻烦了,...

Related Projects

hecl
The Hecl Programming Language is a high-level scripting language implemented in Java. It is intended to be small, extensible, extremely flexible, and easy to learn and use. In fact, it's small enough that it runs on J2ME-enabled cell phones!
ij-plugins
The 'ImageJ Plugins' project is a source of custom plugins for the Image/J software. Image/J is a public domain image processing and analysis program developed in Java (http://rsb.info.nih.gov/ij/).
vcd-db
VCD-db is an web based movie catalog software. It supports multiple users to collect, manage and work with their media catalog. New movies can easily be added through several methods, for example by fetching data straight from websites such as imdb.com
poormans
Poor Man's CMS (poormans) is a very basic CMS running as a swt application and generating static html pages.
jung
JUNG provides a common and extendible language for the modeling, analysis, and visualization of data that can be represented as a graph or network.