You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Steve Wells <we...@gmail.com> on 2006/04/12 10:03:48 UTC

[ANN] MaCaTa - An introduction by example to 3 frameworks

Hi all,

I'd like to announce the first release of MaCaTa - a web application and
tutorial based on 3 open source java based frameworks...
Maven-Cayenne-Tapestry.  Hence the highly imaginative name of MaCaTa ;)

The application is all about allowing a user to manage data, it is all CRUD
(Create, Read, Update, Delete).  For the developer you configure it to
point to a Cayenne object and it displays a list of data in the
corresponding
table and allows the user to work with that data.  There is more
code-configuration
available such as the ability to disallow deletes.

On top of this there is a reasonable amount of documentation that walks you
through
creating your own applications based on these technologies.  In fact the
documentation
is a super-set of what is available in the application itself.
More information and download is available at:
http://web.aanet.com.au/websystems/index.html

Enjoy!