• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spring in Action 3

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Your Spring in Action 2 rocks!!

I want to know what are the new features added in Spring 2.6 especially in DI and AOP which were not present in Spring 2.0?

Thanks,
Abhijith P
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Abhijith Prabhakar wrote:I want to know what are the new features added in Spring 2.6 especially in DI and AOP which were not present in Spring 2.0?


Spring 2.6? Not 2.5 or 3.0?
 
author
Posts: 422
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, to start, there isn't a Spring 2.6. I assume that you mean 2.5 and 3.0.

There are a *LOT* of new features in Spring 2.5 and 3.0, but the BIGGEST new features are...

Spring 2.5:
- Automatic bean discovery and autowiring (resulting in a lot less XML)
- A new annotation-based Spring MVC web framework that replaces the hold hierarchical controller-based framework.

Spring 3.0:
- Enhancements to Spring MVC to support REST
- A new Spring Expression Language (SpEL) for extremely powerful bean wiring options (among other things)

But there's tons more...those are just the big-ticket items.
 
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Abhijith Prabhakar wrote:Hello,

Your Spring in Action 2 rocks!!

I want to know what are the new features added in Spring 2.6 especially in DI and AOP which were not present in Spring 2.0?



Here is Table of Contents.
 
Craig Walls
author
Posts: 422
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That Table of Contents will be changing slightly...but it is fairly representative of what will be in the book. I might be merging a couple of those chapters...and I *might* add a chapter or appendix on Roo before it's done. We'll see.
 
If you live in a cold climate and on the grid, incandescent light can use less energy than LED. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic