history « JPA « JSF Q&A





1. keeping the history of table in java    stackoverflow.com

Possible Duplicate:
keeping the history of table in java
i need to keep the history of table if user inserted ,updated and deleted from that ...

2. EclipseLink Descriptor Customizer & History Policy and JSF. How to insert user principals in history?    stackoverflow.com

In my JSF web application, I use EclipseLink

Descriptor Customizer
and
History Policy
to populate a history table in database. The corresponding JPA entity class is annotated with @Customizer(beans.HistoryLesionhCustomizer.class) The history ...

3. JSF web application user logging. How to?    stackoverflow.com

The administrator of the web application I am working on, asks for a 'I wanna know everything' log. He wants to track all what the other users did when they were ...