| Author |
Correctness guarantees
|
Branko Vastic
Greenhorn
Joined: Jun 22, 2005
Posts: 2
|
|
This may be a silly question, but could someone tell me when generating HTML using Servlet and JSP, what correctness guarantees do I get? I have had a hard time figuring out this.
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
|
cent percent.
|
 |
Jeroen Wenting
Ranch Hand
Joined: Oct 12, 2000
Posts: 5093
|
|
guarantees? From whom? For what? The generated html will be at best as good as the code you write. So if you write crappy code you get crappy html. If you write perfect code (inconceivable but not impossible) you may get perfect html but don't count on it. It will likely be better than crappy but no more definite answer can be given.
|
42
|
 |
 |
|
|
subject: Correctness guarantees
|
|
|