« Spring Facts
April 17, 2009 • ☕️ 1 min read
- Spring Java Configuration is the answer of Rod Johnson to all xml haters, with javaconfig you can configure the whole Spring IOC in pure Java
- Spring Autowiring with Annotations will lead you to a more readable and smaller xml configuration file
- Spring Transactions with Annotations will let you fine-grained configuration of your service layer transactionality
- Spring and Terracotta play together very well, if you’re worried about HA/Clustering have a go
- Spring and REST: the version 3 of Spring will let you write RESTful service with just a couple of annotations
- Spring Testability is unbeaten: there’s nothing as easy to test as a POJO, in addition to that Spring offers autowiring and transaction managment inside the tests
- Spring OSGi: assuming that OSGi is a good idea Spring is already there
- Spring is not a silver bullet but you’ll have to point me a gun in order to consider EJB3 as an alternative