Software is first of all a passion for us and this is why our laboratories actively operate in the open source
community. Our main contribution to the community has been the Ammentos persistence framework.
Ammentos is a lightweight persistence framework for Java, among the first ones in the world using JDK5 annotations and
by far one of the most simple (someone says the simplest) to use: no installation required, no configuration, no external dependencies.
Ammentos doesn't require accessor methods, therefore preserving good encapsulation, and it doesn't need the implementation of
interfaces or base classes to extend, approaches that often tend to make application-design more complex.
Ammentos is plug and play: by adding a single jar to the classpath it is possible to start persistent data-models.
Ammentos is a standalone libray: it can be embedded indifferently in desktop applications, web applications etc.
Download Ammentos from sourceforge.
Twitter