-
Notifications
You must be signed in to change notification settings - Fork 81
ReST Services:Introduction
David Polehonski edited this page Sep 10, 2013
·
2 revisions
Railo Server gives you the ability to define ReST Services (Representation State Transfer). ReST is and application architecture which defined stateless data transfer over networked services. In the context of the web ReST is commonly implemented over HTTP as it is a ReSTful protocol.
Railo gives you the ability to define ReST services as a collection of CFC components by using a set of ReST specific attributes; and then telling Railo what ReST path should be used to access the service. These services can be registered in the server admin, web admin or in the application CFC.
- Setting up a new Service
- Server Admin & Web Admin
- Application.cfc
- Building a ReST Service
- Design & Architecture
- Writing a ReST Component
- Writing a ReST Function
- CFcomponent:
- rest
- restpath
- httpmethod
- CFfunction:
- access='remote'
- restpath
- httpmethod
- produces
- consumes
- CFargument
- restargname
- restargsource
- Getting to know Railo Server
- Railo Server features & specifications
- Getting started with Railo Server
- Installation & configuration
- Railo Server Versions
- Developing with Railo Server
- Deploying Railo Server apps
- Managing Railo Server apps
- Railo Server Extensions
- Useful resources & further reading
- Developing & debugging Railo Server
- FAQs