Note that you should disable the Java plug-in in your browsers after installation. Ubuntu >= 12.04 Java 11
A well-written API can be a great asset to the organization that wrote it and to all that use...
rjb is a bridge software. It connects Ruby and Java.
Following up on my previous post, this is the second installment of Java Concurrency Bugs. In this post, we’ll...
Jasmin is an assembler for the Java Virtual Machine. It takes ASCII descriptions of Java classes, written in a simple...
The number of operators that you can overload is very small and each of them is attached to very specific...
Martin Odersky talks with Frank Sommers and Bill Venners about the compromises and most important goals in Scala's design...
When Java first shipped, Bill Joy and James Gosling and the other members of the Java team thought that Java...
This article describes a technique for overriding the equals method that preserves the contract of equals even when subclassses of...
Even if you’ve trapped, you can change your programming style and reap some of the benefits of those new...
In a recent post, Stephan Schmidt makes several suggestions in order to write "Next Generation Java". Unfortunately, I disagree with...
The goal of modelling is to produce something substantially simpler than the world. This is achieved not through endlessly inventing...
Celerity is a JRuby wrapper around HtmlUnit – a headless Java browser with JavaScript support. It provides a simple API for...
Limelight is a rich client GUI framework unlike any other. With a unique angle on GUI development, Limelight harnesses the...
Mockito is a mocking framework that tastes really good. It lets you write beautiful tests with clean & simple API. Mockito...
Finally a Java framework made by Web developers. Discover a clean alternative to bloated enterprise Java stacks. Play focuses on...
FreeMind is a premier free mind-mapping (http://en.wikipedia.org/wiki/Mind_map) software written in Java.
RESTClient is a Java application to test RESTful webservices. It can be used to test variety of HTTP communications.
Consider a Java interface and class: Dog and DefaultDog. Which of these two conventions is best?
Rule engines are commonly used in enterprise-level companies to decide things like how much your car insurance premium will...
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development...
JCommander is a very small Java framework that makes it trivial to parse command line parameters.
While injecting the dependency appeared to make the classes more tightly coupled, it simply revealed the coupling that already existed...