I have been searching for a portlet compatible implementation of struts for days. There are none that I found that were not portal server specific. I did find one of interest though. It is the Struts Bridge Framework available for JetSpeed-2 from apache/jakarta. Upon reading the documentation, I noticed that you can use it on any portal server as long as you implement a single interface for returning the servlet context. Well, long story short, I implemented the interface and made the necessary changes to jboss portal server 2.0a src. I had to add metheds for retrieving the ServletContext, HttpServletResponse, and HttpServletRequest from PortletContextImpl, PortletResponseImpl, and PortletRequestImpl. I will make patches and source available to anybody who wants them.
Please note, the code is simple, but it has not been fully tested yet. You can check out the bridges website at http://portals.apache.org/jetspeed-2/multiproject/portals-bridges-struts/index.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867181#3867181 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867181 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
