Thursday, August 26, 2010

Java 7 : The New try-with-resources Statement

Java 7 : The New try-with-resources Statement: "From build 105, the compiler and runtime of the Java 7 Releases have
support for the new form of try : try-with-resources, also called ARM
(Automatic Resource Management) blocks.This new statement makes
working with streams and all kind of closeable resources easier. For
example, in Java, you can have this kind of code :


James Sugrue"

Thursday, July 8, 2010

Effective Teamworking With Eclipse: Change Sets

Effective Teamworking With Eclipse: Change Sets: "The last two days I have been looking at various ways that Eclipse assists developers when working with version control systems. First, we talked about highlighting local changes, then we discussed how to automatically synchronize with the version control system. Todays tip deals with Change Sets, which is the most useful feature in Eclipse for seeing real context behind changes in version..."

Wednesday, July 7, 2010

Experience: JasperServer Enterprise Edition

Experience: JasperServer Enterprise Edition: "I have been given a one-year commercial license by the Jaspersoft to test their JasperServer Enterprise Edition version 3.7.0.1. This software is very valuable for use in a company that might need to handle large amounts of data. From the data one can create customized reports, which prove to be valuable for supervisors and, of course, the boss."

Effective Teamworking With Eclipse: Autosync With Version Control

Effective Teamworking With Eclipse: Autosync With Version Control: "Over the course of your workday, you should find yourself synchronizing with your version control system frequently. After all, you need to see when somebody's made a change, and the sooner you know, the sooner you can integrate that change locally before committing. Once again, Eclipse has a really easy way to schedule your syncs. Everything you need is on the Synchronize view (Window/Show..."