We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Five Things I Love About Spring
|
| Subject: |
|
less config file is expected |
| Date: |
|
2005-05-18 06:35:11 |
| From: |
|
kelzer
|
Response to: less config file is expected
|
|
If you start out by defining business objects in Java, then use Hibernate XDoclet tags to describte how those objects will be persisted, you can automatically generate that Hibernate config file and never have to manually touch it.
You don't have to use a config file with Spring. You can do everything in Java code if you want to. But most developers feel the advantages of using Spring's XML config files justify their use.
|