What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Dec 12, 2007 by townxelliot
WebLayer  
Provides the REST API at the top of the Jangle architecture

Responsibilities:

  • Receives HTTP requests and converts them into service requests
  • Routes service requests to the appropriate services (though this might be a responsibility of a "routing" Service)
  • Receives service responses and converts them into HTTP responses

Currently, Rails is being used to provide this layer, via standard Rails controllers and views.


Sign in to add a comment