My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Wiki pages
Links

Mycontainer

Mycontainer is a generic container embeddable light weight implementation.

The main implementation is a Java EE without some common features like pools, clusters and others.

The main purpose is to be used for tests (integration or units)

Features

  • Embeddable on any java application (junit tests, jetty, tomcat, and any others)
  • Programmatic configuration and deploy
  • Light weight
  • Fast boot
  • No hijack the Java Virtual Machine (real embeddable):
    • No change JVM URL protocols configs
    • No dynamic classloader
    • No classloader isolation

Go to GettingStarted.

If you want Google App Engine try MycontainerGAE

There are some other features, just check Wiki.

Mycontainer on Central Maven Repository

Check MavenMycontainerRepository

Powered by Google Project Hosting