Curious,

What the does EJB(3,2,1) or any of that have to do with a Portal Server and or 
portlets?  Well-designed portlets should ideally be only concerned with 
processing events (clicks, etc.) from the UI and/or rendering content in the 
correct view state AND dispatching an event to an appropriate business object 
(be it an EJB, a POJO, or whatever).  Looking up an EJB, a POJO, or whatever 
shouldn't be an issue at all....

In many cases, simple portlets will use the portlet-preferences system of a 
JSR168 portal server for persistence of custom-user preferences.

Cheers!


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905554#3905554

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3905554


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to