[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Re: JSPs, methods and HTML...


> The JSP spec really ought to address this. Anyone at Sun taking notes?
> i've come up with a somewhat crappy workaround.. instead of using methods
> that can be called, ive created seperate JSP pages that can be included
> inplace of calling the methods. It's not slick, but it works...

 It's a serious design mistake. You can't use the "power" of JSP to create
some kind of graphical beans. In fact JSP is very broken for large sites
that need to share HTML code generation. I'm really starting to think that
JSP is a bad solution for the problem, and people will be starting to use
something more along the lines of XSL... (well, or at least me.. =) ).