implicit.ly

Scala software, hot off the presses

sindi 0.5

Sindi is an IoC (Inversion of Control) container for Scala.

For more informations visit: http://aloiscochard.github.com/sindi

Filed under  //   Scala 2.9.0-1   Scala 2.9.1   com.github.aloiscochard.sindi   sindi  

sindi 0.4

  • Added User Guide (http://aloiscochard.github.com/sindi/guide/)
  • Added ScalaDoc (http://aloiscochard.github.com/sindi/api/)
  • Moved to Sonatype and changed organization
  • Updated to SBT 11.2
  • Implemented covariance on Provider
  • Implemented qualifiers validation
  • Implemented JSON support on compiler data model
  • Implemented parameterized qualifier
  • Implemented qualifier combinator ('or', '||')
  • Implemented automatic ModuleManifest import into Component during compilation
  • Implemented inline Module definition in Context
  • Implemented Either support
  • Improved Option validation
  • Updated examples

Sindi is an IoC (Inversion of Control) container for Scala.

For more informations visit: http://aloiscochard.github.com/sindi

Filed under  //   Scala 2.9.0-1   Scala 2.9.1   com.github.aloiscochard.sindi   sindi  

sindi 0.3

  • Added support of Scala 2.9.1.final
  • Splitted project (sindi-core, sindi-compiler)
  • Implemented ModuleManifest support for type safe component's import validation
  • Static component support and validation using ComponentWith[C <: Context]
  • sindi-compiler: Added proguard support for embedding core
  • sindi-compiler: Rewrote from scratch with parallel support (two-phase)
  • sindi-compiler: Implemented recursive context/component validation
  • sindi-examples: Updated with new component design

Sindi is an IoC (Inversion of Control) container for Scala.

For more informations visit: http://aloiscochard.github.com/sindi

Filed under  //   Scala 2.9.0-1   Scala 2.9.1   org.scala-tools.sindi   sindi