The spring-mvc tag has no wiki summary.
0
votes
1answer
19 views
RequestContextHolder.currentRequestAttributes() and accessing HTTP Session
Need to access HTTP session for fetching as well storing some information.I am using Spring-MVC for my application and i have 2 options here.
User Request/ Session in my Controller method and do my ...
5
votes
1answer
190 views
What would be the market life of a JVM based software framework?
I saw how Struts 1 lasted from 2000 to 2013. I hear that people are moving from Struts 2 to Spring. But for a project that may need to be maintained for a decade or two, would it be advisable to opt ...
-1
votes
2answers
109 views
New to Java and Spring. What are some good design principles for an inexperienced java developer like me? [closed]
I am learning Java and have written a few small useful programs. I am new to spring but have managed to understand the concept of dependency injection for decoupling. I'm trying to applying that in my ...
0
votes
0answers
64 views
Portlets (and portals) vs usual webapps
I am working on a big project containing (among others) two web applications: one is implemented with Spring MVC and the other is meant to be implemented using Web Experience Factory (portlets).
One ...
-2
votes
1answer
67 views
Modularization of application
I am creating an application that will track different things on relating to a given farm. When I started to look at what I was going to create I saw that some parts of the application infact could be ...
0
votes
0answers
47 views
How to integrate google search results in a spring mvc app
Here's what am trying to do (and searching for similar hasn't shown any results anywhere):
On my website - provide an input box which will search google for results. I want to display those results ...
0
votes
0answers
161 views
Rest API + Java. Scala, Hadoop + JavaScript Client : Deployment & Project Structure
Looking for inputs & best practice for new project :
Client side : JavaScript (probably AngularJS supporting tools)
Server-side & Rest API's : Java, Scala, Hadoop, Spring MVC 3 and other ...
0
votes
0answers
200 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
144 views
How to make structural theme with Spring MVC?
I want to create structural theme feature for my application, I tryied to use the theme feature of spring mvc but it's used to find a different css, so it only works on CSS based application theme.
...
4
votes
1answer
420 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 ...
2
votes
1answer
2k 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 ...
3
votes
1answer
239 views
J2EE - Field level Role-based security for a complete web application [closed]
I have a complex website designed using Spring MVC and MyBatis. User Interface is very complex and we have lot of custom made widgets - calenders, lists, graphs etc.
If we were to implement field ...
1
vote
4answers
808 views
When using Hibernate can we forget about Database Design?
We started (just me and my friend) working on a website. As a part design phase we have finished the drawing a Site Map, decided on the content in each of the web page and the navigation.
As we want ...
3
votes
2answers
88 views
Handling fast growing multi-function services
My team has been developing a web business application for more than a year. It started quite small, but now it is growing bigger and bigger. I think it's time for refactoring.
Looking at the code, I ...
1
vote
1answer
826 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 ...