Java RESTful Web Services with Restlet and IDEA
I recently started using IntelliJ IDEA. To get familiar with the interface, I decided to create a Hello World REST web service with Restlet. For those unfamiliar with Restlet, it is a lightweight REST framework that allows you to quickly and easily create web services using Java. A screencast is available on Restlet website to help you get started.
Some other useful links for beginners:
- Using Restlet with IDEA: provides information on creating a new workspace for Restlet.
- Building an ATOM (Apache Tomcat, OpenEJB, MySQL) stack
- Developing REST web services in Java
- REST on Tomcat tutorial using NetBeans
- How does Axis 2 differentiate SOAP requests from REST?
Some other useful links for beginners:
- Using Restlet with IDEA: provides information on creating a new workspace for Restlet.
- Building an ATOM (Apache Tomcat, OpenEJB, MySQL) stack
- Developing REST web services in Java
- REST on Tomcat tutorial using NetBeans
- How does Axis 2 differentiate SOAP requests from REST?






