Skip to content

Adobe I/O Event Java (Jackson based) Implementation of the Adobe XDM Event Model

License

Notifications You must be signed in to change notification settings

ghas-results/xdm-event-model

 
 

Repository files navigation

xdm-event-model

Adobe I/O Event Java (Jackson based) Implementation of the Adobe XDM Event Model

Specification

The Adobe XDM Event Model is based on json-ld w3c activity streams spec based

for more detailed specifications, visit

Unit tests

Have a look at our JUnit tests and you'll have a good understanding of the expected json serialization.

Builds

This Library is associated with 2 maven builds (they also run the unit tests):

  • one to build a standard Java library, using a standard pom.xml
    • to trigger this build locally, use the following command line: mvn clean install
  • another to build a Java OSGI library (ready for use in AEM), with a pom-bundle.xml
    • to trigger this build locally, use the following command line: mvn -f pom-bundle.xml clean install

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

Other Misc Notes, docs and pointers

Note that as we chose to serve the json-ld @context through link header [9] and keep fixed json-ld prefixes, we based this implementation of plain and simple jackson [10] serialization, otherwise for full-fledged json-ld implementation hydra [0] and jsonld-java [8] could have been used

About

Adobe I/O Event Java (Jackson based) Implementation of the Adobe XDM Event Model

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.5%
  • Shell 1.5%