This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git.
from 4c68ad5 Javadocs
add 6497d09 adding Json complex example
add 970d295 adding xml simple example to core samples
add f4beaf7 adding rdf complex example
new f248e6a Merge pull request #28 from Akayeshmantha/JUNEAU-93
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../examples/core/json/JsonComplexExample.java | 56 ++++++++++++++++++++++
.../examples/core/rdf/RdfComplexExample.java | 39 +++++++++++++++
.../juneau/examples/core/xml/XmlSimpleExample.java | 44 +++++++++++++++++
3 files changed, 139 insertions(+)
create mode 100644
juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/json/JsonComplexExample.java
create mode 100644
juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/rdf/RdfComplexExample.java
create mode 100644
juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/xml/XmlSimpleExample.java