tanyehzheng
tanyehzheng

Reputation: 2221

With JavaEE6, do we still need Spring, Hibernate or other frameworks?

Question as stated on title. Thank you.

Upvotes: 0

Views: 484

Answers (1)

Pascal Thivent
Pascal Thivent

Reputation: 570385

It's not mandatory at all to use Spring when you have a Java EE 6 server. Of course, if you need specific Spring features then it makes sense but otherwise...

Don't misinterpret me. Spring is a cool container and it did a great job in bringing Java EE to where it is now but in most cases Java EE 6 is good enough.

Upvotes: 4

Related Questions