Java

  • submit to reddit

DZone Daily Dose - 2009/12/12

Yesterday, EC chair Neelie Kroes was optimistic that Oracle and the EU could come to an agreement.  Today, Oracle attacked the EU, saying that they have only...

0 replies - 15858 views - 12/12/09 by Mitch Pronschinske in News

Tasktop Ready to Mingle

The recently announced Tasktop Pro 1.6.1, which features a connector for Eclipse Mylyn and ThoughWorks Studio's Mingle.  The new tool integrates application...

3 replies - 8422 views - 12/11/09 by Mitch Pronschinske in News

Simplified Enterprise OSGi in WAS 7

Enterprises have just begun to dip their toes into the OSGi pool.  Modularity is not easy to implement, but IBM is trying to make it easier for enterprise...

0 replies - 8404 views - 12/10/09 by Mitch Pronschinske in Articles

DZone Daily Dose - 2009/12/11

At Washington University, they have a class that teaches students how to write iPhone apps.  Each student got an iPod touch at the beginning of the semester...

1 replies - 14265 views - 12/10/09 by Mitch Pronschinske in News

Java EE 6 and NetBeans 6.8 Arrive Today

This morning Sun announced the release of the Java EE 6 SDK and the GlassFish Enterprise Server v3, which is the first application server to support Java EE...

1 replies - 14922 views - 12/10/09 by Mitch Pronschinske in News

Open Source IntelliJ IDEA 9: A Coding Partner

JetBrains recently announced the public availability of its popular (and formerly proprietary) IDE.  The announcement caused a lot of excitement and spurred...

4 replies - 9628 views - 12/10/09 by Mitch Pronschinske in Articles

Eclipse At eBay

Eclipse is known to be at the core of a lot of large enterprises, and eBay is no exception. Following his talk on Eclipse @ eBay, I caught up with Michael...

1 replies - 9509 views - 12/10/09 by James Sugrue in Articles

Performance Tuning Resources For Web Clients

Recently I have been doing some research on tweaking websites to make them faster (either in reality, or at least in appearance to the client). Specifically...

1 replies - 9726 views - 12/09/09 by Craig Dickson in Articles

Merapi : A Bridge Between AIR and Java

If you have ever created an Adobe AIR application, there is a good chance you have run into problems with the Sandbox Security Model.  The Sandbox Security...

2 replies - 24125 views - 12/09/09 by Simon Free in Articles

Running Selenium on an Alternate Port; Starting the Server from Ant

I found myself needing to run Selenium tests from Java against a Selenium server running on a port other than the default 4444. Every example on the web...

0 replies - 10840 views - 12/09/09 by Jared Richardson in Tips and Tricks

Small-scale Integration Testing With JUnit, Maven and VMWare: Part 1

For Deployit, XebiaLabs' automated deployment product for Java EE applications, we are always building and modifying integrations with middleware...

0 replies - 7275 views - 12/08/09 by Vincent Partington in Articles

How To Be A Successful Developer

I was recently asked for advice from a young student on how to become a successful software developer. This is a complicated question. I put some thought...

6 replies - 11643 views - 12/08/09 by David Green in Articles

Q&A: Google App Engine for Java with Matthew McCullough

DZone recently caught up with Matthew McCullough, author of our 79th Refcard: Google App Engine for Java. Matthew is an Open Source Architect with the Denver,...

7 replies - 10452 views - 12/07/09 by Lyndsey Clevesy in Articles

Get DZone's Newest Refcard: Google App Engine for Java

Download your Google App Engine for Java cheat sheet now!  This Dzone Refcard provides an in depth introduction to the cloud computing technology, Google App...

0 replies - 4850 views - 12/07/09 by Lyndsey Clevesy in Announcements

Eradicate Commented-out Code From Java Applications

There have been numerous debates around commented-out lines of code (line or block of code that was commented out at some point) and whether they should be...

1 replies - 4971 views - 12/07/09 by Olivier Gaudin in Articles