Changes between Version 1 and Version 2 of IOC:
- Timestamp:
- 10/17/08 10:07:56 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IOC:
v1 v2 1 I OC stands for inversion of control. There are serveral implementations for this like:1 IoC stands for inversion of control. There are several implementations for this like: 2 2 * Spring 3 3 * Seam 4 * and lot 's of others4 * and lots of others 5 5 6 6 Spring probably the most used one. Seam is coming up. Spring is chosen because it has a good track record and the team knows it. 7 7 8 For the per istence layer, two types of configuration styles can be used8 For the persistence layer, two types of configuration styles can be used 9 9 * jpa style (at this moment not possible to use Hibernate search) 10 10 * hibernate style (possible to use Hibernate Search)