-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
45 lines (31 loc) · 962 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Welcome to ODD Beans!
This project provides easy access to creating and reading openData Definition (ODD) files.
o Requirements
o Building the beans
o Usage
o Oddbod ODD profile
o More information
Requirements
============
To build the ODD jar, you need Maven 2.x installed.
Building the beans
==================
In this directory, do the following:
mvn clean install
This will build the ODD jar in:
target/odd-beans-1.0.0.jar
The source for the beans is generated in:
src/main/java
Usage
=====
To see how to use the jar, have a look at the unit tests in:
src/test/java
If you use IntelliJ IDEA, follow the instructions in pom.xml to generate project files.
Oddbod ODD profile
==================
The file xsd/oddbod.xsd defines an emerging ODD profile called Oddbod. This is being used
as the data format for migrating Elgg 0.9 to 1.5.
More information
================
openData Definition http://www.opendd.net/
codeBrane http://codebrane.com/blog