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)?
相关问题
- Eclipse and Mylyn : how to disable grey files in t
- Installing Pydev for Eclipse throws error
- Error in Scala Compiler: java.lang.AssertionError:
- How to remove unused imports using Eclipse and not
- Assume/switch role in aws toolkit for eclipse 2.0
相关文章
- selenium+eclipse 打开网页时报错
- Eclipse failing to open
- Eclipse how can I indent C++ preprocessor macros
- Why is FindBugs ignoring my check for null?
- Eclipse cleanup - what are the “.index” files - ca
- Eclipse plugin to find out unused methods in a cla
- Spring NamespaceHandler issue when launching Maven
- Google USB Package isn't showing in SDK Manang
We are starting to use this as a reference. It seems pretty good to get going.
http://www.amazon.com/Liferay-Portal-5-2-Systems-Development/dp/1847194702/ref=sr_1_1?ie=UTF8&s=books&qid=1266607717&sr=8-1
The other thing to look at are the two (at least I found) Maven plug ins for Eclipse/Liferay.
One comes from Liferay and the other a community.
http://github.com/azzazzel/liferay-maven-sdk and this is a good ref of it:
http://github.com/azzazzel/liferay-maven-sdk
From 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.
Check Liferay IDE, which supports development for all latest Liferay Portals. Liferay IDE is based on eclipse and is maintained by Liferay itself.
There is a new top-level project at Liferay that is called Liferay IDE which is the official set of eclipse plugins for Liferay. Here is the installation guide and getting started tutorial.
Found one here that looks promising:
http://www.jroller.com/holy/entry/developing_portlets_for_liferay_in