Java
- 22 novembre 2007 Salmon Run: Mock objects for Javamail Unit tests
- 24 octobre 2007 Home - Terracotta - Terracotta
- 18 octobre 2007
Java Community News - Groovy, JRuby, or Scala: Which JVM Language to Learn Next?
As developers desire to benefit from the conciseness and features of the multitude of languages that target the JVM, the question of which of those languages to master next comes up from time to time. Frederic Daoud points out the plusses and minuses of Groovy, JRuby, and Scala, showing a small illustrative program in each.
- 16 octobre 2007
gwt-ext - Google Code
GWT-Ext is a library that integrates Ext with GWT.
- 15 octobre 2007
google-collections - Google Code
The Google Collections Library 0.5 (ALPHA) is a suite of new collections and collection-related goodness for Java 5.0, brought to you by Google.
This library is a natural extension of the Java Collections Framework you already know and love.
The major new types are:
* BiMap. A Map that guarantees unique values, and supports an inverse view. * Multiset. A Collection that may contain duplicate values like a List, yet has order-independent equality like a Set. Often used to represent a histogram. * Multimap. Similar to Map, but may contain duplicate keys. Has subtypes SetMultimap and ListMultimap providing more specific behavior.There are also more than a dozen collection implementations, mostly of the interfaces above, but not all. ReferenceMap, for example, is a ConcurrentMap implementation which easily handles any combination of strong, soft or weak keys with strong, soft or weak values.
- 7 septembre 2007 Meme Agora: Polyglot Programming
- 6 septembre 2007 Singleton Considered Harmful?
- 1 août 2007 JUnit best practices - Java World
- 1 août 2007 ONJava.com -- Automating EJB Unit Testing
- 26 juillet 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.
- 17 juillet 2007
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.
- 16 juillet 2007 Using Maven 2 to Build WebLogic Portal Applications
- 16 juillet 2007 glassfish: GlassFish Community
- 16 juillet 2007 EclipseTotale - Tutorial : développement d'EJB 3 avec Eclipse et JBoss
- 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
- 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 supportSahi 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.
- 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.