On 11/09/2011 09:32 AM, Camille Bégnis wrote: > > it is possible through the javascript API to tightly integrate XXE > Applet with a CMS. > Is it possible to do similar integration if XXE is deployed as WebStart > instead? For example we would like to be able to open an XML file by a > simple click on a button on the Web interface. >
Sorry but I have no experience in that area. If clicking the button in the Web interface downloads a .foo file (or MIME type = "application/foo") and if XMLmind XML Editor has been associated to Foo files, I guess that the Web browser will launch XMLmind XML Editor. I know that Java Web Start can integrate the application deployed that way with the desktop of the user. However I've never tried these options: http://download.oracle.com/javase/6/docs/technotes/guides/javaws/developersguide/syntax.html#jnlp Search for "assocation". Now, this being said, this would not solve the problem of saving back to the server the file downloaded by the Web browser and then modified using XMLmind XML Editor. If you find how to implement this tight integration and suggest reasonable enhancements[*] required to do it, we'll probably implement them. --- [*] Example: edit local file "C:\tmp\doc.foo" but consider that its URL is "http://www.acme.com/dav/docs/doc.foo" and not "file:/C:/tmp/doc.foo". -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

