Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

  • Multi-tiered Architecture out-of-the-box : Implementation of Integration Layer, Business Layer, Client Layer
  • Java 5 annotation and auto-injection based lookup of services
  • Classpath scanning for auto-discovering components
  • Modular and plugable architecture : automatic activation of modules in the classpath, ready for seamless integration
  • Implementation of Long-Conversation pattern, with JTA 2PC support (with Geronimo Transaction Manager), and implicit demarcation (explicit demarcation is always possible)
  • Wiki Markup
    \[in progress\] AOP interceptor on top of each layer
    \\

Integration Layer

  • Implementation of abstract integration services and abstract persister based on JPA technology
  • Maven plugins for code generation of integration layer from xml description of component business model : generate persistent class, access services, queries, constraints, JPA annotation, lucene indexation of business model
  • bean validation integration
  • Full Multi-tenancy integration on EntityManager and Caches
  • Multi-tenant Postgresql support

...

  • Simple export of business services to Soap Web Services with Apache CXF
  • Wiki Markup
    \[in progress\] REstfull web services with Apache Abdera integration (and XStream)

  • Atom 1.0 support with Apache Abdera (only GET method now)

...