BladeCenter Integrated Manager
Business resilience is more than continuity of business operations. Availability, security, regulatory compliance, and risk management are needed to... more »
0 commentsSave Tags: java, security, tools
Getting started with Maven and Spring
This guide is a quick introduction to getting started with Maven and Spring, and shows the making of a "Hello World" application. The only... more »
0 commentsSave Tags: frameworks, how-to, java, tools
ESB Testing Strategies with Mule
To be able to do anything useful, an ESB must be configured with all sorts of parameters, from endpoint connection URIs to message transformation... more »
0 commentsSave Tags: agile, how-to, java, open source
db4o performance as a cache
Steve Zara from Zac Parkplatz Ltd. compares the relative performance of an ORM (OpenJPA over MySQL), a cache system with allows storage on disk... more »
0 commentsSave Tags: database, java, research, reviews
Develop Web apps with the Java Persistence API
Find out how the Java Persistence API (JPA) provides a means to persist data in your applications. Although it is traditionally used with Enterprise... more »
0 commentsSave Tags: announcement, java, tools
DataDirect Technologies Announces Version 4.0 of its Industry-Leading JDBC Database Drivers
DataDirect Technologies announced the availability of its DataDirect Connect® for JDBC™ database drivers version 4.0.
0 commentsSave Tags: java
Grails Testing Tip (DO’s, DONT’s and DOH’s): Fixture Data vs. Dependent Data
Integration testing can be painful enough under the best of circumstances. Confusion around where data comes from, when it should be deleted, rolled... more »
0 commentsSave Tags: frameworks, groovy, java, methodology
Java Sudoku Solver
The Sudoku puzzle consists of a grid of 9x9 cells. This 81-cell grid is further subdivided into nine subgrids of 3x3 cells. A few of the cells are... more »
1 commentsSave Tags: games, how-to, java
Watch Coupling Kill Your Project
Coupling is the AIDS of software development. It won’t directly kill your project but it will make it easy for something else to kill it off. As... more »
0 commentsSave Tags: java, methodology, opinion
Multithread Testing Challenges in Java
We should be very skeptical about multithread test cases. Just because they pass doesn’t necessarily mean our code is correct. This article describes... more »
0 commentsSave Tags: java
Web development with Wicket, Part 3: Many ways to persist
The best persistence technology to bundle with a Web framework might just be none at all. In this final installment in his series on Web development... more »
0 commentsSave Tags: frameworks, java
Application Performance Management: Don't Profile! Just Meter, Charge and Bill.
With cloud computing costs and application performance are in general coupled. The more resources (io, cpu, memory) an application consumes the higher... more »
0 commentsSave Tags: java, methodology, opinion, research
Trip Report from the Boston Business of Software Conference!
Last year, Neil Davidson (founder and boss at Red Gate Software) organized a new conference called the 'Business of Software' Conference. Mark... more »
0 commentsSave Tags: java, tools
Reflection: Accessing Native Types and Their Arrays
As a follow up to a blog entry I read about the problems of using reflection to access native arrays types I wrote a short explanation on how the JVM... more »
1 commentsSave Tags: how-to, java
Using JavaScript Object Notation (JSON) in Java ME for Data Interchange
Choosing the right data interchange format is an important design decision when building any network-aware software. This is especially true when... more »
0 commentsSave Tags: java, javascript, mobile
Welcome to Monkey World 3D New Web Site
MonkeyWorld 3D 4.1 is now available for download. We don't call this a final release yet, because we all know too good, that there are still issues in... more »
0 commentsSave Tags: games, java, news
The Android Mobile Phone Platform
At 25 years of age, you might think that the mobile phone has grown up. However, it's about to undergo some dramatic changes—a delayed adolescence, if... more »
0 commentsSave Tags: frameworks, java, mobile
Signalling Integer Overflows in Java
Our authors present COJAC, a freely available tool that instruments any existing Java bytecode for overflow detection.
0 commentsSave Tags: frameworks, java
Google Chrome and Grizzly Comet: does it work?
The buzz around Google Chrome attacked me...just to make sure Chrome supports Comet, I did try using the monster implementation to see if sockets in... more »
0 commentsSave Tags: frameworks, java, mobile, server
Grizzly 2.0 jars' snapshot now available!
Starting today, we are shipping the new Grizzly 2.0 artifacts/jars as Alexey described (and lead!).
0 commentsSave Tags: frameworks, java, news
Developing for the Rich Client Platform, the Ganymede way
The Ganymede release of Eclipse includes 24 separate projects, covering a wide range of technologies. Many of these projects are mature, and this... more »
0 commentsSave Tags: eclipse, how-to, java
What's the Point of Voting at the Bug Parade?
Every now and then I see someone, usually from Sun, say that “if you are interested in feature x please go to the Bug Parade and vote for it. It is... more »
0 commentsSave Tags: java, opinion
Current State of Java for HPC
About ten years after the Java Grande effort, this paper aims at providing a snapshot of the current status of Java for High Performance Computing.... more »
0 commentsSave Tags: java, open source, research
via