|
|
|
|
|
by pramalin
4343 days ago
|
|
I think the author is out of touch with modern Java development practices. Any decent Java developer would have got exposed to POJO based development[1] by now.
[1]Expert One-on-One J2EE Development without EJB - Rod Johnson, 2004 These days even the much hatted EJBs are POJO based and lot easier to work with. Not to mention Lambda support in Java 8 and the hybrid approach of Scala, my favorite. |
|