The Artima Developer Community
Sponsored Link

Java Buzz Forum
Even commercial vendors dont test/validate

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
Even commercial vendors dont test/validate Posted: Feb 8, 2005 11:37 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Marc Logemann.
Original Post: Even commercial vendors dont test/validate
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

I am trying not to bash anyone specific, so i am speaking generally. If you are selling java components that use a bunch of CSS stylesheets to display stuff, would it come to your mind to run them against a CSS validator before releasing the component?

I made the mistake and assumed that this is the case. Why do i assume this? Because its so damn easy to test. You dont have to write MockObjects or something like that, you just have to copy the CSS content and paste it into a validator and one click. Or by just using Firefox WebDeveloper Plugin, its only a click without copy&paste. The problem of that assumption is that you look at zillion places like Servlet Container, Webapp folders, Webapp config, JSP content, Taglib definitions and so on. Only a second before jumping out of the window, you check the things that normally cant be the problem...

All in all, 2 hours wasted because some commercial component vendors are not better than any average java developer doing their inhouse projects. No test, no review, no quality management. The point is, i am also doing that from time to time, but definitely not if my component is used by more than one guy.

All this is nevertheless pretty normal i guess, but thinking about a 2 hour waste of time just because of a invalid CSS stylesheet makes me ill.

Read: Even commercial vendors dont test/validate

Topic: Eclipse RCP installer tools Previous Topic   Next Topic Topic: ThreadDeath in Tomcat has arrived to me

Sponsored Links



Google
  Web Artima.com   

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