You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Bertrand Delacretaz <bd...@apache.org> on 2007/10/30 11:18:51 UTC

microsling modules structure?

Hi,

With the sling-api discussions coming to a close (AFAIU), we'll be
able to "port" microsling to the new sling-api soon.

Here's my suggestion for the Maven modules to use for that:

  microsling (main microsling module)
    - microsling-core (depends on sling-api)
    - microsling-commons (stuff like ScriptEngines that might be
reused by Sling OSGi users)
    - microsling-webapp (demo + test webapp)

WDYT?

-Bertrand