Do I need to know servlets and JSP to learn spring or hibernate or any other java web frameworks? [closed]
Closed 8 years ago.
Spring AOP advice order
In Spring AOP, I can add an aspect at the following locations
When not to use Spring to instantiate a bean?
I am trying to understand what would be the correct usage of Spring. Not syntactically, but in term of its purpose.
If one is using Spring, then should Spring code replace all bean instantiation code?
When to use or when not to use Spring, to instantiate a bean?
Execute a Managed bean from a JSF view in WEB-INF folder
We are initiating a Spring + Primefaces project and the first problem we have encountered concerns storing the XHTML pages into the WEB-INF folder.
Need advice on framework design: how to make extending easy
I’m creating a framework/library for a rather specific use-case (data type). It uses diverse spring components, including spring-data. The library has a set of entity classes properly set up and according service and dao layers. The main work or main benefit of the framework lies in the dao and service layer.
Web application (Spring, JSF) forks, how to reuse existing code for subprojects?
my question is going to be somewhat philosophical and “architectural oriented” so bear with me.
Should my login logic be part of the controller or a service in MVC webapp
I’m using Shiro as my security manager for a Spring MVC web application.
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.
Using akka actors with service spring beans
Do you think that using akka actors in front of transactional service beans, is a good idea ?
How to choose between lightweight or heavyweight framework for web application [closed]
Closed 8 years ago.