Eclipse 中的 Liferay 开发
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2145888/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Liferay development in Eclipse
提问by adwk
I've seen that most of the documentation in the Liferay Wiki (concerning Eclipse plugins and the like) refers to Liferay version 4.x. Are there up-to-date resources for developing Liferay portlets with eclipse (3.5)?
我已经看到 Liferay Wiki 中的大部分文档(关于 Eclipse 插件等)都是指 Liferay 4.x 版。是否有使用 eclipse (3.5) 开发 Liferay portlet 的最新资源?
采纳答案by adwk
Found one here that looks promising:
在这里找到了一个看起来很有希望的:
http://www.jroller.com/holy/entry/developing_portlets_for_liferay_in
http://www.jroller.com/holy/entry/developing_portlets_for_liferay_in
回答by gamerson
There is a new top-level project at Liferay that is called Liferay IDEwhich is the official set of eclipse plugins for Liferay. Here is the installation guideand getting started tutorial.
Liferay 有一个新的顶级项目,称为Liferay IDE,它是Liferay的官方 eclipse 插件集。这是安装指南和入门教程。
回答by Steven Dorfmeister
We are starting to use this as a reference. It seems pretty good to get going.
我们开始使用它作为参考。上手似乎还不错。
The other thing to look at are the two (at least I found) Maven plug ins for Eclipse/Liferay.
另一件要考虑的事情是 Eclipse/Liferay 的两个(至少我找到了)Maven 插件。
One comes from Liferay and the other a community.
一个来自 Liferay,另一个来自社区。
http://github.com/azzazzel/liferay-maven-sdkand this is a good ref of it:
http://github.com/azzazzel/liferay-maven-sdk
http://github.com/azzazzel/liferay-maven-sdk这是一个很好的参考:http:
//github.com/azzazzel/liferay-maven-sdk
From Liferay: http://www.liferay.com/web/mika.koivisto/blog/-/blogs/liferay-maven-sdk
来自 Liferay:http: //www.liferay.com/web/mika.koivisto/blog/-/blogs/liferay-maven-sdk
Both are good and help with the busting out of project archetypes for Liferay.
两者都很好,有助于解决 Liferay 的项目原型。
回答by Ravi Kumar Gupta
Check Liferay IDE, which supports development for all latest Liferay Portals. Liferay IDE is based on eclipse and is maintained by Liferay itself.
检查 Liferay IDE,它支持所有最新 Liferay 门户的开发。Liferay IDE基于eclipse,由Liferay自己维护。