Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The question is if you are talking about the core Spring framework, or the family of Spring frameworks. (Spring Batch, Spring MVC, Spring Web Flow, Spring Web Services etc)</p> <p>Core framework features:</p> <ul> <li>Mature <strong>dependency injection</strong> framework => achieving unit-testability is really easy</li> <li><strong>AOP</strong>-support</li> <li><strong>Good IDE</strong> support (<a href="http://www.springsource.com/developer/sts" rel="nofollow">STS</a>)</li> <li>*Template: utility classes that help doing the most regular things in a very easy and boilerplate-code-free way. (<a href="http://static.springsource.org/spring/docs/3.0.x/reference/jdbc.html#jdbc-JdbcTemplate" rel="nofollow">JdbcTemplate</a>, <a href="http://static.springsource.org/spring/docs/3.0.x/reference/classic-spring.html#orm-hibernate-template" rel="nofollow">HibernateTemplate</a>, <a href="http://static.springsource.org/spring/docs/3.0.x/reference/jms.html#jms-jmstemplate" rel="nofollow">JmsTemplate</a>, etc)</li> <li>Great amount of <strong>resources</strong>. (<a href="http://www.youtube.com/springsourcedev" rel="nofollow">videos</a>, blogs, forums, etc)</li> <li>No need for a 'real' application server</li> <li>It's <strong>non-intrusive</strong>: as far as I know, at the development of any Spring project is a really important point to give the ability to the developer the 'pulling out' of Spring of the project at any given time and leaving as minimal a footprint in the codebase as possible. </li> </ul> <p>But In my opinion its strength and power really shows only when you start to use one of the frameworks I mentioned in the beginning. Basically pick anyone of those and you'll find a really great, actively developed framework for a given set of tasks, with of course deep Spring integration. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload