I'm making a project with the Spring Framework and I use the Spring MVC Framework for building my views.
Now everything works fine and runs smooth except for this simple GET page ...
Client EJB Access Performance I am converting a J2EE app - that makes heavy use of remote EJBs - to use Spring. I have it working (Use Spring Simple Session Bean ...
Security framework performance Hi, I am using the Spring/Acegi framework for enabling security. I am also using Java 1.5 and Tomcat 5.5. I have successfully configured SSL, authentication and authorisation for ...
global-method-security performance Hi, I have a performance problem with the global-method-security configuration. Code: The application is very slow ...
spring security performance problem hello I have added spring security to my web application. I added method level security with xml pointcuts tags. Almost for every method of my services I ...