public marks

PUBLIC MARKS from jpcaruana with tag java

September 2008

August 2008

July 2008

Joda Time - Java date and time API - Home

by 8 others
Joda-Time provides a quality replacement for the Java date and time classes. The design allows for multiple calendar systems, while still providing a simple API. The 'default' calendar is the ISO8601 standard which is used by XML. The Gregorian, Julian, Buddhist, Coptic, Ethiopic and Islamic systems are also included, and we welcome further additions. Supporting classes include time zone, duration, format and parsing.

google-guice - Google Code

by 1 other
Guice alleviates the need for factories and the use of new in your Java code. Think of Guice's @Inject as the new new. You will still need to write factories in some cases, but your code will not depend directly on them. Your code will be easier to change, unit test and reuse in other contexts.

June 2008

May 2008

gnizr - Google Code

by 2 others (via)
gnizr™ (gə-nīzər) is an open source application for social bookmarking and web mashup. It is easy to use gnizr to create a personalized del.icio.us-like portal for a group of friends and colleagues to store, classify and share information, and to mash-it-up with information about location. It's free.

April 2008

Platypus Page Layout and Typesetting Software

(via)
Platypus is a full-featured and easy-to-use page layout and typesetting system. Inspired by technologies such as TeX, Platypus adds new features and, especially, ease of use to the generation of documents of all kinds. It is particularly adept at listing code, and so is frequently used for documentation. Input consists of text files with embedded formatting commands. These files are converted by Platypus to PDF, HTML, or Microsoft Rich Text Format (RTF). Platypus is written in Java and relies on the iText library. It is available at no charge under the Apache open-source license. For more information, see the links to the left.

February 2008

SpringSource Team Blog » Spring Overtakes EJB as a Skills Requirement

EJB requirements are stagnant or in decline, while Spring requirements are growing at an ever increasing rate.

January 2008

FEST-Swing - Welcome

(via)
FEST-Swing is a Java library that provides a fluent interface for functional Swing GUI testing. This library provides an easy-to-use API that makes creation and maintenance of GUI tests easy.

Overview

by 1 other
PicoContainer is a highly embeddable full service Inversion of Control (IoC) container for components honour the Dependency Injection pattern.

December 2007

Buildr – Welcome

(via)
Buildr is a build system for Java applications. We wanted something that’s simple and intuitive to use, so we only need to tell it what to do, and it takes care of the rest. But also something we can easily extend for those one-off tasks, with a language that’s a joy to use. And of course, we wanted it to be fast, reliable and have outstanding dependency management.

Bumblebee documentation

by 1 other
Bumblebee is a small framework that allows you to create documentation from executing code. This document is the result of the output of the combined acceptance tests and documentation for Bumblebee.