How to develop an application using facelets in XHTML using the Eclipse IDE?

I am using Eclipse ide,
I create .xhtml pages using facelets and JSF,
how can I customize my ideal for working with facelets and JSF. I need help in helping teams for tags.
Give me information regarding the cans that I need to turn on and how to set up?

+4
source share
3 answers

The easiest way is to install jboss tools.

+4
source

To do this, you need to install Eclipse plugins. See the JavaServer Faces (JSF) project on the Eclipse website.
Make sure you are using the Eclipse IDE package for Java EE Developers, use the updater (Help → Install new software, select the Helios site) and search for jsf.

+1
source

Eclipse 3.6 only supports shifters in JSF2.0.

JBoss tools and the JSF Incubator plugin (eclispe 3.5 only) support Facelet support in JSF 1.x.

You can download the plugin for facelets (eclipse 3.5) from http://www.icefaces.org/eclipse-updates/ This is simpler and easier than JBoss Tools.

Additional information in eclipse bug 192393

0
source

All Articles