exception512
Jun 12th, 2007, 03:35 PM
Hello,
I am investigating various web frameworks. We have a Java Swing UI and we are now trying to develop a JSP UI that shares the same business logic as the Swing UI. I started looking for a web framework primarily to force developers to stick to MVC. I would like this framework to have a small learning curve to get it going. I also hope that it is flexible, that is additional components/technologies can be stacked on if we want a functionality.
Here is what I came up with based on the alphabet soup of web frameworks.
I hope Spring users in this forum could shed light on whether the following approach make sense in real world implementation:
- Start with Spring MVC for the bare bone MVC framework.
- I expect that we would need Ajax and some javascript. However we dont have much javascript expertise in-house. So, we could JSF if we really want the component framework that handles Ajax.
- We dont have much flow type design for the UI, so I am not sure if we need Spring Web Flow.
Are there any other technologies that would make sense for the given requirement? Any ideas on where to start with implementing a basic framework would be helpful.
Priya
I am investigating various web frameworks. We have a Java Swing UI and we are now trying to develop a JSP UI that shares the same business logic as the Swing UI. I started looking for a web framework primarily to force developers to stick to MVC. I would like this framework to have a small learning curve to get it going. I also hope that it is flexible, that is additional components/technologies can be stacked on if we want a functionality.
Here is what I came up with based on the alphabet soup of web frameworks.
I hope Spring users in this forum could shed light on whether the following approach make sense in real world implementation:
- Start with Spring MVC for the bare bone MVC framework.
- I expect that we would need Ajax and some javascript. However we dont have much javascript expertise in-house. So, we could JSF if we really want the component framework that handles Ajax.
- We dont have much flow type design for the UI, so I am not sure if we need Spring Web Flow.
Are there any other technologies that would make sense for the given requirement? Any ideas on where to start with implementing a basic framework would be helpful.
Priya