-
Jan 23rd, 2009, 11:18 AM
#1
Use a JSP within a jar as View
Hi,
I can't figure out how to resolve this feature :
I have a war and I'm able to display jsp views from it (calling a Controller -> Resolve jsp view by InternalResourceViewResolver)
But now, i want to add a jar to this war. This one act as a pluggin and add a lot of Controllers, Services as well as JSP views.
No problem to call my Controller, thanks to the @RequestMapping annotation to bind the http request on it. But anyway, I'm not able to delivere the view base on a jsp within this jar.
I Hope to be clear enought.
Thanks for any help
Steph
-
Feb 24th, 2011, 02:54 AM
#2
To close this hold thread, We now used Tiles + Freemarker has view. That's quite powerful and permit such a modular approach... nice !
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