Pro Spring /
Pro Spring updates the perennial bestseller with the latest that the Spring Framework 4 has to offer. Now in its fourth edition, this popular book is by far the most comprehensive and definitive treatment of Spring available. With Pro Spring, you?ll learn Spring basics and core topics, and share the...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Berkeley, CA] :
Apress,
[2014]
|
Edición: | Fourth edition. |
Colección: | Expert's voice in Spring.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- At a Glance; Introduction; Chapter 1: Introducing Spring; What Is Spring?; Evolution of the Spring Framework; Inverting Control or Injecting Dependencies?; Evolution of Dependency Injection; Beyond Dependency Injection; Support for Java 8; Aspect-Oriented Programming with Spring; Spring Expression Language; Validation in Spring; Accessing Data in Spring; Object)/XML Mapping in Spring; Managing Transactions; Simplifying and Integrating with JEE; MVC in the Web Tier; WebSocket Support; Remoting Support; Mail Support; Job Scheduling Support; Dynamic Scripting Support
- Simplified Exception HandlingThe Spring Project; Origins of Spring; The Spring Community; The Spring Tool Suite; The Spring Security Project; Spring Batch and Integration; Many Other Projects; Alternatives to Spring; JBoss Seam Framework; Google Guice; PicoContainer; JEE 7 Container; Summary; Chapter 2: Getting Started; Obtaining the Spring Framework; Quick Start; Checking Spring Out of GitHub; Understanding Spring Packaging; Understanding Spring Modules; Choosing Modules for Your Application; Accessing Spring Modules on the Maven Repository; Using Spring Documentation
- Putting a Spring into "Hello World!"Building the Sample "Hello World!" Application; Refactoring with Spring; Summary; Chapter 3: Introducing IoC and DI in Spring; Inversion of Control and Dependency Injection; Types of Inversion of Control; Dependency Pull; Contextualized Dependency Lookup; Constructor Dependency Injection; Setter Dependency Injection; Injection vs. Lookup; Setter Injection vs. Constructor Injection; Inversion of Control in Spring; Dependency Injection in Spring; Beans and BeanFactories; BeanFactory Implementations; ApplicationContext; Configuring ApplicationContext
- Setting Spring Configuration OptionsBasic Configuration Overview; Declaring Spring Components; Using Setter Injection; Using Constructor Injection; Using Injection Parameters; Injecting Simple Values; Injecting Values by Using SpEL; Injecting Beans in the Same XML Unit; Injection and ApplicationContext Nesting; Using Collections for Injection; Using Method Injection; Lookup Method Injection; Considerations for Lookup Method Injection; Method Replacement; When to Use Method Replacement; Understanding Bean Naming; Bean Name Aliasing; Understanding Bean Instantiation Mode
- Choosing an Instantiation ModeImplementing Bean Scopes; Resolving Dependencies; Autowiring Your Bean; Modes of Autowiring; When to Use Autowiring; Setting Bean Inheritance; Summary; Chapter 4: Spring Configuration in Detail; Spring's Impact on Application Portability; Bean Life-Cycle Management; Hooking into Bean Creation; Executing a Method When a Bean Is Created; Implementing the InitializingBean Interface; Using JSR-250 @PostConstruct Annotation; Understanding Order of Resolution; Hooking into Bean Destruction; Executing a Method When a Bean Is Destroyed