Java.next
Recorded at:
Trying to promote weaknesses as advantages ????
by
Serge Bureau
Using available frameworks do save time, but for new code, Java does not even come close to cut it anymore.
The part I do agree with is moving away from EJB, EAR and WAR.
Java "easy to read", sorry but it is not true since Java 5 and it is getting worse each successive revisions.
Time to move on.
Very interesting
by
John O
- - dumb, immutable data objects
- - XML as danger sign
- - prefer final, avoid extends if possible
- - logging almost never degrades performance
- - he prefers not using a container (!)
I applaud his strong preference for simple practicality.
What exactly does he use instead of a container, I wonder? That didn't seem clear from the talk.
Re: Very interesting
by
Oleg Pro
Re: Very interesting
by
Johannes Jensen
Get the message out there!
by
Ivan L
On the contrary, once something makes it way into *insert enterprise container here*, its probably a diluted form of the good open source idea.
I loved the easy dismissal of xml oriented orm tools, thank you for bringing sanity back to Java. After you code a DAO, you typically never need to see it again. The only thing that I've ever really seen Hibernate add is development and maintenance cost.
I also agree on embedded Jetty. Previously I was advocate of Tomcat, but embedding Jetty was so easy I can't even see myself using Tomcat that much anymore either. You can also quickly add great features to embedded Jetty that would be a lot harder to do even Tomcat (and would force you to get into the configuration muck of it)
Missing Language Features
by
Clifford James
Re: Missing Language Features
by
Iqbal Yusuf
"logging almost never degrades performance" ???
by
Kai Wähner
Of course, logging is important for development and production, but you should be aware when and what to log.
Best regards,
Kai Wähner (Twitter: @KaiWaehner)
Cool idea of not using a container.
by
Sai Matam
Sai Matam
Codewalk.com




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think