简体   繁体   English

如何使用Eclipse IDE在XHTML中使用facelets开发应用程序?

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

I am using Eclipse ide, 我正在使用Eclipse ide,
i am creating .xhtml pages using facelets and JSF, 我正在使用facelets和JSF创建.xhtml页面,
how can i configure my ide to work with facelets and JSF. 如何配置我的ide以使用facelets和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. 为此,您需要安装Eclipse插件。 See JavaServer Faces(JSF) Tools Project on the Eclipse site. 请参阅Eclipse站点上的JavaServer Faces(JSF)工具项目
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 IDE for Java EE Developers包,使用更新程序(帮助 - >安装新软件,选择Helios站点)并搜索jsf。

Eclipse 3.6 has only support for facelets in JSF2.0. Eclipse 3.6仅支持JSF2.0中的facelets。

JBoss tools and JSF Incubator plugin (eclispe 3.5 only) has support for facelet in JSF 1.x. JBoss工具和JSF Incubator插件(仅限eclispe 3.5)支持JSF 1.x中的facelet。

You can download plugin for facelets (eclipse 3.5) from http://www.icefaces.org/eclipse-updates/ It is simpler and lighter than JBoss Tools. 您可以从http://www.icefaces.org/eclipse-updates/下载facelets插件(eclipse 3.5) 它比JBoss Tools更简单,更轻巧。

More info in eclipse bug 192393 更多信息在eclipse bug 192393中

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用facelets(jsf)和xhtml进行Eclipse自动完成(内容辅助) - Eclipse autocomplete (content assist) with facelets (jsf) and xhtml 如何使用Scala IDE(基于Eclipse或NetBeans)通过SBT开发Scala Lift Web应用程序? - How to use a Scala IDE (Eclipse or NetBeans based) to develop a Scala Lift web application with SBT? 如何开发简单的应用程序以使用Eclipse读取NCF标签? - How to develop simple application to read NCF tags using eclipse? 我可以使用Eclipse IDE for Java EE开发android应用程序吗? - Can I develop android applications using Eclipse IDE for Java EE? 如何在Eclipse中使用JavaPOS进行开发? - How to develop using JavaPOS in Eclipse? 如何使用Phonegap在Eclipse IDE上制作Android应用程序? - How to make Android Application on Eclipse IDE using Phonegap? 如何在 Eclipse 中开发一个 Netbeans 平台应用程序? - How to develop a Netbeans Platform Application in Eclipse? 使用Eclipse IDE在浏览器中运行JavaFx Application - Run JavaFx Application in browser using Eclipse IDE 如何使用一些“Eclipse IDE插件”重新创建Eclipse RCP应用程序? - How to create an Eclipse RCP application re-using some “Eclipse IDE plugins”? 如何使用eclipse IDE配置jboss应用服务器 - How to configure jboss application server with eclipse IDE
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM