- Spring Essentials
- Shameer Kunjumohamed Hamidreza Sattari
- 188字
- 2021-07-16 13:05:49
Summary
We have successfully covered all the major technologies and concepts of core Spring Framework in this chapter. We are now capable of developing robust, standalone Spring applications composed of loosely-coupled beans inside the powerful Spring IoC container. We know how to apply cross-cutting concerns transparently across different layers of an application using the very flexible pointcut expressions of Spring AOP. We can manipulate Spring beans using Spring Expression Language, which helps keep the code clean and highly maintainable. We learned how to maintain multiple environment-specific bean configurations and property files using bean definition profiles. Now, we are all set for professional Spring development.
The source code available with this chapter contains multiple Spring projects that demonstrate the different ways of configuring Spring as well as usage scenarios. The examples listed in this chapter have been extracted from them.
In the next chapter, we will explore Spring Web module, leveraging all that we learned in this chapter in a web-based environment. The topics we have learned in this chapter are going to be the foundation for all the advanced topics that will be covered in the following chapters.
- Practical Data Analysis Cookbook
- JavaScript高效圖形編程
- 自己動手寫Java虛擬機
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- R語言編程指南
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- Getting Started with LLVM Core Libraries
- Windows Phone 7.5:Building Location-aware Applications
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Learning Continuous Integration with TeamCity
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Laravel Application Development Blueprints
- Anaconda數據科學實戰
- Python一行流:像專家一樣寫代碼
- 零基礎學C++(升級版)