Author Archives: david

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

Upgrading RichFaces 4.0.0.A2 to 4.0.0.M1

Last week RichFaces 4.0.0.M1 was released.  If you are using Maven, then its relatively easy to upgrade from Alpha2 to M1. If you’ve not started using RichFaces 4 yet in your applications, then full details of how to install RichFaces … Continue reading

Posted in Java | Tagged | Leave a comment

Running JBoss Tools in Eclipse 3.6, Helios

With the release of a new version of Eclipse, its natural to download it and start using it straight away.  One of the main problems doing this however, is that plugins aren’t always guaranteed to work with the new version … Continue reading

Posted in Java | Tagged , | Leave a comment

Book Review: GlassFish Security by Masoud Kalali

I’ve just posted a review of “GlassFish Security” by Masoud Kalali over on developinjava.com If you’re interested in security and/or GlassFish, I’d recommend this book.  Check out the review here.

Posted in Java | Tagged , | Leave a comment

Developing SOA Composite Applications using POJOs

I’ve just had an article published on the Packt Article Network entitled Developing SOA Applications Using POJOs.  In the article I discuss how to use the POJO Service Engine in GlassFish ESB / OpenESB when creating Composite Applications in NetBeans … Continue reading

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

Book Review: Apache MyFaces Trinidad 1.2

I posted a review of Apache MyFaces Trinidad 1.2 over on developinjava.com a few days ago. I liked this book, in particular how it describes how you can use Trinidad with Seam applications. I summarized the book as: This book … Continue reading

Posted in Java | Tagged , , | Leave a comment

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