All,
 
I would like to use GnuPG in in a qooxdoo application.  This
implementation of GnuPG does what I need:
http://www.hanewin.net/encrypt/
 
The above implementation is in 7 js files of functions, some of which
create objects.
 
I'd like to ask some advice:
 
To use this code, do I need to port it into a qooxdoo class?  Is that a
big project?  Is there a better way to have GnuPG in my application?
 
If I do port it, I would like to start with the best strategy.  Should I
make all of the functions into members of the qooxdoo class?  Will I
have to prepend "this." to all function calls?  Will I change all global
variables into class members, and prepend references to them with
"this."?  
 
There must be more questions I haven't even thought of.  One more: is
porting it feasible? 
 
Regards,
Bill
 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to