The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


View by: Most Recent | Topic | Community | Webloggers | James Gosling   
Monthly Archives:    

Blogs by topic J2EE and user mister__m

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • Grid • GUI 
• IDE • Instant Messaging • J2EE • J2ME • J2SE 
• JavaOne • Jini • JSP • JSR • JXTA 
• LDAP • Linux • Mobility • NetBeans • Open Source 
• OpenSolaris • P2P • Patterns • Performance • Porting 
• Programming • Research • Security • Servlets • Struts 
• Swing • Testing • Tools • Virtual Machine • Web Applications 
• Web Design • Web Development Tools • Web Services and XML 


J2EE

This morning the first release candidate for AspectWerkz, one of the major players in the AOP frameworks arena, has been announced. If you haven't used AOP yet, it's a good time to try it. If you have, you will enjoy AspectWerkz's approach and its unique features.
on Sep 3, 2004 | Permalink | Discuss
Do you work with J2EE? How many times have you written code that called setRollbackOnly()? Never called it? I am afraid that is why some of your transactions aren't working properly...
on Dec 29, 2003 | Permalink | Discuss
As a developer, I think it is a good idea to warn my pals about misleading code they might see in the future. It took me no more than a few minutes to figure out the strange issue you will read about, but it was an akward experience, actually. I present you a situation in which var is a Collection and ${empty var} in JSTL does not mean var.isEmpty(). I love JSTL, but that one really surprised me...
on Nov 27, 2003 | Permalink | Discuss