Everything is located here:
http://www.w3.org/TR/DDR-Simple-API/
It looks like a reference implementation. I agree, referencing that specific
implementation makes the code pretty much unusable. What needs to happen is an
analytics or web framework project would have to implement said W3C reference
implementation, publish the implementation, and then we would create an
interface to it. Making an interface to the actual reference is cart before the
horse. Since we dont own any platform or framework solutions, not sure how we
can drive this other than asking that other projects use this standard.
From: Bertrand Delacretaz <[email protected]>
To: [email protected]
Sent: Tuesday, January 6, 2015 1:09 PM
Subject: How to get the DDRSimpleAPI source code? (was: Does the build work?)
On Tue, Jan 6, 2015 at 6:58 PM, Reza Naghibi
<[email protected]> wrote:
> Here are the commands to manually install the w3c_ddr_simple jar artifact
> locally....
(commands quoted below)
Ouch - people should be able to build our dependencies from source
code - is the source code of that DDRSimpleAPI available?
If not I'm afraid we cannot release software that depends on it.
Requiring our users to build stuff from source is less than ideal but
acceptable, whereas requiring them to download mysterious binaries is
not.
-Bertrand
> wget http://www.w3.org/TR/DDR-Simple-API/DDRSimpleAPI.jar
>
> mvn install:install-file -Dfile=DDRSimpleAPI.jar -DgroupId=org.w3c.ddr
> -DartifactId=simple -Dversion=20081205 -Dpackaging=jar