> PHP is terribly fugly and encourages the worst code design ever, > but you can > get a lot more done with it in a short amount of time and there > is no way in > hell I would ever lower myself to using JSP.
Same here. I am starting to have stuff that must be done in PHP too and those are exactly my thoughts. But I still make weird stuff faster with my Java thing which includes using Velocity + Pnuts. (Pnuts is a Java based scripting language that can compile to Java bytecode on the fly: http://javacenter.sun.co.jp/pnuts/ ) Have fun, Paulo > -----Original Message----- > From: Jon Scott Stevens [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 18, 2002 12:52 AM > To: [EMAIL PROTECTED] > Subject: Re: localhost:8080 vs localhost??? > > > on 7/17/02 3:43 PM, "Martin van den Bemt" <[EMAIL PROTECTED]> wrote: > > > Is that site generated by maven ? ;)) > > > > Mvgr, > > Martin > > Anakia > > I hate to admit it here, but the output is .html files which are then > processed through PHP. I'm going to be moving away from even using Anakia > and just using PHP. > > PHP is terribly fugly and encourages the worst code design ever, > but you can > get a lot more done with it in a short amount of time and there > is no way in > hell I would ever lower myself to using JSP. > > =) > > -jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
