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/21 17:08:58 UTC

[juneau] 01/01: Merge pull request #43 from Akayeshmantha/JUNEAU-94

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 5c9f03b374518d0ada6e4a754a095faac4a98825
Merge: e9ef757 41701b4
Author: James Bognar <ja...@apache.org>
AuthorDate: Fri Dec 21 12:08:53 2018 -0500

    Merge pull request #43 from Akayeshmantha/JUNEAU-94
    
    adding atom feed examples

 .../juneau/examples/core/dto/DtoExample.java       |  27 +--
 .../juneau/examples/core/dto/atom/AtomFeed.java    |  65 ++++++
 .../examples/core/dto/atom/AtomHtmlExample.java    | 223 +++++++++++++++++++++
 .../examples/core/dto/atom/AtomJsonExample.java    | 109 ++++++++++
 .../examples/core/dto/atom/AtomXmlExample.java     | 100 +++++++++
 .../examples/core/dto/atom/package-info.java       |  18 ++
 6 files changed, 516 insertions(+), 26 deletions(-)