2006-02-16

*ware - Java SE 6: Mustang Snapshot Releases

Sun is releasing weekly early access snapshots of the complete source, binaries and javadoc for Java SE 6 ("Mustang"). These raw snapshot releases let you review and contribute to Mustang as it is being developed.
https://mustang.dev.java.net/

POJ - JavaSVN 1.0.3 released

JavaSVN is a pure Java Subversion (SVN) client library. This means that users of the library (i.e. Java applications) do not have to include svn native binaries or javahl bindings to work with subversion repositories. It is not only a 100% Java replacement for javahl bindings, but also a library that provides a high level of control over subversion repository operations.
http://tmate.org/svn/

*ware - NetBeans 5.0 Profiler demo

Misc - Apply for a job on Google online

2006-02-13

POJ - Acegi Security System for Spring 1.0.0-RC2 Released

A comprehensive security module for The Spring Framework. Delivers authentication, authorization, security interception, and run-as authentication replacement. Extensive use of well-targeted interfaces facilitate easy customisation by developers.

This release includes over 50 improvements and fixes since 1.0.0 RC1, including comprehensive new LDAP capabilities.
download

POJ - Spring Web Service 0.9 released

Spring Web Services 0.9 has been released. This is the first public preview release of the Spring-WS project. The overall major features of Spring-WS include:

* Object/XML mapping support, adding a unified interface and exception hierarchy to Castor, JAXB, JiBX and XmlBeans
* Flexible message dispatching mechanism, resembling Spring-MVC's DispatcherServlet.
* Various styles of endpoints, including endpoints based on DOM, SAX, StAX, and XML marshalling.
* Exception to SOAP Fault mapping
download

POJ - NetBeans IDE 5.0 HTML Editor Tutorial

This tutorial demonstrates how to build an HTML editor, without any Java coding whatsoever. The HTML editor that you create is a rich-client application built "on top of the NetBeans Platform". What this means is that the core of the IDE, which is what the NetBeans Platform is, will be the base of your application. On top of the NetBeans Platform, you add the plug-in modules that you need and exclude the ones that the IDE needs but that your application doesn't.
http://platform.netbeans.org/tutorials/nbm-htmleditor.html

POJ - Display tag library 1.1 released

Displaytag 1.1 offers several enhancements over 1.0: the most notable news are support for partial lists and enhanced decorator APIs, but there is also a lot more. Be sure to read the migration guide for upgrading an existing application from displaytag 1.0. A full changelog is also available.
http://displaytag.sourceforge.net/11/

*ware - Selenium IDE 0.7 released

Selenium IDE is an integrated development environment for Selenium tests. It is implemented as a Firefox extension, and allows you to record, edit, and debug tests. Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the actual environment that they will run.

Selenium IDE is not only recording tool: it is a complete IDE. You can choose to use it's recording capability, or you may edit your scripts by hand. With autocomplete support and the ability to move commands around quickly, Selenium IDE is the ideal environment for creating Selenium tests no matter what style of tests you prefer.
download