JEXP                       Spring
Java /

Information regarding the spring framework

  1. small footprint spring-core.jar only 265k, spring-context.jar (276k), etc.
  2. abstraction of dependend beans/services/data to interfaces and therefore totally replaceable implementations
  3. PropertyEditor, implicit object creation
  4. always use minimum interfaces for dependend objects e.g RessourceLoader instead of ApplicationContext (stubbing)

interesting stuff collected while reading the Wrox Book



edit SideBar
Page last modified on 22.01.2006 02:38 Uhr
Bearbeiten - Historie - Druckansicht