Changes between Version 1 and Version 2 of IOC:


Ignore:
Timestamp:
Oct 17, 2008, 10:07:56 AM (16 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IOC:

    v1 v2  
    1 IOC stands for inversion of control. There are serveral implementations for this like:
     1IoC stands for inversion of control. There are several implementations for this like:
    22 * Spring
    33 * Seam
    4  * and lot's of others
     4 * and lots of others
    55
    66Spring probably the most used one. Seam is coming up. Spring is chosen because it has a good track record and the team knows it.
    77
    8 For the peristence layer, two types of configuration styles can be used
     8For the persistence layer, two types of configuration styles can be used
    99 * jpa style (at this moment not possible to use Hibernate search)
    1010 * hibernate style  (possible to use Hibernate Search)