ask what would you recommend, XML or Annotation based configuration in using Spring and Hibernate framework?
annotaion mas ok pra sakin
for hibernate, annotation. for Spring, XML is fine.
depends on your needs. XML is verbose, but you have access to all the framework's capabilities.
I like the hybrid approach. configuration is mostly done via annotations, and XML compliments it.