January 06, 2006
I like CSS
I am having fun tweaking CSS right now. I've been so out of the design game that this turns out to be so interesting. When I started writing web pages, everything was static, and all markup was done straight in the HTML. So fun! Expect more updates on the site.
Now, can someone tell me why you will still be using a servlet to create dynamic webpages. But on top of that, the servlet is embedding HTML code directly using the PrintWriter. And then on top of that, one of the print statements simply writes a META tag to redirect. There are a lot of simple ways to do this without so many clunky steps.
First off, get rid of any PrintWriter code. That is so 1998. Next, simply do a response.sendRedirect, or just use the RequestDispatcher and forward the page. Things like this really bog down sites when there is a lot of traffic. Plus, any update effort is just massively a big migrane.
Trackback Pings
Comments
No-one has commented on this entry (yet).
