Java

  • submit to reddit

Have You Checked out the DZone Tech Library?

If you haven't had a chance (or didn't know about it), take a stroll over to DZone's tech library.  Our shelves are filled with Refcardz, Whitepapers,...

0 replies - 3088 views - 10/11/12 by Eric Genesky in Articles

Have You Checked out the DZone Tech Library?

If you haven't had a chance (or didn't know about it), take a stroll over to DZone's tech library.  Our shelves are filled with Refcardz, Whitepapers,...

0 replies - 3528 views - 10/11/12 by Eric Genesky in Articles

Weekly Poll: Scala, Friend or Foe? What's DZone's Consensus?

There's been some interesting news in the last week about Scala, and we thought the community would be curious to find out just how many of us have used Scala,...

0 replies - 10354 views - 09/21/12 by Bill Armstrong in Articles

Fixing Bugs – There’s No Substitute for Experience

We've all heard that the only way to get good at fixing bugs in through experience – the school of hard knocks. Experienced programmers aren’t afraid...

1 replies - 8014 views - 09/08/12 by Jim Bird in Articles

GlassFish Operations: Log Notifications

Most of the prominent requirements for application servers derive from the operations space. Taking this into account the next Java EE platform...

0 replies - 4288 views - 07/19/12 by Markus Eisele in Articles

Struts Tutorials

Struts MVC Architecture Tutorial In this tutorial you will learn the Struts MVC Architecuture. Struts Hello World Example in Eclipse In this...

0 replies - 536 views - 06/06/12 by Ross Jernigan in Articles

Easy Unit and Integration Code Coverage

This example shows how to generate coverage for unit and integration tests using Maven and Sonar. It uses very simple techniques and should only take 10-15...

0 replies - 9256 views - 05/17/12 by John Dobie in Articles

Death to all bugs! Arquillian testing platform reaches first stable release

Red Hat, Inc. and the JBoss Community today announced the 1.0.0.Final release of Arquillian, its award-winning testing platform built to run on the Java...

3 replies - 7802 views - 04/10/12 by Dan Allen in Articles

Developing .NET/C# Applications with VoltDB

Tune in as VoltDB demonstrates our “mini SQL Management Studio” for VoltDB built entirely in C#. During this webinar the presentation will...

0 replies - 2618 views - 02/16/12 by Brandon Nokes in Uncategorized

Graphite, JMXTrans, Ganglia, Logster, Collectd, say what?

Given that @patrickdebois is working on improving data collection I thought it would be a good idea to describe the setup I currently have hacked...

1 replies - 5798 views - 01/26/12 by Kris Buytaert in Articles

A Sensible Java Build Tool

I've been writing Java in one sense or another for a few years now.  I learnt stuff at university, then used it in a few jobs.  I've written Beans and...

6 replies - 7775 views - 01/23/12 by Tom O'connor in Articles

Use Clover to generate code coverage reports of your Integration/Automation Tests

Clover is a great tool for generating code coverage reports from your unit tests. It can be executed as a plugin in Eclipse, Maven or Ant. However, not...

0 replies - 7144 views - 01/08/12 by Avi Yehuda in Articles

How I like my Java

This is a repost of my article earlier posted at Jordan Sissel's awesome SysAdvent  Be sure to tell us how you like your Java in our latest Ask DZ...

10 replies - 11017 views - 12/20/11 by Kris Buytaert in Articles

My Testing and Code Analysis Toolbox

Last week we kicked of a “Testing Skill Group” at LINEAS, a group for exchanging knowledge about testing. One question that came up over and over again...

1 replies - 5819 views - 12/12/11 by Jens Schauder in Articles

Application Performance Testing: From Conception to Gravestone

Performance testing of software systems is discussed frequently as an episodic activity that is accomplished once per production release as the final step in...

0 replies - 3522 views - 12/05/11 by Brandon Nokes in Whitepapers