I have a related question:  In the Jetexpress tutorial[1], the Jetspeed
archetype is shown creating a single portlet in its own module:
jetexpress-pa.

Question:  If I have multiple portlets, should I place them in separate
submodules:  jetexpress-pa2, jetexpress-pa3, ...  *or* place them all in the
jetexpress-pa module and create MyPortlet.java, MyPortlet2.java,
MyPortlet3.java, etc. all in the same project folder?  What's normally done?

Thanks,
Glen

[1] http://portals.apache.org/jetspeed-2/tutorial/01/project-structure.html


Ate Douma wrote:
> 
> Alok Jain wrote:
>> Hi,
>>               Can I have  each portlet packaged in a different WAR and
>> deployed in the same portal server.
> Sure, no problem.
> The portal maintains a registry through which webapp (WAR) a portlet is
> deployed.
> One think to keep in mind however is that portlets bundled in one webapp
> do have the advantage that they can share the same servlet session 
> and portlet session (APPLICATION_SCOPE). If you don't need that, deploying
> all of them in separate webapps gives you the benefit of a very 
> fine-grained release/deployment life-cycle.
> 
>> 
>> Thanks,
>> Alok.
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org
> For additional commands, e-mail: jetspeed-user-h...@portals.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Can-I-have-each-portlet-in-different-war-tp24302594p24306985.html
Sent from the Jetspeed - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org
For additional commands, e-mail: jetspeed-user-h...@portals.apache.org

Reply via email to