Spring Quick Start
Quick start to understand the basic of Spring framework development.
- Spring hello world example
Maven + Spring 2.5.6 hello world example. - Spring 3.0 hello world example (Spring 3.0)
Maven + Spring 3.0 hello world example, what are needed in new Spring 3.0 development. - Spring loosely coupled example
An example to show demonstrate how Spring make components loosely coupled.
Spring Dependency Injection (DI)
How Spring to do dependency Injection (DI) to manage object dependencies.
- Spring Dependency Injection (DI)
How Spring applies the Dependency Injection (DI) design pattern via Setter Injection and Constructor Injection. - Spring DI via setter method
Dependency injection a bean via setter method. - Spring DI via constructor
Dependency injection a bean via constructor. - Constructor injection type ambiguities in Spring
The constructor injection argument type ambiguity issue is always happening in a bean which contains multiple constructor methods with many arguments. - Bean init-method and destroy-method example
Perform certain actions upon bean initialization and destruction. (XML) - Struts 2 + Spring integration example
Example to integrate Spring with Struts 2 framework. - JSF 2.0 + Spring + Hibernate integration example
Example to integrate JSF 2.0 + Spring + Hibernate framework together. - Resource bundle with ResourceBundleMessageSource example
ResourceBundleMessageSource is the most common class to resolve text messages for different locales. - Handler interceptors example
Intercept web request through handler interceptors. - Spring 3 MVC and JSON example.
- Using Jackson to generate JSON output from Spring MVC.
- Spring MVC and PDF file via AbstractPdfView
Using AbstractPdfView to export data to Pdf file via Bruno Lowagie’s iText library.Example to integrate Log4j into the Spring MVC application.Handling duplicate form submission
“Post/Redirect/Get” Design Pattern is the common solution for this duplicated form submission problem.
No comments:
Post a Comment