I am using Eclipse ide,
i am creating .xhtml pages using facelets and JSF,
how can i configure my ide to work with facelets and JSF.
i need get command help assistence for tags.
Give me information regardig jars i need to include and how to configure?
views:
49answers:
2I need information other than jboss tools?
azad
2010-10-06 09:54:53
It must be manuval configuration....
azad
2010-10-06 09:55:11
It is a plugin for eclipse. It is intended for seam framework which uses facelets and jsf but also you can use it without seam. http://www.jboss.org/tools
darko petreski
2010-10-06 13:27:24
+1 Currently I use JBoss Tools for Eclipse 3.5, it is not perfect, but really helps with Facelets+JSF development. Eclipse Helios 3.6 for Java EE developers (http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/heliossr1) has some nice tooling for JSF 2.0, but I haven't really try it to do some real work.
Abel Morelos
2010-10-06 16:53:32
A:
For that you need to install Eclipse plugins. See JavaServer Faces(JSF) Tools Project on the Eclipse site.
Make sure you use the Eclipse IDE for Java EE Developers package, use the updater (Help -> Install New Software, select the Helios site) and search for jsf.
Adam
2010-10-06 11:46:16