-
Nov 30th, 2010, 03:37 AM
#1
Individual context files for non Spring portlet MVC portlets
Hello
I've read quite a bunch of docs talking about spring portlet mvc. I've tried to configure individual context files specific to a certain portlet in a portlet application (WAR). Using DispatcherPortlet from Spring portlet MVC works very well... but i must use other framework (Struts2), and so, other portlet class.
I have to pack several portlets that are contained individually in several portlet applications (in different war files, to make it clear) into one portlet application with all the portlets in it. But those portlets, developed as independent web applications, use struts2 and spring (as a mere bean container). So, there are a lot of application context files that i would like to remain separate in the new Portlet application.
To summarize: Is it possible to use independent context files per portlet in a portlet application without using Spring portlet MVC (DispatcherPortlet)?
Thank you in advance!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules