Has anyone used Watij on app engine? I tried the naive thing and
tested using a jsp which hit permission issues when Watij called some
doPrivileged() procedure. I imagine this might work on app engine if
it were called in some other, non-jsp way that had access to the
doPrivileged() calls. Any ideas?
Just for reference, I anticipate this being a real-time job that my
system will call to go automate a log-in into a webpage and bring back
some current data.
Thanks,
Phil