public marks

PUBLIC MARKS from Regis with tags java & programming

2009

Glazed Lists

(via)
list transformation in Java

2006

Google Web Toolkit - Build AJAX apps in the Java language

by 56 others (via)
Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatibilities between web browsers and platforms, and JavaScript's lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile.

Wicket - Home

by 3 others (via)
Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools Wicket is similar to GWT or Echo2, since it ajaxifies a Java application.

urbancode software development - java development tools, components

Anthill Pro is a software build management server for the enterprise. It is truly a second generation product as it is completely redesigned from the ground up based on the lessons learned with Anthill OS. With Anthill Pro, your entire team can be greeted each morning with build reports from the overnight build. The QA team can review the automated test runs; the development team can start using the new build artifacts; the documentation team can review the revision log listing newly implemented features; and the management team can measure progress more readily. Anthill Pro adds to the already robust feature set of the open source version of Anthill. Features like the following make Anthill Pro easy to use in heterogeneous environments: * Use different JDKs to build different projects. Some of your projects may require JDK 1.3 to build, while other should be built using JDK 1.4. With Anthill Pro, you can build both projects using one Anthill installation. * Use different classpaths to build different projects. Some projects may require JUnit 3.7, while others may require JUnit 3.8 during the build. Anthill Pro provides fine grained control over the classpath used to build any project. * Robust support for project dependencies. o Rebuild all dependent projects with the latest version of a dependency (similar to Apache Gump). o Use the latest versions of dependencies during a project build. Every project can store its latest artifacts (to be reused by other projects) in Anthill's built-in repository. * Ability to rebuild any previously built version.

Antmod - Modular Build, Versioning and Release System

by 1 other (via)
Antmod is a Java and Ant based tool for: 1. Build Management: * Antmod plugins help you speed-up java development * Share build files across projects in a consistent way 2. Release Management: * Release descriptors describe your projects * Versioning is standardized across projects * Modularize your software development process 3. Repository Management: * CVS or Subversion repositories are accessible easily and consistently

DWR (Direct Web Remoting)

by 2 others (via)
DWR reduces Ajax development time and the likelihood of errors by providing commonly used functions and removing almost all of the repetitive code normally associated with highly interactive web sites. DWR is freely available as open source software. It is straightforward to implement with extensive libraries, examples and tutorials. Incorporating it into existing sites is simple as it readily integrates with the most commonly used Java frameworks. One of my favorite Ajax toolkits.

AJAX Technology and Sun Java Studio Creator 2

With Sun, Ajax is not just an announcement. Sun Java Studio Creator 2 lets incorporate components that use Ajax.

RIALTO - Rich Internet Ajax Toolkit

by 1 other
Rialto (Rich Internet Application Toolkit) is an open-source ajax-based cross browser javascript widgets library. Because it is technology agnostic it can be encapsulated in JSP, JSF, .Net, Python or PHP graphic components. The purpose of Rialto is to ease the access to rich internet application development to corporate developers. Ideally a Rialto developer have neither need to write or understand DHTML, Ajax or DOM code.