Difference between revisions of "Org.simantics.databoard"

From Developer Documents
Jump to navigation Jump to search
m
m
Line 22: Line 22:
 
* {{Rev|databoard_dev|7669|Databoard Developer manual 0.5.2}}
 
* {{Rev|databoard_dev|7669|Databoard Developer manual 0.5.2}}
 
* [[svn:foundation/databoard/tags/0.5.2|SVN 0.5.2]]
 
* [[svn:foundation/databoard/tags/0.5.2|SVN 0.5.2]]
* [http://www.eclipse.org/legal/epl-v10.html License] (EPL v1.0)
+
* [[Licensing#Eclipse_Public_License|License]] (EPL v1.0)
 
* Download Plain Old Java Objects Library (.jar)
 
* Download Plain Old Java Objects Library (.jar)
 
**[[Media:org.simantics.databoard-0.5.2.zip]] The release
 
**[[Media:org.simantics.databoard-0.5.2.zip]] The release

Revision as of 22:22, 9 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 and uninhibited type system, databoard's simple and controlled model has enabled more practical features. Besides the norm features binary serialization, human readable type and value notation, network communication, there are also more advanced features such class binding, annotations, recursion, type conversion, value conversions, value comparisons, variant types and random access.

Databoard is simple. No code generation. No installation complexity. <syntaxHighlight lang="java">

   Rectangle2D rect = new Rectangle2D.Double();
   Binding binding = Bindings.getBinding( rect.getClass() );
   byte[] data = binding.serializer().serialize(rect);

</syntaxHighlight>

Trunk Development

(Requires Simantics Account)

Download Releases

Release 0.5.2

Contact