创建 Seam 3 项目
这可能是一个糟糕的问题,但我还没有找到任何好的教程来展示如何创建一个用于 eclipse 的 seam 3 项目。我看到我需要 maven、jboss、seam 3 和 eclipse helios...然后我把它们全部下载下来,但无法创建项目...还得到了 m2eclipse 插件... 有人知道一个好的教程,或者可以帮助创建这个项目吗? 谢谢大家。
Its probably a bad question, but i've not found any good tutorial showing how to create a seam 3 project to eclipse. I saw that i need maven, jboss, seam 3, and eclipse helios... then i've downloaded them all but couldn't create the project... also got m2eclipse plugin...
Someone know a good tutorial, or can help creating this project?
Thanks for all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您找不到教程,因为 SEAM 3 不像 SEAM 2 那样是一个框架。
Seam 3 是 CDI 扩展的集合,可为 Java EE 6 应用程序添加功能。每个模块都有自己的文档。您可以在Seam 3 网站上查看它们。
例如,Seam Social(我是技术负责人)是一堆 CDI bean,用于促进 Java EE 6 开发人员中社交网络的集成。
使用这些模块的一个很好的起点可能是 Seam Forge 项目,它是一个用于创建 Java EE 6 + CDI + 的 RAD 工具接缝 3 应用。你应该尝试一下。
You won't find a tutorial because SEAM 3 isn't a framework like SEAM 2 was.
Seam 3 is a collection of CDI extensions that add functionalities to a Java EE 6 application. Each of these module has it's own documentation. You can check them on Seam 3 Website.
For instance the Seam Social (which I'm the tech lead) is a bunch of CDI beans to facilitate the integration of social network in a Java EE 6 dev.
A good starting point for using those modules could Be the project Seam Forge which is a RAD tool to create a Java EE 6 + CDI + Seam 3 application. You should give it a try.