The “let” tag enables you to bind the value of any expression to a variable and later reuse it, without recalculating the value. The concept comes of course from functional … Continue Reading →
Monthly Archives: April 2008
Envers preview 2: versioning relations
You can now download a second preview version of the Envers library! As a quick reminder, the library enables you to easily version your JPA entities, by simply annotating their … Continue Reading →
Introducing Envers: Easy Entity Versioning
Hello, Envers is a project which enables you to version your entities, simply by annotating them with @Versioned! It is still very young, and far from a mature project, but … Continue Reading →