Thursday, April 2, 2015

Important links and tips

Step by Step procedure of creating spring app :

http://docs.spring.io/docs/Spring-MVC-step-by-step/part1.html

________________________________________

@RequestParam usage

http://www.journaldev.com/3358/spring-mvc-requestmapping-annotation-example-with-controller-methods-headers-params-requestparam-pathvariable

________________________________________

Exception handling in spring mvc:

https://spring.io/blog/2013/11/01/exception-handling-in-spring-mvc

1. Using only @ResponseStatus Annotation

2. Using method annotated with @ExceptionHandler in conttroller

3. Using @ControllerAdvice for handling global exceptions in application

________________________________________

 Integrating spring with hibernate:

http://www.javatpoint.com/hibernate-and-spring-integration 

________________________________________

Handling forms in spring

http://www.baeldung.com/spring-mvc-form-tutorial

________________________________________

 

No comments:

Post a Comment