makandra dev

Note that you should disable the Java plug-in in your browsers after installation. Ubuntu >= 12.04 Java 11

infoq.com

A well-written API can be a great asset to the organization that wrote it and to all that use...

makandra dev
rjb.rubyforge.org

rjb is a bridge software. It connects Ruby and Java.

tech.puredanger.com

Following up on my previous post, this is the second installment of Java Concurrency Bugs. In this post, we’ll...

makandra dev
jasmin.sourceforge.net

Jasmin is an assembler for the Java Virtual Machine. It takes ASCII descriptions of Java classes, written in a simple...

beust.com

The number of operators that you can overload is very small and each of them is attached to very specific...

artima.com

Martin Odersky talks with Frank Sommers and Bill Venners about the compromises and most important goals in Scala's design...

artima.com

When Java first shipped, Bill Joy and James Gosling and the other members of the Java team thought that Java...

artima.com

This article describes a technique for overriding the equals method that preserves the contract of equals even when subclassses of...

codemonkeyism.com

Even if you’ve trapped, you can change your programming style and reap some of the benefits of those new...

beust.com

In a recent post, Stephan Schmidt makes several suggestions in order to write "Next Generation Java". Unfortunately, I disagree with...

blogs.concedere.net

The goal of modelling is to produce something substantially simpler than the world. This is achieved not through endlessly inventing...

celerity.rubyforge.org

Celerity is a JRuby wrapper around HtmlUnit – a headless Java browser with JavaScript support. It provides a simple API for...

makandra dev
limelight.8thlight.com

Limelight is a rich client GUI framework unlike any other. With a unique angle on GUI development, Limelight harnesses the...

mockito.org

Mockito is a mocking framework that tastes really good. It lets you write beautiful tests with clean & simple API. Mockito...

playframework.org

Finally a Java framework made by Web developers. Discover a clean alternative to bloated enterprise Java stacks. Play focuses on...

freemind.sourceforge.net

FreeMind is a premier free mind-mapping (http://en.wikipedia.org/wiki/Mind_map) software written in Java.

code.google.com

RESTClient is a Java application to test RESTful webservices. It can be used to test variety of HTTP communications.

stuffthathappens.com

Consider a Java interface and class: Dog and DefaultDog. Which of these two conventions is best?

eis-blog.ucsc.edu

Rule engines are commonly used in enterprise-level companies to decide things like how much your car insurance premium will...

jboss.org

The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development...

makandra dev
beust.com

JCommander is a very small Java framework that makes it trivial to parse command line parameters.

blog.thecodewhisperer.com

While injecting the dependency appeared to make the classes more tightly coupled, it simply revealed the coupling that already existed...