If you want it in the browser that is not possible since the services would all have to have the same domain. This is a security requirement when doing AJAX.
If you use the UIWebView in a hybrid app that restriction no longer applies. You can then use AJAX to pull data from any number of servers from any domain. You can find an example of how to do this for the iPhone in the QuickConnectFamily iPhone examples. It is called BrowserAJAXAccess. Lee On Mar 11, 9:33 am, rim negra <[email protected]> wrote: > how can I create a web application that contains many others web > applications ? > > which of these web applications contains one service > > and then all of them will be in communication with iphone application via > REST web services > I am working in netbeans 6.8 > > is any one ready for help?? -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
