Hacker News new | ask | show | jobs
by ExpiredLink 4643 days ago
I've written UnitTests for EJBs today. No Spring bloatware needed.
1 comments

Well what version of JEE are you using? Compare that to writing unit tests for the version of JEE that existed when Spring was created. A lot of what makes EJBs easier to test today is because of influence by dependency injection frameworks (like Spring) from yesterday.