Books
Tags
Ant Apache Apple C# CDI Cloud Database Eclipse EJB EJB3 Enterprise Facelets FireFox GlassFish gui Hibernate HSQL html iPhone Java Java EE JavaScript JBoss JDeveloper JDK JSF Kenai Linux Mac Maven Microsoft NetBeans OpenOffice Opera Oracle RichFaces Ruby Seam SOA Spring Struts Subversion UML Weld WordPressCategories
Archives
- July 2010 (4)
- May 2010 (1)
- April 2010 (1)
- January 2010 (4)
- August 2009 (1)
- July 2009 (2)
- June 2009 (2)
- April 2009 (3)
- March 2009 (3)
- January 2009 (2)
- December 2008 (1)
- November 2008 (1)
- October 2008 (12)
- May 2008 (2)
- March 2008 (1)
- February 2008 (1)
- January 2008 (2)
- September 2007 (5)
- August 2007 (2)
- July 2007 (4)
- June 2007 (2)
- January 2007 (2)
- November 2006 (1)
- October 2006 (5)
- September 2006 (5)
- June 2006 (1)
- April 2006 (2)
- March 2006 (1)
- February 2006 (2)
- January 2006 (7)
- December 2005 (8)
- November 2005 (8)
- October 2005 (2)
- September 2005 (10)
- August 2005 (10)
- June 2005 (9)
- April 2005 (3)
- February 2005 (2)
- January 2005 (4)
Meta
Category Archives: Java
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
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
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
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.
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
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
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
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.
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
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