Java

  • submit to reddit

Fast O(n) Integer Sorting Algorithm

Yesterday I learned that there is an O(n) integer sort algorithm (I should have read this before in a basic algorithm book :-/). Now I wondered: is this...

5 replies - 16878 views - 03/02/10 by Peter ___ in Articles

Dependency Injection as Function Currying

Dependency Injection is one of the techniques that I use regularly when I am programming in Java. It's a nice way of making an application decoupled from...

0 replies - 5912 views - 03/02/10 by Debasish Ghosh in Articles

Daily Dose - Chrome Usage Keeps Growing, IE Keeps Dwindling

Chrome Usage Keeps Growing, IE Keeps Dwindling   The February report on NetMarketshare's browser stats show many continuing trends.  Once again, Chrome...

0 replies - 16641 views - 03/02/10 by Mitch Pronschinske in Daily Dose

Design Patterns Uncovered: The Strategy Pattern

Having focussed on the two factory patterns over the last week, today we'll take a look at the Strategy Pattern, a useful pattern in changing algorithm...

7 replies - 42505 views - 03/01/10 by James Sugrue in Articles

Is it Time For a JVM-Based Web Browser?

There are currently two exciting platforms for which one can develop:The Java Virtual Machine (JVM). Advantages: Great tools, hosts many languages, lots of...

21 replies - 8883 views - 03/01/10 by Axel Rauschmayer in Articles

Jigsaw / JDK 1.7 Will be the Solution for 80% of the Modularization Challenges

Jigsaw will come with JDK 1.7 and is now part of the openjdk project and so opensource. Other JDK implementations could simply...

1 replies - 4789 views - 03/01/10 by adam bien in Articles

RESTEasy Client: The Next Generation

What does the Next Generation REST client look like? Bill Burke had a few ideas... guess who's implementing them? Yours truly. I like the general...

0 replies - 6735 views - 03/01/10 by Solomon Duskis in Articles

Maven's Strengths and Weaknesses as a Dependency Management System

For many Java teams, switching to Maven will introduce them to formal dependency management. Maven actually does a pretty decent job and is a fantastic...

2 replies - 11611 views - 03/01/10 by Eric Minick in Articles

Nexus OSS is Here to Save You From Java.net's Maven Hell

Sonatype is spreading the word: 'Come to us and we'll help you migrate your Maven projects off of Java.net and on to Nexus OSS.'  Many developers agree,...

1 replies - 7491 views - 03/01/10 by Mitch Pronschinske in Articles

Shorter Syntax for Creating Stubs with Mockito

As part of my efforts to create more concise Unit Tests in Java, Steve McLarnon and I recently added the ability to create a stub and stub one method with only...

2 replies - 4924 views - 02/27/10 by Jay Fields in Articles

Coding: Shared Libraries

On a few projects that I've worked on one of the things that we've done is create a shared library of objects which can be used across several different...

4 replies - 4401 views - 02/27/10 by Mark Needham in Articles

Sonatype Free Maven Repository Hosting For FLOSS projects - Great Stuff!

When I start the mavenization of my projects, I had some doubts - because of my ignorance - about where to put my Maven repositories. I have two scenarios:...

0 replies - 7545 views - 02/26/10 by Fabrizio Giudici in News

The Pain is Over For Java.net's Maven Artifacts!

Deploying Maven artifacts using the java.net repository is always a challenge and most of the time the result is unpredictable...the good news is...

0 replies - 4889 views - 02/26/10 by Jean-Francois Arcand in Articles

Jersey Featuring jQuery + JSONP

One of the most controversial but yet powerful techniques for integrating distributed systems is the JSONP format, a javascript function that bypasses the...

0 replies - 11427 views - 02/26/10 by Felipe Gaúcho in Articles

IBM WebSphere Application Server V7 Feature Pack for OSGi Applications and Java Persistence API (JPA) 2.0 Open Beta

IBM WebSphere Application Server V7 Feature Pack for OSGi Applications and Java Persistence API (JPA) 2.0 Open Beta IBM® WebSphere® Application Server...

0 replies - 1546 views - 02/25/10 by Yakura Coffee in Announcements