public marks

PUBLIC MARKS from jpcaruana with tag java

September 2007

Groovy - Home

by 11 others
Groovy ... * is an agile and dynamic language for the Java Virtual Machine * builds upon the strengths of Java but has additional power features inspired by languages like Python, Ruby and Smalltalk * makes modern programming features available to Java developers with almost-zero learning curve * supports Domain Specific Languages and other compact syntax so your code becomes easy to read and maintain * makes writing shell and build scripts easy with its powerful processing primitives, OO abilities and an Ant DSL * increases developer productivity by reducing scaffolding code when developing web, GUI, database or console applications * simplifies testing by supporting unit testing and mocking out-of-the-box * seamlessly integrates with all existing Java objects and libraries * compiles straight to Java bytecode so you can use it anywhere you can use Java

Jaskell - Home

by 1 other (via)
Jaskell is a functional scripting programming language that runs in JVM. The name "Jaskell" stands for Java-Haskell, Haskell being the famous pure functional programming language.

August 2007

July 2007

EclEmma - Java Code Coverage for Eclipse

EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. Internally it is based on the great EMMA Java code coverage tool, trying to adopt EMMA's philosophy for the Eclipse workbench: * Fast develop/test cycle: Launches from within the workbench like JUnit test runs can directly be analyzed for code coverage. * Rich coverage analysis: Coverage results are immediately summarized and highlighted in the Java source code editors. * Non-invasive: EclEmma does not require modifying your projects or performing any other setup. The Eclipse integration has its focus on supporting the individual developer in an highly interactive way.

PreciseJava.com - The path to improvement

by 7 others
Over 100 Best Practices to improve Performance in J2EE, Best Practices to improve Performance in J2SE

Eclipse IDE for Java EE Developers

The Eclipse IDE for Java EE Developers contains everything you need to build Java and Java Enterprise Edition (Java EE) applications. Considered by many to be the best Java development tool available, the Eclipse IDE for Java EE Developers provides superior Java editing with incremental compilation, Java EE 5 support, a graphical HTML/JSP/JSF editor, database management tools, and support for most popular application servers.

Les annotations en Java - JDN Développeurs

Elles permettent, comme on peut s'y attendre, d'associer des métadonnées avec des classes, des méthodes, des champs, des paramètres, des variables, des packages...

Architecte Junior J2EE chez Valtech

Vos principales missions sont : • Participation à la conception d’architecture de systèmes utilisant les technologies Java, • Encadrer des développeurs, • Mettre en place des frameworks innovants du marché, • Auditer des applications existantes, • Participer à des études comparatives de technologies du marché, • Mettre en œuvre les méthodes agiles sur des projets,, • Présenter et expliquer à vos collaborateurs vos choix techniques, votre façon de faire.

Sonar

by 1 other (via)
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.

JFunc: JUnit Functional Testing Extension

by 2 others (via)
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.

TagUnit : Bringing testing and test-driven development to JSP

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