Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrudolph/ecplat
fork of https://bitbucket.org/kraythensoft/ecplat
https://github.com/jrudolph/ecplat
Last synced: 25 days ago
JSON representation
fork of https://bitbucket.org/kraythensoft/ecplat
- Host: GitHub
- URL: https://github.com/jrudolph/ecplat
- Owner: jrudolph
- Created: 2013-02-12T10:28:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-02-12T10:28:32.000Z (over 11 years ago)
- Last Synced: 2023-04-11T05:18:18.968Z (over 1 year ago)
- Language: Groovy
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README-FIRST.txt
Awesome Lists containing this project
README
Overview:
The Ecplat project is a demonstration of how to use Akka, Scala, Ajax and Gradle to build
a fully functional eCommerce platform. As the development of the example goes on the repository
will be tagged with important versions that add functionality to the system.Release Notes:
Version: 0.1.0 Git Tag: hello-ecplat
* Contributing Authors: Robert Simmons
* Requires only Gradle 1.4 (everything else will be pulled by gradle)
* Very basic getting started with Akka and Gradle
* To use type at the command prompt: gradle build run
* The system will send two messages and then exitVersion: 0.2.0 Git Tag: with-camel-jetty
* Contributing Authors: Robert Simmons
* Added new dependencies for Camel-jetty
* Reworked starting Actors to resemble more the direction of the design
* Changed the actors to use Camel
* To run the microkernel server use "gradle run" or run the 'com.kraythensoft.store.Main' class in your IDE
* You can send a message to the server with curl like this:
curl --data "name=Robert" http://localhost:8877/ecplatVersion: 0.2.1 Git Tag:
* Contributing Authors: Robert Simmons
* Added configuration for Log4j2 and SLF4J bindings.
* Added inline documentation to build.gradle file.
* Changed the Camel Use Case to read from a local directory instead of jetty so that I can integrate spray