Changes between Initial Version and Version 1 of IOC:


Ignore:
Timestamp:
Oct 17, 2008, 8:44:17 AM (16 years ago)
Author:
erikvaningen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IOC:

    v1 v1  
     1IOC stands for inversion of control. There are serveral implementations for this like:
     2 * Spring
     3 * Seam
     4 * and lot's of others
     5
     6Spring 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
     8For the peristence layer, two types of configuration styles can be used
     9 * jpa style (at this moment not possible to use Hibernate search)
     10 * hibernate style  (possible to use Hibernate Search)
     11For the reasons mentioned the Spring configuration in Hibernate style is chosen.