0
votes
0answers
133 views

Java Design Question - Updates to Multiple Tables

My application is having several domains and have corresponding screens for doing all the CRUD operations. Now I have a requirement where objects from cross domain should be shown in single screen. ...
0
votes
0answers
249 views

Spring, Webflow and AngularJS in a real application? [closed]

My firm is thinking about adding AngularJS and removing JSP from the Spring WebFlow projects. I been doing some resource and it looks like AngularJS is just like JQuery in my mind. I want to hear if ...
4
votes
1answer
228 views

How can I scale spring application context?

I'm currently working on a project that need to be dynamically scaled on demand according to the need. My question is about scaling spring context. My web application has a classical multi module ...
1
vote
1answer
402 views

How to start learning Spring framework with all its associated functionalities? [closed]

I am going to delve into the nuances of Spring. I have a little information about this framework. So I am not going in blind. But still I will like to start it as a beginner and then move up the ...
1
vote
1answer
590 views

Spring MVC vs raw servlets and template engine? [duplicate]

Possible Duplicate: Why not Spring framework? I've read numerous articles about the Spring MVC framework, and I still can't see the benefits of using it. It looks like writing even a ...