Dear Qooxdoo devels and community, First I want to say that I love the library , it is well written , structured and pleasant to work with. So far I've been having no issues in doing everything I wanted to do with it . However I have a border case which I can't seem to figure out on my own so I'm resorting to some advice.
I have centralized management application that talk with many distributed servers in different domains using SAML Federated Security. So far , I can invoke the data services using cross-domain scripting however I'm trying to figure out a way to load UI specific details from the server-side as well. What I mean by that is currently each resource types available on the distributed servers must be known in the centralized qooxdoo frontend and I would rather "load" the appropriate UI components (Wizards, Forms, etc.) at runtime from these distributed servers so that I could have a generic central service. I've been looking at the PartLoader or ScriptLoader however I am uncertain on how to tackle this problem. Should I use JSONP to load Resource-specific (Wizards, Forms,etc) javascript definitions and then use a convention naming to load the proper panels? Would PartLoader or ScriptLoader work or should I use Requests manually.What would be the recommended approach by on your experience to do such a thing? I don't see many example of that on the web as usually cross-domain scripting is to load data-only and not complete ui resources. Thank you for your time, Bests, Mathieu -- View this message in context: http://qooxdoo.678.n2.nabble.com/Cross-Domain-Parts-in-Qooxdoo-application-tp6084959p6084959.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
