Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] CARGO: A tool for easy manipulation of your Java EE server(s)

Hello, Jetty enthusiasts

This is S. Ali Tokmen from the Codehaus CARGO team. I'm sending this short e-mail to tell you about the immediate availability of CARGO 1.0.4.

First question, what is CARGO? CARGO is an open source application that can start, stop, configure and deploy applications as well as configuration files on many, many Java server containers. CARGO is available as a simple Java library, a set of ANT tasks as well as a Maven2 plugin.

Of course, Jetty is part of the servers supported by CARGO... In detail, supported versions include all Jetty version from 4.x to Jetty 7.1.6.

Second question, what would you need CARGO for? Well, typical use cases for CARGO are:

  • Functional and integration testing on a real server environment: indeed, CARGO can be used to download, configure, start and stop Jetty and also to deploy all your datasources and applications to it; so you can do real-world tests.
  • Multi-server testing: since CARGO uses the exact same API whether you use Jetty or any other server, you can reuse the exact same configuration to test your application on different servers.
  • Automated deployment: CARGO supports remote deployment on many servers. You therefore can use CARGO to automatically deploy your applications (and their prerequisites) on your favorite servers.
  • ... and more

For more information, please visit http://cargo.codehaus.org/

-- 

S. Ali Tokmen
http://ali.tokmen.com/

GSM (fr): +33 66 43 00 555 [Orange]
GSM (tr): +90 555 266 52 73 [Avea]

My AIM, ICQ, MSN Messenger and Yahoo IM
contact details are on http://contact.ali.tokmen.com

Back to the top