Re: [Xsltforms-support] Packaging an XForms application as a .exe file
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2012-06-14 20:27:10
|
Hi vidhya, I think that XSLTForms could do the trick with just an extension to the current applet. I can image a form allowing to select a folder and different options. The applet will then return an XML document serialization having hexa encoded files in this folder as leaf elements. Then, an XSLT 1.0 stylesheet can transform this document into a source file. This source file would include a basic HTTP server and would start a browser at the initial page (There are online examples for tiny HTTP servers in C for gcc or in Java). The last step would, of course, be to compile the generated source file (with a generated command file maybe?). What do you think? -Alain Le 13/06/2012 07:19, srividhya a écrit : > Hi all!!! > Hai i have developed the application using xsltforms in offline > mode. In terms of security concern, we can't able to give the > application as folder(ie. with xsltforms folder and forms). so, i need > your help regarding how to package as the .exe file or .jar file. If > anybody have a idea help me... > Awaiting for the reply... > > thanks, > vidhya. |