1. #1
    Touch Premium Member
    Join Date
    Oct 2011
    Posts
    5
    Vote Rating
    0
    dschere is on a distinguished road

      0  

    Default example: ext direct calling a python method

    example: ext direct calling a python method


    I attached a complete example of Ext direct calling a python method.

    Prerequisites:

    You need to install the http://code.google.com/p/extdirect/ module in python.

    Overview:

    extDirectRouter.py is a python script that is configured as an executable script in apache.It handles HTTP POST and GET methods.
    • If given an HTTP Get request it outputs a formatted javascript string that defines a global variable that contains the specification of the server.
    • If it is called with an HTTP POST it executes a remote procedure call.

    vidApplApi.py is the server side API, it contains two main methods:
    • requestHandler, which is called in response to an HTTP post that decodes the json object, executes a method and returns the result to EXT as a json object.
    • requestApiSpec, which returns the specification for the server in response to an HTTP GET.
    Attached Files

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,714
    Vote Rating
    438
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Nice!
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.