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 J2SE and user ss141213

• 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 


J2SE

Did you know javap ignores Class-Path manifest attribute where as javac honors it? I didn't.
on Oct 14, 2009 | Permalink | Discuss
If you are creating a jar and you see it having an empty manifest, then blame it on the poor documentation of the API.
on Oct 13, 2009 | Permalink | Discuss
What do you expect Class.getAnnotations() do when it can't load one of the annotation types present in the class? Read on...
on Oct 8, 2009 | Permalink | Discuss
Recently my colleague observed an unusual class loading error while experimenting in GlassFish V3. I really enjoyed analysing the issue and getting to the root of the problem. I will share my experience here.
on May 27, 2009 | Permalink | Discuss
In my last blog I talked about Java related issues that I faced while writing an annotation processor that would generate persistence.xml file when I compile my JPA entity classes. To complete the story, this time I will share my maven experiences.
on Nov 30, 2007 | Permalink | Discuss