1. #1
    Sencha User
    Join Date
    Sep 2012
    Posts
    2
    Vote Rating
    0
    odoakr is on a distinguished road

      0  

    Default WFS-T like store to database connection.

    WFS-T like store to database connection.


    Technique of spatial data editing via web browser described in this tutorial is extreamly easy: http://workshops.opengeo.org/geoext/...tml#geoext-wfs
    Ext, GeoExt, OpenLayers Geoserver and WFS-T do all dirty job, and you do not have to code anything server side. All UPDATE, INSERT & DELETE queries to database are done by via WFS-T.
    Is there something like this for non-spatial data? What will handle store-to-database communication as good as WFS-T? Abovementioned solution is also good for non-spatial data but I would like to avoid using geoserver all the time

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,121
    Vote Rating
    453
    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 mitchellsimoens has much to be proud of

      0  

    Default


    So you want to connect to a database for regular data? Javascript cannot connect to a database like MySQL or Oracle, you would need a server side script to do that.
    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.