London Bile September 28, 2007
Posted by Deglan in Java.2 comments
Hani Suleiman author of the Bileblog is presenting a session on Enterprise Java Testing as part of the Skills Matter “In-the-Brain of” series. The session is on 13th November, registration is free and can be found here.
Tony Printezis: Garbage Collection – Friendly Programming September 25, 2007
Posted by Deglan in Java.Tags: Garbage Collection, Java
3 comments
Last week I had the good fortune to attend a re-run of the popular Java One session by Tony Printezis on Garbage Collection Friendly Programming. Tony is a Staff Engineer in the GC Group at Sun and a great speaker too; if you get the opportunity to attend one of his talks I’d strongly recommend that you go along. The key take away messages: keep it simple – use clear simple code rather than obscure code that tries to second guess the GC, user shorter-lived immutable objects rather than longer lived mutable objects, get to know the GC and when you are holding references. Whilst it’s not the same as having Tony share real life experiences, I thought that I’d share a few of the key papers referenced in the talk:
Make It Fly Seminar Series June 27, 2007
Posted by Deglan in Java.add a comment
Free seminar series on optimising applications for the Sun and Java platforms. The next event (July 12th) covers JavaFX and Java Real System. Agenda here.