-
2005-04-24
好久没来了哈哈
-
2004-07-08
Tapestry vs JSF
JSF is much more code-heavy than Tapestry. Tapestry gets more done with less code and less XML.JSF arbitrarily puts a lot of very XML-ish configuration information into the JSP. I find it kludgey and ugly. Tapestry seperates the stuff that should be XML into a standalone XML file. This is the page specification, where you can define the types and configurations of your components. You can .............. -
2004-07-07
一些开发辅助工具Tips
1.Bug TrackerBugzero :Built on standard technology and developed with high quality and reliability, Bugzero is the only one-for-all product for software bug tracking, defect tracking, issue tracking, incident tracking, trouble ticketing, help desk customer support, and customer email management. .............. -
2004-06-22
开发项目过程中经验小结(三)
现在已经是6月下旬了,本来这个星期我要调休的(五一加班了三天,剩下两个周末加班两天),但是PM说这个星期可能还会有一些bug需要fix,所以只能下个星期调休了。言归正传,下面说说这两个星期碰到的问题和解决方法。1.EJB的序列化问题。举一个例子,有一个UserModel,implements Serializable.有另外一个BaseObject 也implements Serializable,如果UserModel extends BaseObject,虽然BaseObject也是可序列化的,但是UserM.............. -
2004-06-14
开发项目过程中经验小结(二)
经过一个月魔鬼般的开发,终于完成了项目phase one的coding任务了。在开发过程中遇到了很多原来没有碰到的问题。特别是这次采用的JRun服务器。1.在struts中如果要使用jstl的fmt标签,必须在web.xml中加入如下配置: <context-param> <param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name> &nbs.............. -
2004-05-28
开发项目过程中经验小结
1.Java开发中尽量使用commons-*.jar中提供的方法,大部分的工具已经在apache提供的commons包中实现了,不需要自己写方法。例如:Collection与Object[]的互相转换,Object[]=Collection.toArray() 和 Collection = java.util.Arrays.asList(Object[])。String对象的工具类在commons-lang.jar中(ver2.0)使用StringUtils类,List对象可以使用ArrayUtils类。总之,在想到一个功能之前先找一下是否已经有了相同功能的类,如果实在 -
2004-05-17
呵呵,我的成长经历
—毕业 我的毕业好像有点特别,为了到南方的一个“满地是金”的地方找到一个落脚的地方,我踏上了南下的火车。在车上一边吃着火腿肠一边忐忑不安的回忆着临行前老爸对我的嘱咐:“就算是只有500元在那里扫地,你也要先做!”。心里面沉沉的—我真的要扫地吗………To be continued.....2004年5月17日17:43:43..............







