Wednesday, June 17, 2015

AutoCloseable: the Star behind the scene

Every Java project has different culture as depending on  business requirements, developer or version of Java etc.

ORM libraries make developers' life more easy and resource control is undertaken by external ORM libraries.

I'm not JDBC expert but with Java SE 7 very good  functionality was introduced to Java developers.

Instead closing your prepared statement at the end of code line, by calling closeOnCompletion  method, it will be automatically closed.

I'd like to specify this old but gold feature because some of my friends don't aware of  the autoclosable interface  etc.

http://docs.oracle.com/javase/7/docs/api/java/sql/Statement.html
http://docs.oracle.com/javase/7/docs/api/java/sql/Connection.html


This is not only for JAVA.SQL also please visit Socket family :).


Saturday, February 7, 2015

Java @ Fosdem 2015





First day

Started with  learning current status of JEP process and continue  with the learning Jigsaw enhancements(http://mreinhold.org/blog/jigsaw-modular-images). We learned the new group about Vulnerability.

Yuppi!!! Corba is still living. I think until last Cobol application will live, Java will keep Corba libs.

....

As I see,
Most of the speakers have github account. You can follow their projects.
https://fosdem.org/2015/schedule/track/java/

....


Second day

Andrew Haley's session was extraordinarily awesome :).

It was a good Summary for many of us ;-)




Summary

Two JavaFull days with news, status updates, "sessions like  tutorial in limited time"  were really good.