[EMAIL PROTECTED] wrote
>The way 1.3 works currently has been fine with me and any type mismatch
in programming error usually result in crash with obvious location of
>error  and easily fixed.

This may be an option for small projects or for personal use. But for
big projects for software sold all around the world this is not a good
design. Each error(type mismatch) that can be avoided during development
costs
- less time in quality assurance
- debugging
- maintaining and update releases
And: less money in development at all.

So Generics are not only a nice thing wicket adopts as Java 5 hhas
Generics. It helps us to develop faster and cheaper and to increase the
quality of our software.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to