java

NetBeans IDE 6.7.1 with JavaFX Now Available for Download!

The NetBeans Team is pleased to announce the release of NetBeans IDE 6.7.1, which supports the latest JavaFX SDK. Download NetBeans 6.7.1 (A JavaFX-only...

1 replies - 4518 views - 07/27/09 by Tinu A in Announcements

Do Your Iterators Always Fail-Fast?

The iterators of the Collection implementations of the Java runtime throw a ConcurrentModificationException[1] when they detect that another thread has...

0 replies - 304 views - 11/21/09 by Bharath Ganesh in Articles

Java Scheduling Gets a Shot in the Arm, Courtesy of Terracotta

Terracotta continues its open source project acquisition tear today, bringing the the Quartz Scheduler project into it's fold.  This latest move follows the...

6 replies - 1712 views - 11/19/09 by Matthew Schmidt in News

Skandium Java Multi-core Library Release 1.0b2

Parallelism patterns for Multi-core in Java Version 1.0b2 of the Skandium Java Multi-core Library has been released at: http://skandium.niclabs.cl/

0 replies - 115 views - 11/19/09 by mleyton in Announcements

Essential JavaFX

When I first laid my hands on 'Essential JavaFX' I thought that it was a big plus for newbies that the book assumes the reader has a basic knowledge on programming but does not require you...

0 replies - 1029 views - 11/19/09 by gerps in Book Reviews

JavATE 0.4

JavATE, the Java Application Tiered Engine is a set of Java libraries that enables application development using the domain driven methodology. It gives you...

2 replies - 195 views - 11/18/09 by amattioli in Announcements

JavaFX in Action

It is an exciting time to learn JavaFX platform to build desktop, mobile and Set-Top Box applications. JavaFX in Action is a book that will get you up to speed in no time at all. The book strikes a...

0 replies - 2643 views - 11/11/09 by Carl Dea in Book Reviews

Programming Scala: Tackle Multi-Core Complexity on the Java Virtual Machine

When I laid my hands on this book I was delighted to see that it's part of "The Pragmatic Programmers" series. As a developer I have a high respect for books in this series because they...

0 replies - 2264 views - 11/09/09 by gerps in Book Reviews

FEST-Assert 1.2: Fluent Interface for Assertions

We are proud to announce that FEST-Assert 1.2 is out!

0 replies - 235 views - 11/05/09 by Alex Ruiz in Announcements

Mockito 1.8 - New Useful Features

Mockito expands its impressive feature set with release 1.8.I was once a happy EasyMock user. If asked, I think I would have even questioned the need for a new...

1 replies - 3668 views - 11/03/09 by pablojim in Articles

Java Hashing

Every Java object has two very important methods i.e. hashCode() and an equals() method. These methods are designed to be overridden according to their...

10 replies - 5162 views - 10/27/09 by m_muhammadali in Articles

Remote Access to Your Services: EJB vs Spring/Hessian

The other day, I got to come up with a design solution for a small website. Small enough to fit on a single physical server. Nothing fancy, I had a pretty good...

7 replies - 2939 views - 10/26/09 by alex.m in Articles

VisualVM 1.2 Adds Powerful New Performance and Memory Profiler

VisualVM 1.2 has just been released and is available for download at https://visualvm.dev.java.net! After eight months of development, this release introduces...

11 replies - 6122 views - 10/21/09 by Jiri Sedlacek in Articles

Introducing Mike - Hosted Continuous Integration

Initially targeted at Java Development teams, Mike enables small teams to quickly and easily implement CI.Mike currently supports Ant-based builds or you can...

0 replies - 422 views - 10/21/09 by leggetta in Announcements

Application Clustering For Scalability and High Availability

Application clustering is a sub-topic of “Parallel Computing”. Today many types of software support parallel computing in some form. Why do we need...

3 replies - 2276 views - 10/13/09 by Ibrahim in News