Re: Struts Persistence

2002-08-09 Thread Scott Hewlitt
in my day we used an Abacus... - JK First computer was a commodore128... finally after being jealous of friends with Vic 20's and Commodore 64's... I had my own... ahh... Commodore Basic, 6502 Machine Language... still remember a the block of free memory where i played aorund ... a 4K

Re: Starter question

2002-06-13 Thread Scott Hewlitt
When I started with Struts a few months ago, a colleague sent me these links to review. There is lots of information here.. but the one thing that really helped everything click were the diagrams. Main link: http://gallery.bluestone.com/scripts/SaISAPI.dll/StrutsTrailMap.class/struts

Re: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Scott Hewlitt
I came across a similar situation recently. We have a major asp application that we are slowly converting to jsp/struts/java. So - we need the two technologies to talk to one another... We use microsoft's msxml object to post data to a url/page, and then wait for a response. If the asp page