The Artima Developer Community
Sponsored Link

Java Buzz Forum
10 Don't do's in Java WebApp Programming

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Marc Logemann

Posts: 594
Nickname: loge
Registered: Sep, 2002

Marc Logemann is founder of www.logentis.de a Java consultancy
10 Don't do's in Java WebApp Programming Posted: Feb 9, 2004 4:32 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Marc Logemann.
Original Post: 10 Don't do's in Java WebApp Programming
Feed Title: Marc's Java Blog
Feed URL: http://www.logemann.org/day/index_java.xml
Feed Description: Java related topics for all major areas. So you will see J2ME, J2SE and J2EE issues here.
Latest Java Buzz Posts
Latest Java Buzz Posts by Marc Logemann
Latest Posts From Marc's Java Blog

Advertisement

In my current project i have to code features into a custom web application created by some IT company in germany. Based on my experience in this project, here is a list of some cruel design errors and programming mistakes:

1. Creating a rich user interface with javascript
2. Relying completely on hidden fields for user state
3. doing javascript runtime modification of virtually any form field
4. calling several batch files inside an ANT script where ANT could do it w/o them
5. creating an include hirarchy of 7 or more JSPs
6. pogramming extensively inside JSP with scriptlets
7. creating a Javascript include hirarchy
8. having several entry servlets for dispatching (no FrontController)
9. doing SOAP calls within the same System
10. Registering every service upfront w/o knowing if it will be used

This list could be enhanced easily by factor 3. This list is of course neither complete nor does it reflect the most common mistakes. Its only a snapshot of a java project somewhere in germany. Its interessting but knowing that you cant change the design is somewhat dissapointing after all. This is a result of having a company doing a large project without knowing J2EE patterns and a customer yelling out: "Features, Features, Features....".

Read: 10 Don't do's in Java WebApp Programming

Topic: AbiWord Previous Topic   Next Topic Topic: java.lang.String + wrong hands = textbook Anti-Pattern

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use