Skip to main content


developerWorks  >  Open source | Java technology | WebSphere  >

Build Apache Geronimo applications using JavaServer Faces, Part 5: Integrating your JSF application with Spring

developerWorks

Level: Intermediate

Chris Herborth (chrish@pobox.com), Freelance, Freelance Writer

19 Dec 2006

Register now or sign in using your IBM ID and password.

This final installment wraps up the five-part tutorial series by introducing you to the Spring Framework. Learn to integrate your Java™Server Faces (JSF) applications with Spring, a popular framework that makes it easier for Apache Geronimo developers to build Java Platform, Enterprise Edition (Java EE) applications. You'll use Spring to continue developing the front end for the example Developer Forum Signup application.

Objectives

Get an introduction to the Spring Framework, and learn how to incorporate it into your JSF application.

Prerequisites

None.


System requirements

You need the following tools to follow along with this tutorial:

  • Geronimo, Apache's Java EE server project. Geronimo comes in Tomcat and Jetty flavors, depending on your needs. We used the Jetty flavor (version 1.1) because it's smaller.
  • MyFaces, Apache's JSF implementation. Download the core version (without Tomcat) from Apache.
  • Spring Framework, a powerful application framework that can be integrated with existing Web applications.
  • Eclipse, the extensible open source IDE that supports a wide range of languages and platforms.
  • Eclipse Web Tools Platform, which adds support for XML and JavaScript editing as well as preliminary JSF support to Eclipse.
  • Java 1.4 or newer installed on your system. Eclipse binaries come with their own Java run time, but Geronimo and MyFaces don't (that would seriously bloat up the download archives). I'll be using Java 1.5 on Mac OS X 10.4, but it shouldn't make much of a difference.


Duration

Under 2 hours


Formats

html, pdf


Share this....

digg Digg this story del.icio.us del.icio.us Slashdot Slashdot it!


Back to top


Document options

Document options requiring JavaScript are not displayed

Discuss


My developerWorks needs you!

Connect to your technical community


More in this series:
Build Apache Geronimo applications using JavaServer Faces