KaleidoFoundry 0.8.1 version is released !
It is the first official version, that you can use from the maven central repository.
The current modules that have been released :
- kaleido-core (main core module)
- kaleido-jee6 (CDI and java EE 6 integration)
- kaleido-launcher (no server and standalone kaleido-jee6 module, to use with junit, java main...)
The main features :
- a file resource abstraction module (file / classpath / http / ftp / webapp, clob , ...),
- a configuration abstraction (properties, xml, databases,) manageable using REST API,
- a caching integration and abstraction (ehcache, jboss cache and infinispan, coherence, ...) ,-
- an i18n service and management for labels & exception messages (resource bundle API extension),
- a jndi naming service for local or remote jndi access (datasource / jms queue / ejb...),
- a way to use JPA perstistence in unmanaged environment (junit, java main...),
- a native CDI Java EE6 integration (with a server or standalone),
- a local configuration context injection @Context (context injection across cluster is plan for 1.0 final release)
The developments continues on 0.8.2-SNAPSHOT, with spring support, ...
Thank you for your feedback !