Difference between revisions of "Org.simantics.databoard"

From Developer Documents
Jump to navigation Jump to search
m
m
Line 19: Line 19:
 
**[[Media:org.simantics.databoard-0.5.2_project.zip]] All project files
 
**[[Media:org.simantics.databoard-0.5.2_project.zip]] All project files
 
**[[Media:org.simantics.databoard_0.5.2_src.zip]] Source library
 
**[[Media:org.simantics.databoard_0.5.2_src.zip]] Source library
* Download Eclipse plugin / OSGi bundle
+
* Download Eclipse plug-in
**[[Media:org.simantics.databoard_0.5.2.jar]] Eclipse/OSGi plugin/bundle.
+
**[[Media:org.simantics.databoard_0.5.2.jar]] Eclipse plug-in
**[[Media:org.simantics.databoard.source_0.5.2.jar]] Eclipse/OSGi source plugin/bundle.
+
**[[Media:org.simantics.databoard.source_0.5.2.jar]] Source plug-in
 
**'''Dependency''' [[Media:gnu.trove2_2.0.4.jar]]  Gnu Trove 2.0.4 [http://trove4j.sourceforge.net/]
 
**'''Dependency''' [[Media:gnu.trove2_2.0.4.jar]]  Gnu Trove 2.0.4 [http://trove4j.sourceforge.net/]
 
**'''Dependency''' [[Media:org.objectweb.asm_3.1.0.v200803061910.jar]] ASM 3.1.0 (Optional Dependency)
 
**'''Dependency''' [[Media:org.objectweb.asm_3.1.0.v200803061910.jar]] ASM 3.1.0 (Optional Dependency)

Revision as of 10:17, 1 November 2010

DataBoard is a software library built upon a simple but well formulated and expressive type system. The design is a compromise of expression power, advanced functions, and performance. In contrast to XML's rich but uninhibited type system, databoard's simplicity has enabled more practical features. Besides the norm features binary serialization, text notation, network communication, there are also more advanced features such class binding, annotations, type conversion, value conversions, value comparisons, variant types, and partial access.

Documents

Download

Release 0.5.2

Contact