Programmation

  • 13 juillet 2007 xp-france : Message: Re: xp-france Re : Re : Re : La cascade avait raison...?

    Christophe Thibaut :

    Cette discussion sur les domaines m’évoque la notion de recueil des besoins.

    Dans les deux cas, j’ai l’impression qu’on essaie de réifier ce qui est au

    départ une série d’actes, de réflexions et de conversations, dans un document.

    Dans de nombreuses entreprises, mais surtout les grandes qui ont beaucoup

    d’argent à dépenser en études (alors qu’elles feraient mieux de le dépenser en

    self-help) on a cristallisé ces activités : conception, expérimentation,

  • 11 juillet 2007 Sonar

    Sonar is a continuous quality control tool for Java applications. Its basic purpose in life is to join your existing continuous integration tools to place all your development projects under quality control.

  • 11 juillet 2007 JFunc: JUnit Functional Testing Extension

    What is JFunc?

    JFunc is an extension to the JUnit testing framework to make it easier for use with functional tests. Functional testing (also called integration testing) significantly differs from unit testing in a number of respects. Part of this project is dedicated towards putting together code to address these differences; the other part of this project is putting together methodologies for functional testing.

    What is functional testing?

    Functional testing, or integration testing, is testing concerned with the entire system, not just small pieces (or units) of code. For those interesting in unit testing, JUnit is currently the premiere unit testing framework for Java software.

  • 11 juillet 2007 TagUnit : Bringing testing and test-driven development to JSP

    Allows unit testing of JSP custom tags within their special environment.

  • 11 juillet 2007 Introduction aux Design Patterns en Java - Club d'entraide des développeurs francophones

    un petit rappel sur les Design Patterns, ca ne fait jamais de mal

  • 5 juillet 2007 lighttpd fly light
  • 4 juillet 2007 Logilab - Solutions, Services et Formations en Informatique Scientifique et Gestion de Connaissances
  • 26 juin 2007 SciTE Text Editor

    SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations - I use it for building test and demonstration programs as well as SciTE and Scintilla, themselves.

  • 21 juin 2007 ONLamp.com -- Introducing LAMP Tuning Techniques
  • 20 juin 2007 Home - Sahi - Web Automation and Test Tool

    Sahi is an automation and testing tool for web applications, with the facility to record and playback scripts. Developed in java and javascript, this tool uses simple javascript to execute events on the browser.

    Features include:

    * in-browser controls
    
    * intelligent recorder
    
    * text based scripts
    
    * ant support for playback of suites of tests
    
    * multi threaded playback
    
    * HTTP and HTTPS support
    
    * AJAX support
    

    Sahi runs as a proxy server and the browser needs to use the sahi server as its proxy. Sahi then injects javascript so that it can access elements in the webpage. This makes the tool independent of the website/ web application.

    ajax java programmation tdd web
  • 20 juin 2007 Create a Testing DSL with FitNesse and Selenium (Part 1) - Jeremy D. Miller -- The Shade Tree Developer

    la quadrature du cercle résolue? faire du ajax dans FitNesse

  • 19 juin 2007 Versions - Mac Subversion Client

    Versions is the first Mac OS X Subversion client that won’t make you long for the command line interface anymore. Without over-simplifying the way Subversion is structured, Versions gives a clear overview and all the tools you’ll need

  • 12 juin 2007 Simple 3.1.3

    The goal of Simple is to bring the power of simplicity to the world of server side Java. The primary focus of the project is to provide a truly embeddable Java based HTTP engine capable of handling enormous loads. It also provides a component based framework for extendability, which is used to facilitate loadable services similar to Java Servlets. Simple has consistently out performed both commercial and open source Java Servlet engines and has a fully comprehensive API that is as usable for experienced Java developers as it is for beginners. Best of all, Simple is completely free, and is released under the terms of the GNU Lesser General Public License, LGPL, which ensures its availability for use by open source and proprietary developers alike.

  • 31 mai 2007 )) DEVLISTING
  • 30 mai 2007 USVN - UserFriendly SVN

    Userfriendly SVN est une interface web permettant la configuration de dépôts Subversion. Cette interface permet de facilement créer de nouveaux projets sans le client en ligne de commande et donc avoir un accès privilégié sur le serveur. USVN se chargera ensuite de gérer la liste des utilisateurs autorisés à récupérer votre code source. Cela permet de déléguer l’administration de vos dépôts Subversion.

    Lors de son installation USVN vous donne un bloc de configuration à mettre dans la configuration de votre apache et après vous n’aurez plus jamais besoin de passer en root pour gérer vos dépôts subversion.

  • 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.

  • 7 mai 2007 minify - Google Code

    Minify attempts to fix this problem by combining multiple CSS or JavaScript files into one download. By default, it also removes comments and unnecessary whitespace to decrease the amount of data that must be sent to the browser. Most importantly, it does all of this on the fly and requires only a few simple changes to your existing web pages.

  • 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.