Skip to main content

Java Tools

Welcome to Java Tools Community, a gathering place for those interested in Java™ Development Tools. Here you'll find news, articles, discussions, great open source tools and all the help you'll need to start up your project.

Community News & Announcements

Customizing Java Serializarion [Part 1]
Sep 6, 2011

In our last post we looked at some of the basics of Java Serialization. We also took a look at how object resolving is done by the JVM and the effects of serialization of the same object on different/same ObjectOutputStreams.

...

Java.net now has a Maven repository
Aug 23, 2011

Java.net uses Sonatype Nexus to provide Maven repository hosting service: https://maven.java.net. You can deploy snapshots, stage releases, and promote your releases so they will be synced to Maven Central. To assure the quality of artifacts in Maven Central, all new release versions must meet some quality requirements. Once you have new a release version deployed to Nexus repository, we will help you clean up old versions and sync them into central. This document will guide you the whole process step by step.


Serialization in Java
Aug 23, 2011

Java provides its developers with a rich set of APIs for object serialization. In this article we will look into some of the intricacies of object serialization in Java.


Latest from our Bloggers

Persist document in Cassandra
posted by otaviojava on Feb 1, 2012
Vulcan-ized Rhino: Telepathic Power for your Code
posted by sanjay_dasgupta on Jan 25, 2012
In this article we coax the JVM's Rhino (an elusive, misunderstood, and ignored member of the ecosystem) into a mind meld, giving it access to...
Persisting information with Cassandra in java: Simple example
posted by otaviojava on Jan 24, 2012
This article has the main objective show a little example for persist information in Cassandra using java.
Using Maven for more than development
posted by fabriziogiudici on Jan 23, 2012
I think that Maven is a great tool for development. But it can be used for more. For instance, I've just prepared things so that starting from a...
Is there a difference between load and performance testing
posted by kcpeppe on Jan 12, 2012
Today I decided it was past time to reorganize the slides in the performance testing section of the course. I added a number of new diagrams and...
 

JavaTools on Twitter

JavaTools on the Web

Some Rights Reserved Book Review: Murach's Java Programming 4th Ed.
I recently had the pleasure to read and examine Murach's Java Programming 4th Ed. Joel Murach does...
Across the Universe Oracle at Embedded World 2012
Oracle will be at embedded world again this year. Last year was a very good showing, with lots of...
Some Rights Reserved NetBeans 7.1 IDE: Remote Database Connections
The NetBeans 7.1 IDE has a feature that has been around for a while, but does not get as much...
Some Rights Reserved NetBeans 7.1 IDE: Shelve and Un-Shelve Changes
The NetBeans 7.1 IDE introduces a really cool new feature called shelving. This allows a developer...
Some Rights Reserved NetBeans 7.1 IDE: Inspect and Transform to JDK 7
I gave a talk this month at the Greenville Java Users Group (GreenJUG) on the new features, and...