The Envers project aims to enable easy versioning of persistent JPA classes. All that you have to do is annotate your persistent class or some of its prope...The Envers project aims to enable easy versioning of persistent JPA classes. All that you have to do is annotate your persistent class or some of its properties, that you want to version, with @Versioned. For each versioned entity, a table will be created, which will hold the history of changes made to the entity. You can then retrieve and query historical data without much effort.
Similarly to Subversion, the library has a concept of revisions. Basically, one transaction commit is one revision (unless the transaction didn't modify any versioned entities). As the revisions are global, having a revision number, you can query for various entities at that revision, retrieving a (partial) view of the database at that revision.
to database jdbc jboss seam jpa develop hibernate version-control software db by gresch on Jul 22, 2008, 5:18 PMIn spite of the example working, transaction management is not working appropriately when it comes to both Hibernate and JBossCache participating of the sa...In spite of the example working, transaction management is not working appropriately when it comes to both Hibernate and JBossCache participating of the same transaction. The reason is because at the time of writing this wiki, Hibernate did not allow to inject a JTA Transaction Manager which is not bound to JNDI. In the example, Hibernate creates a JDBC transaction and JBossCache a JTA transaction which are not linked together. To be able to make a Hibernate and JBossCache participant of the same JTA transaction in a standalone environment, customer code needs to be added to Hibernate to get around the JNDI/JTA coupling.
to develop caching database jboss hibernate java software transaction performance by gresch on Apr 9, 2008, 10:02 PMStitch is a maven plugin that simplifies development with JBoss Seam. Stitch can process Java classes to generate Seam compliant CRUD interfaces.
to seam crud develop jboss maven java_ee software plugin java by gresch on Mar 19, 2008, 11:15 AMShotoku is designed to provide easy access to content repositories in which you can store data, bind metadata, revision content, and provide branching and ...Shotoku is designed to provide easy access to content repositories in which you can store data, bind metadata, revision content, and provide branching and merging strategies. This means Shotoku can interface with repositories such as the Java Content Repo
to version-control java subversion develop jboss change-management jcr by gresch on Dec 4, 2006, 9:15 PMMessAdmin is a light-weigth and non-intrusive tool for monitoring and interacting with Java HttpSession. MessAdmin can be added to any J2EE application, wi...MessAdmin is a light-weigth and non-intrusive tool for monitoring and interacting with Java HttpSession. MessAdmin can be added to any J2EE application, with zero change to the monitored application! With MessAdmin, you can: * display statistics about any
to management session jmx develop monitoring java monitor jboss sysadmin tomcat java_ee by gresch on Sep 13, 2006, 6:50 PMMC4J is a project to create management software for J2EE application servers and other Java applications. It is designed to utilize the JMX specification t...MC4J is a project to create management software for J2EE application servers and other Java applications. It is designed to utilize the JMX specification to connect to and introspect information within supported servers and applications. It provides the a
to management jmx develop java jboss tools by gresch on Sep 13, 2006, 6:41 PMThis update includes the following significant changes : * New Single Sign-On Audit and Event management facilities have been introduced * Added support fo...This update includes the following significant changes : * New Single Sign-On Audit and Event management facilities have been introduced * Added support for Monitoring and Manage a JOSSO instance from an JMX Console * New feature available for GUI-based G
to jboss jaas tomcat tools security programming java_ee develop java authentication webservices by gresch and 2 other people on Sep 13, 2006, 6:37 PMWelcome to the home of Lambda Probe (formerly known as Tomcat Probe) - the ultimate tool for monitoring and management of Apache Tomcat instance in real ti...Welcome to the home of Lambda Probe (formerly known as Tomcat Probe) - the ultimate tool for monitoring and management of Apache Tomcat instance in real time. Lambda Probe will help you to visualise real time information about Apache Tomcat instance via e
to tomcat utilities java monitoring jboss tools java_ee develop by gresch and 1 other person on Aug 4, 2006, 9:23 AMJBoss Seam is an application framework for Java EE 5. Seam unifies the component models of JSF and EJB 3.0, providing a streamlined programming model for w...JBoss Seam is an application framework for Java EE 5. Seam unifies the component models of JSF and EJB 3.0, providing a streamlined programming model for web-based enterprise applications. Very interesting!
to frameworks ajax develop java j2ee jboss by gresch on Jun 11, 2006, 8:54 PM