Java
- 31 mai 2007 My History of Struts 2 - O'Reilly ONJava Blog
- 15 mai 2007
YouTube - Ruby on Rails vs Java - RailsEnvy.com Commerical
Ruby on Rails vs Java - RailsEnvy.com Commerical
- 10 mai 2007
OpenJDK
Welcome to the Open-Source JDK Community!
This is the place to collaborate on the open-source JDK, an implementation of the Java Platform, Standard Edition specification defined in the Java Community Process.
- 27 avril 2007 jpctools - Google Code
- 27 avril 2007
StrutsTestCase for JUnit
StrutsTestCase for JUnit is an extension of the standard JUnit TestCase class that provides facilities for testing code based on the Struts framework. StrutsTestCase provides both a Mock Object approach and a Cactus approach to actually run the Struts ActionServlet, allowing you to test your Struts code with or without a running servlet engine. Because StrutsTestCase uses the ActionServlet controller to test your code, you can test not only the implementation of your Action objects, but also your mappings, form beans, and forwards declarations. And because StrutsTestCase already provides validation methods, it’s quick and easy to write unit test cases.
- 21 mars 2007
CruiseControl Home
CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds.
CruiseControl is distributed under a BSD-style license and is free for use. CruiseControl adheres to an open source model and therefore makes the source code freely available.
CruiseControl is maintained and developed by a group of dedicated volunteers.
- 14 mars 2007
Les meilleures API Java - Club d'entraide des développeurs francophones
liste d’API
- 6 mars 2007
ThinkingRock
Thinking Rock is a free software application for collecting and processing your thoughts following the GTD methodology. It is simple and easy to use
- 23 février 2007
Jakarta POI - Java API To Access Microsoft Format Files
The POI project consists of APIs for manipulating various file formats based upon Microsoft’s OLE 2 Compound Document format using pure Java. In short, you can read and write MS Excel files using Java. Soon, you’ll be able to read and write Word files using Java. POI is your Java Excel solution as well as your Java Word solution. However, we have a complete API for porting other OLE 2 Compound Document formats and welcome others to participate.
- 23 février 2007
Cobertura
Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.
- 15 février 2007 Xalan-Java Samples
- 15 février 2007
XSLT transformation from a servlet
The question how to create HTML output to the browser from a Servlet based on XML data often comes up.
Here’s a fully functional example on how to achieve this using Jakarta Xalan 2 and Xerces 2.
The system is quite simple, most of the code is concerned with housekeeping chores rather than the actual HTML generation and output.
- 15 février 2007
XSLT Servlet - A Java Servlet that transforms XML documents
This servlet transforms an XML document using an XSLT stylesheet. Probably there are other Servlet implementations of this kind, but I couldn’t find one with the features I need available under an Open Source license, so I wrote this one.
- 2 février 2007
Ruby on Rails and J2EE: Is there room for both?
Ruby on Rails is a relatively new Web application framework built on the Ruby language. It is billed as an alternative to existing enterprise frameworks, and its goal, in a nutshell, is to make your life – or at least the Web development aspects of it – easier. In this article, Aaron Rustad compares and contrasts some of the key architectural features of Rails and traditional J2EE frameworks.
- 2 février 2007 Crossing borders: What's the secret sauce in Ruby on Rails?
- 24 janvier 2007 Java 1.5
- 10 janvier 2007
Buddi - Business & Finance
A personal finance and budgeting program, aimed at those who have little or no financial background. In making this software, I have attempted to make things as simple as possible, while still retaining enough functions to satisfy most home users.
- 14 novembre 2006 AJAX Toolkit Framework released | unconditionally interesting
- 14 novembre 2006
AJAX et Struts par l'exemple - Julien Carnelos Blog
On trouve aujourd’hui beaucoup de références sur le net sur AJAX ( XmlHTTPRequest en réalité ) mais peu d’éléments sur l’intégration de AJAX sur le framework Struts. Concernant les ressources francaises sur le sujet, c’est quasi inexistant en recherche sur Google. Je me suis donc décidé à écrire ce petit article technique. Attention, cet article n’explique pas réellement le fonctionnement de la technologie AJAX mais plutôt de son intégration avec le framework Struts.
- 14 novembre 2006
Direct Web Remoting- Easy AJAX for JAVA
DWR allows Javascript in a browser to interact with Java on a server and helps you manipulate web pages with the results.