PUBLIC   marks

PUBLIC MARKS with tag java

Sponsorised links

Yesterday

Joda Time - Java date and time API - Home

by jpcaruana & 10 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 jpcaruana & 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.

24 July 2008

Understanding dynamic business workflows part 1

by BlueVoodoo
Inversion of Control (IoC) and Web Services Business Process Execution Language (WS-BPEL) can be effective tools for implementing dynamic business workflows. In this article, learn business workflows' dynamic nature and proposes a two-layer workflow model that lets you use XML to build configurable and flexible solutions.

RSSOwl - A Java RSS / RDF / Atom Newsreader | May the owl be with you

by tadeufilippini & 16 others (via)
RSSOwl 2.0 M8a now available Submitted by bpasero on Sun, 2008-03-09 21:54. We are happy to announce that the next milestone of RSSOwl 2.0 is now available for download. This release comes with some very cool features: * Copy or Move News into Bins * Create Keyword Subscriptions (e.g. del.icio.us) * Undo/Redo now available for most operations * Display all feeds of a folder at once * Improved performance and reduced memory consumption * 100 bugs fixed

Sponsorised links

23 July 2008

Weblogic 8.1 - ActiveDirectoryAuthenticator

by sdaclin
Description détaillée de la configuration d'active directory dans un realm J2EE weblogic.

DZone

by roulian
* DZone is a free link-sharing community for developers * anyone can submit new links to the incoming queue * members vote on upcoming links to determine what gets promoted * everyone can browse, search and comment on links

22 July 2008

20 July 2008

Le développement avec Java : le tutorial développons en Java et développons en Java avec Eclipse

by Emaux & 1 other
L'idée de départ de ce document était de prendre des notes relatives à mes premiers essais en Java. Ces notes ont tellement grossies que j'ai décidé de les formaliser un peu plus et de les diffuser sur internet d'abord sous la forme d'articles puis rassemblées pour former le présent didacticiel.

19 July 2008

17 July 2008

Use Java APIs for building RPC-based Web services

by BlueVoodoo
Remote procedure calls (RPCs) are the precursors to modern Web services that are based on the Simple Object Access Protocol (SOAP) or Representational State Transfer (REST). This tutorial takes you through getting and installing JAX-RPC, configuring it, and building a server-side RPC receiver and a simple client-side application.

16 July 2008

Mastering Grails: Grails and legacy databases

by BlueVoodoo
Explore the various ways that Grails can use database tables that don't conform to the Grails naming standard. If you have Java classes that already map to your legacy databases, Grails allows you to use them unchanged. You'll see examples that use Hibernate HBM files and Enterprise JavaBeans 3 annotations with legacy Java classes.

15 July 2008

Using static analysis tools to indentify code smells

by BlueVoodoo
Refactoring is a well-accepted practice for improving existing code. Yet, how do you find the code that should be refactored, in a consistent and repeatable manner? This installment of Automation for the people explains how to use static analysis tools to identify code smells to refactor, with examples showing how to improve odiferous code.

10 July 2008

09 July 2008

Java theory and practice: Going wild with generics 2

by BlueVoodoo
Wildcards can be very confusing when it comes to generics in the Java language, and one of the most common mistakes is to fail to use one of the two forms of bounded wildcards ("? super T" and "? extends T") when needed. You've made this mistake? Don't feel bad, even the experts have, and this month Brian Goetz shows you how to avoid it.

06 July 2008

05 July 2008

04 July 2008

03 July 2008

PUBLIC TAGS related to tag java

no tag

Sponsorised links