Hello,

I hope that this is the right place for it. If not, please excuse this
announcement. At least it has something to do with XDoclet and hopefully it
helps some community members.

In a few words Jeeglue generates domain object model realizations (i.e.
value objects, entity beans with XDoclet tags, DTDs,...) from some meta info
classes. These meta info classes are not only used at coding time (like
XDoclet does) but although at runtime. Thus we can provide generic operation
support (optimistic locking, XML, CRUD operations, entity polymorphism,...)
to Jeeglue driven projects. We believe that this can lead to a noticeable
productivity gain. Especially when it comes to changes.

One more thing: Thank you for the XDoclet project. It has simplified
Jeeglue's development a lot.

Regards
Nikolaus Rumm

----------------------------------------------------------------------------
-

Jeeglue is the glue that sticks together your J2EE applications. It's a meta
info based framework that supports enterprise application development both
at coding time and at runtime.

* You model your domain and provide the meta info that describes it
* Jeeglue generates it's technical representation (state holders, default
value objects, DTDs, EJB classes, deployment descriptor,...). Some of these
files
are generated using XDoclet
* Jeeglue supports you at runtime by performing bread-and-butter tasks that
you would have to code by hand otherwise
* In case of changes to your domain object model you just change the meta
info and regenerate it's technical representation

The Jeeglue Framework adds the following features to your application:
* Entity polymorphism enables you to design deep domain object models
* Generic CRUD operations for domain object subnets enable you to apply
persistent changes to your domain objects with just one framework call
* Generic support for optimistic locking enables you to detect false updates
without implementing it by hand
* Generic XML support enables you to generate XML representations of your
domain object subnets at runtime and parse them back into domain objects. No
need to write a XML parser by hand.
* Generic declarative validation enables you to validate your domain object
subnets at runtime

Jeeglue is an open source product that is distributed under the LGPL. So you
can use it both for commercial and non-commercial projects without any
license fees.

Visit us at http://www.jeeglue.org.




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to