Hi,
> I've been using a build file for ant (from Apache) which does all the
> compiling/packaging for me. Used in conjunction with Ultraedit's tool
> support, there's about 3 keypresses (and a short delay) to see the results
> in the browser. Bear that it's sufficient to force the browser to reload
> the page from the server, as it will then recompile it. There's a short
> delay for this, but it's on the order of a second or two.
That's exactly as I do it now, with an ant script. Edit, package & deploy
with ant, wait for Orion to update the application, go to the browser, login
(I use form-based login in my app) and click to the modified JSP page, wait
for Orion to compile it... the whole procedure can take up to one minute,
which is quite a long time if you have to go through this repeatedly due to
some typos in the page :-(
cu
Heiko