Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreAnother great week - lots of new (and novel!) types of content and indeed, new sources of new content, too! Enjoy!
@Autowired
, @Qualifier
, @RequestMapping
, etc.).
Ramnivas Laddad pointed This Week in Spring to this very innovative Chrome browser plugin. To use it, type "spring" in the omnibox bar (the search/address bar) followed by a space, and then the nane of the class that you are searching for. It'll automatically bring up candidate results linked to the documentation! Fantastic, and handy! (NB: we tested this with the just-released Chrome 10, though it no doubt works with at least Chrome 9.)
Ashish's chosen to simplify his software stack (by removing Hibernate, and instead using straight JDBC through the Spring framework's JdbcTemplate
, a great choice!), but was worried about having to give up Hibernate's declarative, 2nd level caching. With the cache support in Spring 3.1, he can have his cake and eat it too, regardless of the underlying data access technology!