↧
blog.m1key.me: REST with Spring 3.0, Spring MVC and Dojo. Part 5 - DELETE
In the fifth part of the series (which is also the last one, at least for now) we will take a look at the DELETE part. DELETE, as its name suggests, is for deleting items and it is done by ID which...
View ArticleMaking fetch synchronous in dojo.data - Idea Works
Background Dojo.data is a fantastic abstraction layer for data stores such as JSON and XML. Dojo.data provides a fetch method which works like a SQL select statement except that it’s asynchronous....
View Article