HTML5 Canvas
Written by: Simon Sarris
Featured Refcardz: Top Refcardz:
  1. Apache Hadoop
  2. Web Driver
  3. MVVM
  4. REST
  5. ADO.NET
  1. HTML5
  2. Ajax
  3. jQuery Selectors
  4. CSS Part 1
  5. Git

Link Details

Link 53677 thumbnail
User 111696 avatar

By bloid
via infoq.com
Published: Nov 19 2007 / 16:38

Since its inception the Spring Framework has consistently focused on the goal of simplifying enterprise application development while providing powerful, non-invasive solutions to complex problems. With the release of Spring 2.0 just over a year ago, these themes advanced to a new level. XML Schema support and custom namespaces reduce the amount of XML-based configuration. Developers using Java 5 or greater are able to take advantage of Spring libraries that exploit new language features such as generics and annotations. The close integration with AspectJ's expression language enables the non-invasive addition of behavior across well-defined groupings of Spring-managed objects.
  • 22
  • 3
  • 2506
  • 0

Comments

Add your comment
User 236137 avatar

dzonelurker replied ago:

0 votes Vote down Vote up Reply

You can "reduce the amount of XML-based configuration" to zero! Guess how ;-)

User 202908 avatar

lamboap replied ago:

0 votes Vote down Vote up Reply

^ what a troll.

User 259036 avatar

haskellRocks replied ago:

0 votes Vote down Vote up Reply

I don't know, dzonelurker makes a good point.

User 228908 avatar

markfisher replied ago:

0 votes Vote down Vote up Reply

Actually that excerpt about "reducing XML" was referring back to a theme of Spring 2.0. With the annotations in Spring 2.5 (and/or Spring's Java Config), it actually is possible to reduce the XML to zero. The classpath scanner can be used programmatically to construct a Spring ApplicationContext.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.