[CLOSED] [1.0] REST question

Page 1 of 2 12 LastLast
  1. #1

    [CLOSED] [1.0] REST question

    Hi,

    Is it already or will the RESTful store be supported in 1.0?

    Thanks,
    Tadeusz
  2. #2

    RE: [CLOSED] [1.0] REST question

    Hi Tadeusz,

    Can you elaborate further on what you would like to see for REST support?


    The .Url property on any AjaxEvent/AjaxMethod can be set.


    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] [1.0] REST question

    Hi Geoffrey,

    I am referring to ExtJS.data.Store.restful configuration option available in ExtJS 3.0.

    Thanks,
    Tadeusz
  4. #4

    RE: [CLOSED] [1.0] REST question

    Can I set this property somehow in Coolite markup? I would like to have the support for GET, POST, PUT, and DELETE HTTP verbs during store operations (so Url on AjaxEvent/AjaxMethod is not enough).

    Regards,
    Tadeusz
  5. #5

    RE: [CLOSED] [1.0] REST question

    Hi,

    We are working on it at this moment. This should be committed today/tomorrow
  6. #6

    RE: [CLOSED] [1.0] REST question

    Great news, thanks!
  7. #7

    RE: [CLOSED] [1.0] REST question

    Hi,

    We are still working on REST support but it should be ready soon. I'll notify you
  8. #8

    RE: [CLOSED] [1.0] REST question

    OK., thanks.

    Regards,
    Tadeusz
  9. #9

    RE: [CLOSED] [1.0] REST question

    Hi,

    Implemented. Please update from SVN

    Please see the following

    1. Examples Explorer. Restful store with simple MVC implementation
    Examples\GridPanel\Restful\Overview\

    2. mvc.ext.net Restful store with ASP.NET MVC
    Update from SVN to get latest code and see RestDemo View

    What's new
    - ResourceManager. RestAPI property ( mapping of RESTful HTTP methods GET, POST, PUT and DELETE to CRUD actions.)
    - HttpProxy. RestAPI property (Specific urls to call on REST action methods "read", "create", "update" and "destroy".)

    Also we added AutoSave property for the store which allows to track changes on the fly (that property uses in those examples). See Examples\GridPanel\Update\AutoSave\
  10. #10

    RE: [CLOSED] [1.0] REST question

    HI,

    Awesome, thank you! Just one question, where is the MVC sample SVN located? I have updated from http://coolite-mvc.googlecode.com/svn/trunk, but these sources have no REST view.

    Regards,
    Tadeusz
Page 1 of 2 12 LastLast

Similar Threads

  1. [CLOSED] Rest api.
    By farisqadadeh in forum 1.x Legacy Premium Help
    Replies: 15
    Last Post: Aug 19, 2011, 11:22 AM
  2. [CLOSED] REST with WCF - part 2
    By daneel in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Apr 14, 2011, 2:40 PM
  3. [CLOSED] REST with WCF and Ext.NET 1.0
    By daneel in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 11, 2011, 10:34 AM
  4. [CLOSED] EventStore and REST API
    By craig2005 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 04, 2011, 3:19 PM
  5. [CLOSED] [1.0] Store and REST
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Feb 28, 2010, 4:19 AM

Posting Permissions