Yeah, I could, except that I don't know java. Also (and this
is anecdotal, of course), but a friend of mine who used to love
java doesn't love it so much any more for quickly creating small
apps. This guy is no dummy and is a good programmer, so I'm taking
his word for it, but I'm not sure I could get up to speed on Java
quick enough.
I know that Cold Fusion will handle java, which is why I was
wondering if the "compiled byte code" could possibly run
independant of the CFServer. That would be slick. Maybe it's time
that I learn a bit of java and give coding this a go... but I'm on
a bit of a time crunch.
I've considered storing any data entered offline in the form
of a character delimited cookie (or series of cookies, maybe one
cookie per record) and just writing the whole thing in JavaScript.
JavaScript can set cookies, can't it? (Okay, now I've got to
check...
... yup)
That may just be the way I go with this for the time being.
It's not like this is an enterprise application, and I can control
my ONE user's operating environment. How does that sound? Anybody
see any problems with that, other than the user clearing their
cookies prematurely of course
I suppose I could write a little batch file that would look
for my cookies and write them to a safe place so that if they did
clear their cookies it would still have those saved files as a
backup. How about something like that?