Simple example to explore pure RESTful ActiveWeb possibilities
Follow these simple steps to run this app:
-
Create two empty schemas in MySQL DB:
- activerest_development
- activerest_test
-
Modify JDBC connection parameters in:
- class app.config.DbConfig
- pom.xml
-
Run the application
mvn jetty:run
-
The api can be explored using this Chrome Postman - Rest Client example collection, or through basic HTTP calls (e.g. curl)
-
API urls: