
java-rest-platform
A Java rest server stack using Jersey with a MySQL Database. It has a Flex client as an example of how to communicate between a server and client.
The project is intended as a foundation to start your java rest project. As part of its basic functionality it has the ability to create and update customers, as well as log-in using oAuth to create a session.
My main motivation for starting this project was to learn new software and packages. After searching the net and books for examples, tutorials and sdk documentations i wanted to put it all together in one place for someone else to learn.