Tag Archives: Weld

JBoss 6.0.0.M4 released – Good News for Weld/CDI Developers

The latest milestone release, M4 of JBoss AS 6 has been released and can be downloaded from the usual place. This new release adds some important Java EE 6 functionality and fixes a very important bug, JBAS-8024, which effectively stops … Continue reading

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