ODK include jar library

Hi,
i have a java application that i would like to make use of data
submitted using ODK. the application is on app engine. How does one go
about including ODK libraries into the project? or is there a java
library for odk that one can include during development on to
deployment?

··· -- Post: opendatakit@googlegroups.com Unsubscribe: opendatakit+unsubscribe@googlegroups.com Options: http://groups.google.com/group/opendatakit?hl=en

hey jude,

depends what you want to accomplish. there is no odk library persay,
but there is the javarosa-core library that we use to manage the
xforms processing -- reading in xforms, figuring out data types,
presenting the next question, etc. that library is open source and can
be found at http://bitbucket.org/javarosa/javarosa/wiki. we use that
library in aggregate to build the form database.

the data submitted using odk is a very simple to parse xml format
(basically key/value pairs), so you don't need a library to do
anything with that data. you can also stream any submitted data from
odk aggregate to your own app engine application (or google
spreadsheets, or drupal or whatever).

hope that helps. if you have any more technical questions, send them
to http://groups.google.com/group/opendatakit-developers so the other
devs can point you in the right direction.

yaw

··· On Wed, May 5, 2010 at 06:17, jude wrote: > Hi, > i have a java application that i would like to make use of data > submitted using ODK. the application is on app engine. How does one go > about including ODK libraries into the project? or is there a java > library for odk that one can include during development on to > deployment? > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en >

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en