In Retrospect

I l @ ve RuBoard

Most developers I've encountered believe that you really end up developing a site twice ”the first time to understand the problem and the second time to get everything right.

As I said at the outset, I didn't pretty up the development process to make myself look good. As a result, there are a number of things that I'd go back and re-factor if I were developing this for a production site.

It's not a matter of anything being wrong with the code; it's just that some areas could be improved. These are things that might not be clear at the outset, especially in the area of code reuse, because it is hard to tell what functionalities will be frequently used throughout the code and what will be "one-shot" logic that is needed only once.

There's also a lot of redundant code. For example, lists of products and quantities are displayed throughout the JSP. It would be best to try to find common code and winnow it out, to reduce the overall complexity of the application.

I l @ ve RuBoard


MySQL and JSP Web Applications. Data-Driven Programming Using Tomcat and MySQL
MySQL and JSP Web Applications: Data-Driven Programming Using Tomcat and MySQL
ISBN: 0672323095
EAN: 2147483647
Year: 2002
Pages: 203
Authors: James Turner

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net