JEE layered Service Container based on Spring 3.x with many services provided out of the box:
Log (log4j, JDK, ..):
HTTP-Service (jetty based)
DB-Service (HSQLDB based)
MVC-Service (Spring/GWT
... [More]
based)
JMS-Service (ApacheMQ based). Web-Services (Apache cxf based).
Security (SpringSecurity based).
LDAP Service (Spring LDAP based).
Declarative Business Rules: Rules4Spring (jRules based).
Business Validations (annotation based: Oval).
AOP (Spring AOP api based).
BarCode.
jCaptcha.
Features- Service Container based on Spring IoC Container 3.x.
- Define the layers needed for an application. For example: mvc, business, persistence etc.. The layers are build in a hierarchically way being the root a registry layer for the cross services.
- Remote Managed Services using RMI / SOAP.
- Reloadable configuration without restarting the web/ application server.
- Application Monitoring/Profiling using a web console. [Less]