This is getting difficult for me... I tried to do some analogical reasoning 
between JSP (get/ post requests) and portal pages (render/ action requests). 
But this doesn't seem to work, because get/ post requests of a JSP are not 
compiled into a servlet's doGet/ doPost methods, but rather into a single 
_jspService method. 

But wouldn't it be possible to compile a java portal page (jpp) into some 
Portlet type with a _jppService method? If you would mark a scriptlet in the 
jpp with an element which includes attributes like the method name and request 
type you could compile a portlet which dispatches the request to the 
corresponding methods.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to