Werner Punz wrote: > Easier... > do a blank page, write a backend bean, and do the rendering on code > level there. > JSF has a full blown component tree facility, which allows such > things. > >
Definitly right, but one big disadvantage : speed of development.The big advantage in JSP and JSTL (and also JSF) is the quick development process : patch your code and use it.
Developing on code level means to redeploy your wepapp and restart your server on each 'bugfix'.
regards Ronald

