Skip to content

Commit

Permalink
Add samples as submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Jul 26, 2015
1 parent 87a959c commit 27bdd09
Show file tree
Hide file tree
Showing 62 changed files with 298 additions and 3,522 deletions.
15 changes: 15 additions & 0 deletions .gitmodules
@@ -0,0 +1,15 @@
[submodule "simple-ws-sample"]
path = simple-ws-sample
url = git@github.com:seedstack/simple-ws-sample.git
[submodule "ecommerce-client-sample"]
path = ecommerce-client-sample
url = git@github.com:seedstack/ecommerce-client-sample.git
[submodule "catalog-microservice-sample"]
path = catalog-microservice-sample
url = git@github.com:seedstack/catalog-microservice-sample.git
[submodule "ecommerce-domain-sample"]
path = ecommerce-domain-sample
url = git@github.com:seedstack/ecommerce-domain-sample.git
[submodule "store-webapp-sample"]
path = store-webapp-sample
url = git@github.com:seedstack/store-webapp-sample.git
3 changes: 3 additions & 0 deletions AUTHORS
@@ -0,0 +1,3 @@
# This source code refers to The SeedStack authors for copyright purposes.
# The master list of authors is in the SeedStack meta repository,
# visible at https://github.com/seedstack/seedstack/blob/master/AUTHORS.
3 changes: 3 additions & 0 deletions CONTRIBUTORS
@@ -0,0 +1,3 @@
# This source code was written by the SeedStack contributors.
# The master list of contributors is in the SeedStack meta repository,
# visible at https://github.com/seedstack/seedstack/blob/master/CONTRIBUTORS.
504 changes: 257 additions & 247 deletions LICENSE

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions README.md
@@ -0,0 +1,15 @@
# SeedStack samples

This repository contains samples illustrating different project types you can create with SeedStack along with demonstrations of specific features.

# Samples list

* [E-commerce domain](ecommerce-domain-sample). A reusable model of a very simple e-commerce domain.
* [Store management](store-webapp-sample). A classic Java Web application based on the e-commerce domain model.
* [Catalog](catalog-microservice-sample). A REST microservice exposing the API of a product catalog, based on the e-commerce domain model.
* [E-commerce web client](ecommerce-client-sample). A W20 client for the catalog microservice.
* [Simple WS](simple-ws-sample). A simple Web-Service exposing product information, based on the e-commerce domain model.

# Copyright and license

This source code is copyrighted by [The SeedStack Authors](https://github.com/seedstack/seedstack/blob/master/AUTHORS) and released under the terms of the [Mozilla Public License 2.0](https://www.mozilla.org/MPL/2.0/).
1 change: 1 addition & 0 deletions catalog-microservice-sample
22 changes: 0 additions & 22 deletions catalog/README.md

This file was deleted.

191 changes: 0 additions & 191 deletions catalog/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 27bdd09

Please sign in to comment.