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
Tag Archives: JSF
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
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.
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
Introduction to JSF 2 Using NetBeans 6.8 and GlassFish v3
I’ve just published an article entitled, “Introduction to JSF 2 Using NetBeans and GlassFish” over at developinjava.com. In the article I give a brief introduction to JSF 2 and show how you can create JSF 2 managed beans without XML … Continue reading
New Seam Web Development Book Now Available
My new book, Seam 2.x Web Development is now available on Amazon as well as direct from Packt Publishing. If you’d like to know more about the book, then a full table of contents is available on the book page … Continue reading
New JBoss Seam Book
I’m excited to hear that Packt Publishing has announced my new book - Seam 2.x Web Development. The book is expected to be available in April. To quote from the Packt web site: The book provides a practical approach to developing … Continue reading
NetBeans Visual Web Pack
On Roman Strobl’s Blog, Roman provides a 7 minute flash presentation showing some of the features of the new Visual Web Pack (essentially Java Studio Creator functionality) for NetBeans. The demo shows how to visually configure page flows in JSF and … Continue reading
More on JSF and JAAS Security
I recently posted about using JAAS for controlling security within JSF web applications. Today, I’ve read an article by Duncan Mills explaining in detail how to build a JSF based login form. If you’re interested in JSF and security, I’d recommend you check it … Continue reading
Security for JSF Applications
I see a lot of posts around the internet by people asking what the standard mechanism for security is in JSF web applications. From a security standpoint, JSF applications are no different from any other servlet based framework applications. If … Continue reading
How (not) to choose a web framework…
How do you know which web framework to use when starting a new project? It can be tricky and there are several factors which can influence your decision, such as support, learning curve, project standards etc. To help people choose … Continue reading