Ed Anuff wrote:
>
> IMHO the problem with JSP is that its trying to do too much with version
> 1.0.  All it really had to accomplish for version 1.0 was to let you mix
> java and html on the same page the same way ASP lets you mix javascript or
> vbscript with html.  The brilliance of the initial JSP sepc was that Sun had
> the guts to simply match the ASP spec, knowing that if you then add Java's
> superior performance and cross-platform nature that JSP would be a better
> choice than ASP by default.  The .91 spec was good enough for this as was
> .92.  Pretty much everything else that people on this list seem to want out
> of the spec should have been pushed to 1.1.

I can't agree with this more. Being I'm developing with 0.92 at present
(having previously used ASP for about 1.5 years), there is pretty much
nothing you can't do with 0.92 that you can with ASP. Hell, if they made
0.92 the 1.0 spec, I'd be fairly happy.

The idea of mixing a (scripting) laguage with HTML to biuld dynamic
pages is a great one. The problem with ASP is VBScript (which has the
library support, but is a crap language) and JScript (better language,
no lib support!). Remvoe them, put in Java, and it rocks. Period.

Anyone know what additional stuff is going to be in 1.0?

Nic.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to