myTodoExperiment

This project are meant to continue....

Uses:

  • JAX-RS (Jersey)
  • Guice (IoC container)
  • Jetty (Java-based HTTP (Web) server and Java Servlet container)
  • Hibernate
  • mySql

Other

The project are forked from https://github.com/tmorcinek/rest-webservice-training. Project uses maven and git. You can easily run and debug sever. Project contains Main.class, and you can run it as any other program. Starting project starts jetty server. You can also create war file which can be deployed on other java server.

Running server

You need a running MySql database with a database chema called todo and a user with user/password as todo/todo.

If you run server in IDE using Main.class. You can check its resources under: http://localhost:8080/api/service/

E.g.: http://localhost:8080/api/service/authors