Two weeks of JSP

pemungkah on 2003-05-15T22:07:17

Well. That wasn't a lot of fun.

Spent the last week fixing up a web interface to a project I'm working on. All written in JSP. Instant learning experience. Fortunately it's pretty much Java interspersed with HTML, so no big deal. It's not perfect by a long shot, but at least all the uncaught exceptions are caught. Except in the twisted mass of Javascript and JSP that was one section, which I left for some other time when I could just rewrite it.

I did not enjoy coding in Java again, no precious. If you need to write a class that needs 26 accessors (don't ask - oh, all right, JSP's auto-instantiating beans), you write all 26 accessors. Oh, for an AUTOLOAD and a glob assignment.

Back to Perl next week. What a relief.