You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Polehonski edited this page Sep 10, 2013
·
2 revisions
ReST Services
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 and ReST
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.