[5 total ]
Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.
SmartFrog is a distributed deployment system. It allows developers, architects and operations teams to describe the deployment of different parts ("components") of a server-side configuration, then take this description and deploy it across multiple
... [More]
servers. Every host runs a small SmartFrog daemon which can deploy and manage part of the overall distributed system.
Deployed components (and systems built from them) can be started, stopped and "pinged" for health...some components can apply failure handling and workflow to deployments, enabling the "deployment descriptor" to even include failure handling logic"
SmartFrog was developed at HP Labs in Bristol, in the UK. [Less]
The example code to accompany "Ant in Action", the second edition of "Java Development with Ant".
The actual code shows how to use Ant and Ivy for a build and release of a diary web application that serves the data up as an Atom feed, and uses EJB to persist the diary data to a database.
Enhancement to ANT / Maven - JUnit Reports:
Adds an not-fully-implemented state ('yellow' or 'blue') to Junit test cases:
This gives an overview over how much not-fully-implemented tests exist.
What is it good for? It helps combined with
... [More]
automatic testcase generation: the generated methods can contain this assertion and will be reported in JunitReports. [Less]
Macro tasks for invoking mxmlc and compc
Ready made templates for application projects and library projects
A robust system for importing and exporting assets from one project to another
A solid way to compose projects inside container projects
... [More]
Dependency checking on sources and libraries to avoid unneeded recompilation
Handling for HTML page token substitution and web app deployment
Automated unit test integration with Flexunit
Getting Started Guide [Less]