
Tag archives for spring
Hi,
After my last post presenting an example about the annotation in JAVA Java : Annotation : Example of validation with annotation (mandatory, target, maxlength…) I would expose another example of JAVA annotation and AOP to measure performance and time processing on server side.
In a previous article Java/Spring: Measure performance and time processing with AOP on server side, I presented a ...more»
Hello,
In this mini article, we will explain the 2 ways to generate JSON from a web application based on Spring MVC:
- with the "JSON view resolver" of Spring;
- without the "JSON view resolver" of Spring i.e. with the json-lib-2.3-jdk15.jar;
Reminder: Classic handler returning to a JSP page due to 'JstlView'
... and the view resolver JstlView is used in the spring ...more»
Hi,
I would write an article concerning the overridden of the token of Spring 3 Security. In this post, we will follow several points: creation of a simple Spring MVC Web application (controller, JSP pages,...), securization with Spring security via custom login form, override the authentication components (provider, token,...).
Creation of Spring MVC Web application
Create a simple Dynamic Web Module in Eclipse ...more»
