SCJP 5.0 and now fighting with ExtJS
SCJP 5.0 and now fighting with ExtJS
Balagopal Kannampallil wrote:If I were you, I would have used JQuery in my webapp to fulfill the remote loading
Here is a sample code
In place of '/remotesite/result.xml' , you can give the url of the xml hosted in the third party server.
Note: JQuery is one of the many options available.
Durga Roobini wrote:In my servlet page I call one xml response from third party server
SCJP 5.0 and now fighting with ExtJS
SCJP 5.0 and now fighting with ExtJS
SCJP 5.0 and now fighting with ExtJS
Ulf Dittmer wrote:What is the point of writing the XML to disk? Can't you keep the data in memory? It sounds like it would be used pretty much right away, yes?
Balagopal Kannampallil wrote:Durga,
Time to rethink about your approach.