Re: JSP 0.92 Spec

1999-08-16 Thread Corbin Henson
Here you go. http://java.sun.com/products/jsp/jsp092.html Ethan Henry wrote: > I know this sounds crazy, but does anybody still have a .pdf of the 0.92 JSP > spec? I'd like to have a look at it. > > Thanks, > Ethan > -- > Ethan Henry[EMAIL PROTECTED]

Re: Any websites using JSP

1999-08-19 Thread Corbin Henson
http://www.homedepot.com pankajg wrote: > I am a novice as far as JSP's are concerned. Are there any web sites > which use JSP. > That could be an indication of its popularity. > > regards > Pankaj Grover > INWW > > === > To

Re: Any websites using JSP

1999-08-19 Thread Corbin Henson
http://www.homedepot.com John Dixon wrote: > www.pets.com > > pretty nice! > > JD > __ Reply Separator _ > Subject: Any websites using JSP > Author: pankajg <[EMAIL PROTECTED]> at Internet > Date:8/19/1999 4:29 PM > > I am a novice

Re: Any websites using JSP

1999-08-19 Thread Corbin Henson
Who cares what they use. I am just thankful that they are here. Why would you expect a company to re-write their entire system every time a new technology comes out. The idea is to introduce new technologies into a system when and where it is needed. Not to pledge allegiance to every new technolo

Re: JSP Form

1999-08-27 Thread Corbin Henson
In java "stringA == stringB" tests to see if the strings are stored in the same location in memory. It does not evaluate the value of the strings. But "stringA.equals(stringB)" evaluates the values, not the memory addresses. Hope this helps Corbin Chris Mcgarel wrote: > Can someone expalin to