A twitter client web application by using Twitter4J with Spring MVC.
It's a simple web application to tweet to Twitter by using OAuth of Twitter4J with Spring MVC. It can be used for a user everybody who authenticates by this web app.
- Maven (* also JDK)
$ cd Path_to_this_README.md
$ mvn install
$ cd Path_to_this_README.md
$ cd source/webapp
$ mvn jetty:run
- check if it can access.
http://localhost:8080/
http://tweet-examproject.herokuapp.com/
The examproject is released under version 2.0 of the Apache License.