java

TwitterFacebook
Get flash to fully experience Pearltrees
Griffon is a Grails like application framework for developing desktop applications in the JVM, with Groovy being the primary language of choice. Inspired by Grails, Griffon follows the Convention over Configuration paradigm, paired with an intuitive MVC architecture and a command line interface. Griffon also follows the spirit of the Swing Application Framework (JSR 296), it defines a simple yet powerful application life cycle and event publishing mechanism. Another interesting feature comes from the Groovy language itself: automatic property support and property binding (inspired by BeansBinding (JSR 295)), which makes creating observable beans and binding to their properties a snap! http://griffon.codehaus.org/

Griffon - Home

jdbc

*Edit : j’avais initialement écrit “imb*table”, mais il paraît que ça ne fait pas très sérieux Alors ? Checkstyle lui donne une complexité cyclomatique de 16 . Plutôt difficile d’y voir clair.

Blog Excilys » Refactoring par la pratique

http://blog.excilys.com/2010/08/03/refactoring-par-la-pratique/#more-2322
http://www.eclemma.org/

EclEmma - Java Code Coverage for Eclipse

EclEmma is a free Java code coverage tool for Eclipse , available under the Eclipse Public License . It brings code coverage analysis directly into the Eclipse workbench: Since version 2.0 EclEmma is based on the JaCoCo code coverage library. The Eclipse integration has its focus on supporting the individual developer in an highly interactive way.
Test-driven development ( TDD ) is a software development process that relies on the repetition of a very short development cycle: first the developer writes a failing automated test case that defines a desired improvement or new function, then produces code to pass that test and finally refactors the new code to acceptable standards. Kent Beck , who is credited with having developed or 'rediscovered' the technique, stated in 2003 that TDD encourages simple designs and inspires confidence. [ 1 ] Test-driven development is related to the test-first programming concepts of extreme programming , begun in 1999, [ 2 ] but more recently has created more general interest in its own right. [ 3 ] In test-driven development a developer creates automated unit tests that define code requirements then immediately writes the code itself.

Test-driven development - Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/Test-driven_development
52% say they are standardising on open source stacks Interesting research from Sonatype shows that open source is becoming the standard for the industry and nearly everyone is putting something back in. http://jaxenter.com/news/

News on Java Development & Software Architecture

http://dygraphs.com/

dygraphs JavaScript Visualization Library

A demo is worth a thousand words: (Mouse over to highlight individual values. Click and drag to zoom. Double-click to zoom back out. Change the number and hit enter to adjust the averaging period.) g = new Dygraph( // containing div document.getElementById("graphdiv"), // CSV or path to a CSV file.