- JBoss Weld CDI for Java Platform
- Ken Finnegan
- 97字
- 2021-08-13 16:49:54
Chapter 1. What is a Bean?
This chapter will introduce us to beans and their history prior to Contexts and Dependency Injection (CDI) becoming a part of Java Enterprise Edition (Java EE). After a short history, we will define what a bean is and what characteristics and behavior a Java class requires to be considered a bean.
Note
JSR-299: Contexts and Dependency Injection for the Java EE platform was finalized in December 2009. CDI 1.1 is due to be released in the first half of 2013 to coincide with the release of Java EE 7.
推薦閱讀
- Git Version Control Cookbook
- JMeter 性能測試實戰(第2版)
- Learning Flask Framework
- Mastering Spring MVC 4
- Visual Basic程序設計習題解答與上機指導
- Full-Stack Vue.js 2 and Laravel 5
- SQL Server實用教程(SQL Server 2008版)
- Learning PHP 7
- Spring Boot+MVC實戰指南
- Python青少年趣味編程
- WordPress Search Engine Optimization(Second Edition)
- Python應用與實戰
- SQL Server on Linux
- Python趣味創意編程
- 軟件開發中的決策:權衡與取舍