Hi Leiz,
I do have the requirement where I need to make a call to different resource serving method based on the action that user perform. I did see in spring 3.0.0 M2 @ResourceMapping accepts...
Type: Posts; User: portaldev; Keyword(s):
Hi Leiz,
I do have the requirement where I need to make a call to different resource serving method based on the action that user perform. I did see in spring 3.0.0 M2 @ResourceMapping accepts...
Hi,
I have a question regarding mapping requests to different portlet controllers using spring mvc annotations.
If I do have two portlet controllers, let's say portlet-A controller, Portlet-B...
Hi,
I do have multiple portlets in a single war.
Using spring portlet mvc annotations.
Lets say I have portlet-1 controller, portlet-2 controller.
How do I map the different requests to the...