Java Frameworks War: Spring and Hibernate

后端 未结 18 2054
北海茫月
北海茫月 2020-12-23 12:08

My developers are waging a civil war. In one camp, they\'ve embraced Hibernate and Spring. In the other camp, they\'ve denounced frameworks - they\'re considering Hibernate

18条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-23 12:28

    Spring and Hibernate definitely make life easier. Getting started with them might be a little time-consuming at the beginning, but you'll certainly benefit from it later. Now the XML is being replaced by annotations, you don't need to type hundreds of lines of XML either.

    You may want to consider AppFuse to reduce your learning-curve: generate an application, study and adapt it, and off you go.

提交回复
热议问题