Geir Magnusson Jr. wrote:
2) Why 4 modules? I would have thought of this as one module that produces a WAR and we're done...
IIRC there is one module per generated artifact: * a library jar containing support classes * a war for the generic UI framework * a portlet application containing the panels * an ear to bind it all togetherThe library jar can potentially be rolled into the main codebase and the ear is optional which would get you down to two: the UI and the portlets.
-- Jeremy
