简体   繁体   中英

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

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?

最简单的方法是安装jboss工具。

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.

Eclipse 3.6 has only support for facelets in JSF2.0.

JBoss tools and JSF Incubator plugin (eclispe 3.5 only) has support for facelet in JSF 1.x.

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

More info in eclipse bug 192393

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM