Stax is a platform for developing, deploying, and managing Java applications built around Amazon EC2 and S3 services.
The approach used by the platform seems fairly intuitive and straightforward:
- Generate an application using one of a number of templates.
- Download the generated application source code to a local machine for development.
- Update the app as needed.
- Upload the local copy to the server - that will get the application deployed to "production".
- Versioning is supported so that a rollback to a previous version of an application can be executed if a bad version was deployed.
- MySQL databases can be created and used as needed.
- Grails is listed as one of the supported technologies - currently with "experimental" tag.
I would guess the success of the platform will largely depend, execution aside, on the pricing strategy, which I assume is to be defined/refined closer to the final release or public beta phase.