You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/02/22 14:49:02 UTC

[tomee] 09/10: Merge branch 'add_ejb_remote_call_sample' of github.com:otaviojava/tomee into add_ejb_remote_call_sample

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

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

commit 3ac61c4f5a30759b309d170af61829c5fed11bde
Merge: 264bd36 abb85c5
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Fri Feb 22 14:36:40 2019 +0000

    Merge branch 'add_ejb_remote_call_sample' of github.com:otaviojava/tomee into add_ejb_remote_call_sample

 examples/ejb-remote-call/README.adoc               | 36 ++++++++
 examples/ejb-remote-call/pom.xml                   | 98 ++++++++++++++++++++++
 .../src/main/java/org/superbiz/remote/App.java     | 39 +++++++++
 .../main/java/org/superbiz/remote/Calculator.java  | 26 ++++++
 .../org/superbiz/remote/DefaultCalculator.java     | 36 ++++++++
 .../src/main/webapp/WEB-INF/web.xml                | 27 ++++++
 6 files changed, 262 insertions(+)