I am new to MyEclipse and I am currently trying to build Portlets using Spring Portlet MVC. The tools in MyEclipse let me build a portlet by extending GenericPortlet, which is not what you want to do if you wan’t to use Spring MVC.
Is there a plugin that i can add (or am i missing something here) that helps abstract the spring Portlet MVC, rather than create everything manually (still using Spring Porlet MVC) which is what I am doing right now.
Any feedback and pointers to solutions would be greatly appreciated.