| Author |
Spring MVC or webflow
|
deeps pravi
Greenhorn
Joined: Nov 29, 2011
Posts: 2
|
|
Hi,
I want to develop a web application which uses Spring in the service layer.I have gone through the tutorials and got confused whether to use spring mvc or web flow. My application has got 4 or 5 different pages, the pages has no interaction which each other,but within each page there are so many ajax requests, or in other words a major part of my application works through ajax requests within the pages.
Can anyone please tell me whether I should use mvc or webflow? Also what can be a better choice for the view?jsp or jsf(richfaces)? I am more concerned about the performance of the application when multiple users login.
thanks,
deeps.
|
 |
kurt hanni
Ranch Hand
Joined: Aug 11, 2007
Posts: 140
|
|
Since the pages has no interaction with each other you can just use spring MVC, and for the views can just use JSPs
No need for more complexity
|
SCJA, SCJP, SCJD, SCMAD, SCWCD, SCBCD, SCDJWS, SCEA, SOA, Spring Certified, OCP MySQL 5 Developer, PMP
|
 |
deeps pravi
Greenhorn
Joined: Nov 29, 2011
Posts: 2
|
|
hi,
Thanks for the reply.But since I want to use ajax requests extensively, do you think webflow has some advantage over mvc?
Thanks,
Deeps
|
 |
jas preet
Ranch Hand
Joined: Mar 31, 2010
Posts: 76
|
|
|
If your project mainly concern with ajax request then i would suggest you to use jsp. They will be easy to handle.
|
Thanks Jaspreet ----- Nothing is permanent
|
 |
 |
|
|
subject: Spring MVC or webflow
|
|
|