> I just read this thread and didn't quite understand
> it. If it means what it seems to mean on the surface,
> I'm doing everything wrong.

I belong to the camp that thinks Java code in JSPs is evil. I happen to
think that tag libraries are wonderful.

JSPs are HTML documents that are empowered to retrieve information from Java
objects. At least that's how I think of them.

The focus in a JSP is HTML/CSS presentation and design - all the data should
be retrieved, validated and prepared for presentation before you call the
JSP.

If you work on a large, complex project, you must approach it that way.

If you're working on something simple, quick and dirty, then by all means do
all your coding in JSPs - that's what makes them cool.

Debugging code in JSPs is very painful. Debugging tag libraries is the same
as debugging any ordinary Java object.

HTH

Harry Mantheakis


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

Reply via email to