Ok, I think we have JSP for request in my unit, for the return file what is the better solution XML or JSON? I suppose I can load the return file in a store?
Knut Staring a écrit : > Hi François, > > You probably need to go through a server side script, for example JSP > or PHP. Such a script should process your AJAX request, make a > database connection, and return JSON to the client. > > Instructions for connecting PHP to Oracle: > http://www.oracle.com/technology/obe/11gr1_db/appdev/php/php.htm > > Knut > > 2010/5/31 François Boussuges <[email protected]>: > >> Hello, I try to load data from my databases Oracle in my application. >> >> I have an WFS layers with a grid panel. >> I have other data on Oracle and I want to display this in a other grid >> panel , I want to link this data with my ID_object (ID_OBJECT=ID_DATA). >> When i clicked on a features, I start my Ajax request and I get the data >> in a popup or other panel. >> >> I think the Ajax request is the better solution but I never try this. >> >> What do I do to make an Ajax request beetwen my application and my >> databases? >> >> Thank You >> >> François >> _______________________________________________ >> Users mailing list >> [email protected] >> http://www.geoext.org/cgi-bin/mailman/listinfo/users >> >> > > > > _______________________________________________ Users mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/users
