My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

This is a Maven archetype to easily get a working IceFaces project mainly under Netbeans. Besides I will include some thing what might be useful to have as an example.

But this archetype does not depend on NetBeans so much. You can use it also without NetBeans.

Since javax.faces.DEFAULT_SUFFIX in web.xml is set to .xhtml you can not use .jspx or .jsp file extensions but you have Facelets support. If you change javax.faces.DEFAULT_SUFFIX to .jspx you will have it.

Usage

Usage from NetBeans

  1. Checkout this project with Netbeans.
  2. Allow Netbeans to open this project after checkout.
  3. Right Click on the Project and Build.
  4. If you are using Netbeans, you can now create a new Maven project using the newly available type called "IceFaces WebApp Archetype".
    • If this is not available you should update the local maven repository index. From Netbeans menu select "Window -> Other -> Maven Repository Browser". Right click on "Local Repository" and select "Update Index".
  5. Run the newly created project and you should get an example webpage which can use IceFaces.

Shows an Example of

  1. Internationalization via properties file

See also icefaces-webapp-archetype twin project if you are interested.

Powered by Google Project Hosting