Nickel
 
    Introduction     Status     Downloads      
         
 

Features   
History   

 
Features
  • generates bindings for classes, and databases from XML descriptions
  • generates Objective Caml, Java, and C files
  • generation can be done from command-line, GUI, or Ant task

History
Version 1.4 (2010-02-06):
  • '-generics' command-line switch to enable generics support (experimental)
  • '-no-c-file' command-line switch to disable C file generation
  • load of producers is now done through SPI
  • parameters definition is now done through annotations
  • improved Ant build script
  • various code and javadoc fixes
  • bug #50: GUI version ignores parameters
Version 1.3 (2009-09-19):
  • code reorganization through introduction of 'common', 'util' packages
  • major refactoring of command-line analysis / GUI / Ant task
  • various minor code fixes
  • various javadoc fixes and enhancements
  • support for Checkstyle
  • bug #38: wrong interpretation of CLASSPATH meta
Version 1.2 (2009-04-17):
  • major refactoring in code generation
  • minor fixes to test process
Version 1.1 (2008-11-09):
  • move from Java 1.5 to Java 1.6
  • a new generator has been added to create bindings to databases
Version 1.0 (2008-05-27):
  • better handling of Java errors
Version 1.0-beta (2008-02-29):
  • support for 'meta' tags
Version 1.0-alpha (2007-09-09):
  • first public version