Problem
When placing the rendering and controller onto the client, and utilizing AJAX to connect to the userlaying services, the service layer needs to be stateless and needs to be efficient in the transport of data to the client.
Solution
By using REST Services the follwoing are achieved
- Stateless
- Cacheable
- Exstremely effiicient with JSON and dojo
Businessbenefit
By breaking the data feed into the smallest amount possible only the neccesary data is loaded only when it's needed, and possibly deferred in loading, the scalability and responsiveness in the application can be classleading and new business demand can be resolved.
Comparing to Web 1.0 Approach
<Under Construction>
Success criteria
<Under Construction>
Result
<Under Construction>
Labels

Add Comment