Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
core/
  applib                 
  bytecode-cglib
  bytecode-javassist
  metamodel              # most of core; basically the metamodel, facet factories, default progmodel, and a runtime API
  runtime                # the default runtime impl (IsisContext service locator, default impls of components, objectstore API)
  webserver
  integtestsupport       # for end-users when writing their apps, also used internally for tck end-to-end tests
  tck/*
  unittestsupport        # core's testsupport module, mostly for our own unit testing purposes
component/                # all components are released separately from core
  objectstore/
    inmemory
    jdo/*
    nosql/*
    sql/*
    xml/*
  profilestore/
    inmemory  
    sql
    xml
  progmodel/
    groovy
    wrapper
  security/
    noop
    file
    ldap
    sql
  viewer/
    bdd/*
    dnd
    html
    junit
    restfulobjects/*
    scimpi/*
    wicket/*
example/                   # various examples, not released, some used to reverse engineer archetypes.  Very good candidate to move into a separate "isis-examples" repo.
  application/
  archetype/
    dnd-xml
    dnd-junit-bdd
    scimpi-nosql
    wicket-restful-jdo
  domain-entity/
  domain-service/
isis-parent/               # parent POM for all releasable components                    
retired/
  monitoring
site-skin/
tool/
  maven-plugin
  structure101             # not released, .java.hsp project files used to create documentation

...