- Spring Essentials
- Shameer Kunjumohamed Hamidreza Sattari
- 316字
- 2021-07-16 13:05:46
Chapter 1. Getting Started with Spring Core
Spring Framework is the most trusted and widely used application development framework in Enterprise Java. Originally introduced as a simple and lightweight alternative for the complex J2EE, Spring has now grown to become a truly modern application development platform. Spring and its subprojects provide an excellent foundation for end-to-end application development, with features beyond even those provided by the latest Java EE, such as mobile development, social networking, and big data, besides traditional Java web, server-side, or even standalone applications. After more than a decade since its inception, Spring continues to inspire technologies and technologists across the globe.
Although Spring simplifies Java development drastically, software developers and architects are still required to gain a thorough understanding of its core concepts and features in order to deduce the best use of the Spring family. The simplicity Spring offers to otherwise complex Java development is the result of smart abstractions that it provides in the form of excellent APIs and modules. Spring components relieve the developer of all the technical complexity and heavy lifting of common technical and infrastructure plumbing tasks. As the official Spring documentation says, Spring provides comprehensive infrastructure support so that you can focus on your application.
This book is an attempt to make your Spring learning even easier and a more enjoyable experience.
This chapter gives you a solid foundation of the core Spring Framework, guiding you through its core concepts, components, and modules accompanied by relevant sample code snippets that illustrate the best and most practical usage of each feature in order to solve your everyday programming problems.
In this chapter, we will cover the following topics:
- The Spring landscape
- Setting up the development environment
- Your first Spring application
- Core concepts
- The IoC (Inversion of Control) container
- Beans in detail
- Working with bean definition profiles
- Handling resources
- SpEL (Spring Expression Language)
- Aspect Oriented Programming
- Learning PostgreSQL
- CockroachDB權(quán)威指南
- Mastering Swift 2
- Instant QlikView 11 Application Development
- C++程序設(shè)計(jì)基礎(chǔ)教程
- Building Serverless Applications with Python
- Java面向?qū)ο蟪绦蛟O(shè)計(jì)
- 新一代SDN:VMware NSX 網(wǎng)絡(luò)原理與實(shí)踐
- 移動(dòng)增值應(yīng)用開(kāi)發(fā)技術(shù)導(dǎo)論
- Python編程基礎(chǔ)教程
- ArcPy and ArcGIS(Second Edition)
- 前端架構(gòu)設(shè)計(jì)
- Swift iOS Programming for Kids
- Python網(wǎng)絡(luò)爬蟲(chóng)從入門(mén)到實(shí)踐
- MonoTouch應(yīng)用開(kāi)發(fā)實(shí)踐指南:使用C#和.NET開(kāi)發(fā)iOS應(yīng)用