Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] List of main users

Hi,

I'm using AspectJ in the Oness project http://oness.sourceforge.net 
Until now I've developed
- a reusable logging aspect (method entries, leavings and exception
throwing) using the jakarta commons-logging.
- a DAO aspect that allow tracing data changes transparently, providing
support for undo operations. For each object persists creation date,
deletion date and user who made the changes. 

ONess is an Enterprise Resource Planning ERP, Customer Relationship
Management CRM, Supplier Relationship Management SRM and Inventory
Management solution for small to midsized business. It is specifically
designed to support wholesale businesses, who buy from producers and sell to
retailers but can be aplied to similar business.
Outstanding support for the textile commerce.

I'm also one of the developers of the Maven AspectJ plugin.
http://maven.apache.org/reference/plugins/aspectj


Regards


Carlos Sanchez
A Coruña, Spain

Oness Project
http://oness.sourceforge.net




Back to the top