Difference between revisions of "Opentaps-osgi"

From Opentaps Wiki
Jump to navigationJump to search
(New page: This page provides information about projects at: svn://svn.opentaps.org/opentaps/branches/danutc-2.0/org.opentaps.osgi == What is it? == We aim to move ofbiz and opentaps on a more mod...)
 
m (Protected "Opentaps-osgi": Sysop page [edit=sysop:move=sysop])
(No difference)

Revision as of 06:15, 21 July 2009

This page provides information about projects at:

svn://svn.opentaps.org/opentaps/branches/danutc-2.0/org.opentaps.osgi

What is it?

We aim to move ofbiz and opentaps on a more modern architecture based on:

  • OSGi
  • BPM
  • ESB
  • SCA

It appears that many open source products have been migrated to OSGi. To take full advantage of these products would be desirable to have opentaps and ofbiz restructured in OSGi modules.

Also migration to OSGi enables better architecture and more agile development. I make these statements based on information available on Internet.

In current build the following features are deployed and illustrated:

  • Equinox OSGi
  • Spring DM (Dynamic Modules for OSGi development) and Spring Core
  • Tomcat
  • full maven build
  • eclipse PDE development
  • OSGi Platform maven project
  • OSGi Extension projects: log4j configuration, catalina configuration, catalina.start.osgi configuration
  • Sample OSGi Service using Spring DM
  • Sample Web Application that uses the service above


Get Started Quickly