EJBs can be less work to use, but
more work to build, and then you
discover they don't scale and have
to rewrite the underpinnings.

Jaz


Keith Kwiatek wrote:

> Hello,
>
> EJB's are great.... if you like tripling the amount of code you have to
> write....
>
> How is everyone building their web apps.... with hand coded programs, or
> using automagic tools?
>
> It sure seems like there should be some sort of tool that you can just point
> at database tables, and have it build the jsp or ejb entity bean. AND
> shouldn't there be a tool that you can just drop the bean on an html
> template thus allowing visual access to the bean fields?
>
> You can't access ejb's directly from a jsp page (like a normal bean) can
> you? Any tools that will automagically wrap an ejb in a bean for
> presentation in a JSP?
>
> Am I off base here,  or are ejb's a lot more work? How can people talk about
> how EJB's "speed development time"....?!?
>
> Keith


Reply via email to