On 4/12/05, Doran Barton <[EMAIL PROTECTED]> wrote: > Now, in all honesty, I haven't built any web apps in Java. I've read a > couple books to make sure I understand what would be entailed if ever I was > so lucky to have to maintain a Java-based web app, but that's about it. The > amount of work necessary to deploy a Hello World application in JSP, for > example, is, in a word, ridiculous.
<html> <head> <title>Super fun happy slide!</title> <head> <body> <h1><%="Hello World!"%></h1> </body> </html> Hmmm... Yup, that was rediculous. .===================================. | This has been a P.L.U.G. mailing. | | Don't Fear the Penguin. | | IRC: #utah at irc.freenode.net | `==================================='
