WebWork 2 Migration Strategies
Edit Page Browse Space Add Page Add News
Added by Don Brown, last edited by Don Brown on Oct 01, 2006
(originally posted on the WebWork user forum)
I just finished migrating two applications from Webwork 2.2.4 to Struts 2.0.0 and thou ...
public class Singleton {
static class SingletonHolder {
static Singleton instance = new Singleton();
} ...
IBM dW 1月发表了著名文章The top Java EE best practices的最新版本。 此文老版本(2004 年 7 月 1 日)有中文版。另外,BEA dev2dev也有一篇相关文章。
让我们看看两年多来,业界对JavaEE的认识有哪些重要变化。蓝色为有改动的实践。删去1条,新增8条。
始终使用 MVC 框架。
不要重新发明轮子。(使用通用、已经验证的框架,比如Apache Struts, JavaServer Faces和Eclipse RCP。使用经过验证的模式。【刘江按】这一点大家都在 ...







评论排行榜