Is latest spring 3 framework compatible with apache tomcat application server – version 6.0.14?
Also can what is the best version of hibernate i can use along with latest version of spring.
Is it fine to use configuration xml file in the spring 3 application setup instead of @configuration annotation in the code ?
Please share your thoughts.
Thanks
Yes – Spring 3 will work fine with version 6.0.14 of Tomcat.
hibernate 4.1.7 should work fine. Yes you can use an XML configuration rather than annotations, I’ve used both in Spring an Tomcat an it works fine.
To be honest, I find I prefer the annotations simply by the fact the XML tends to erode quite quickly and isn’t touched for months after initial creation.