You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2018/12/13 18:00:51 UTC

[juneau] 01/01: Merge pull request #35 from Akayeshmantha/JUNEAU-92

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git

commit a2690aa87bc11939d33d63ff30c22630f0cbbd8a
Merge: 77def24 9b30f7d
Author: James Bognar <ja...@apache.org>
AuthorDate: Thu Dec 13 13:00:46 2018 -0500

    Merge pull request #35 from Akayeshmantha/JUNEAU-92
    
    Juneau 92 adding uon samples and more comments

 .../examples/core/html/HtmlComplexExample.java     | 10 ++++
 .../examples/core/html/HtmlSimpleExample.java      | 12 +++++
 .../examples/core/json/JsonComplexExample.java     |  6 +++
 .../core/json/JsonConfigurationExample.java        | 30 +++++++++++
 .../examples/core/json/JsonSimpleExample.java      | 25 ++++++++-
 .../juneau/examples/core/rdf/RdfExample.java       |  1 -
 .../examples/core/uon/UONComplexExample.java       | 48 +++++++++++++++++
 .../juneau/examples/core/uon/UONExample.java       | 60 ++++++++++++++++++++++
 .../package-info.java}                             | 39 +-------------
 .../examples/core/xml/XmlConfigurationExample.java | 20 +++++++-
 .../juneau/examples/core/xml/XmlSimpleExample.java |  6 +++
 11 files changed, 216 insertions(+), 41 deletions(-)