Tutorial search
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
Robust Java Benchmarking: Statistics and Solutions - Java tutorial

Category: Java tutorials - Difficulty: 

Robust Java Benchmarking: Statistics and Solutions tutorial description
| Added on | 08.08.2008 |
| Total clicks | 11 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Robust Java Benchmarking: Statistics and Solutions
More cool Java tutorials:

The Java Database Connectivity (JDBC) API has emerged as a key part of the Java 2 Standard Edition (J2SE) and Java 2 Enterprise Edition (J2EE) platforms. It is the primary standards-based mechanism for the Java language to programmatically access relational databases, so when a new version of the specification is released by the Java Community Process, developers are bound to be interested. This article summarizes the key new features as outlined in Sun Microsystems' recently released Proposed Final Draft 3.0 of the JDBC specification.

You've already seen how flexible Castor is in allowing you to convert Java objects to XML and back. But Castor does a lot more, including letting you take those same Java objects and turn them into rows within your SQL database. Learn what syntax is the same, what's different, and how you can add SQL to your data binding arsenal.
Category: Java tutorials - Difficulty: 


While Continuous Integration (CI) can be extremely effective at reducing risks on a project, it requires a greater emphasis on your day-to-day coding activities. In this second installment of a two-part article on CI anti-patterns, learn how to lay out CI anti-patterns, and more importantly, demonstrates how to avoid them.
Category: Java tutorials - Difficulty: 


An article on managing sessions. First describes what is a session? how to identify a user across multiple pages and how to manage sessions using Java Servlets. Online demo available.

Examine the roots of the double-checked locking idiom, why it was developed, and why it doesn't work. The Java programming language contains several useful programming idioms. It also contains some that further study has shown should not be used. Double-checked locking is one such idiom that should never be used.
Category: Java tutorials - Difficulty: 



