Monthly Archives: January 2010

EJB 3.1 Support in JBoss 6.0M2 – Building JBoss

JBoss recently announced that initial support for EJB 3.1 will be available in the upcoming JBoss 6.0 M2 application server. At present, the EJB 3.1 functionality supported is: developing EJBs without declaring interfaces; and deploying EJBs in WAR files Since … Continue reading

Posted in Java | Tagged , , | 4 Comments

Book Review of “JBoss RichFaces 3.3″

Yesterday I posted a review of JBoss RichFaces 3.3 by Demetrio Filocamo. Head on over to developinjava.com to read the full review. In summary, I liked the book and would recommend it for developers using RichFaces.

Posted in Java | Tagged , , | Leave a comment

DZone CDI / Weld Reference Card

It’s good to see that DZone has released another new Refcard, this time on Contexts and Dependency Injection (CDI) and Weld – the CDI reference implementation. If you’re looking at CDI or Java EE 6, then its worth downloading this … Continue reading

Posted in Java | Tagged , | Leave a comment

Creating a Weld Project using Maven and NetBeans

Now that the Beta Maven archetypes for Weld (the reference implementation of JSR 299 – Java Contexts and Dependency Injection) have been published in the Maven Central Repository, its easy to create Weld projects using Maven and NetBeans. Assuming you … Continue reading

Posted in Java | Tagged , , , , | Leave a comment