Hey guys,
What are people's thoughts on Java servlets verses Enterprise JavaBeans?
It seems to me that the two concepts overlap in very interesting ways (for
example, both are pooled, and intended for distributed, networked objects). I
see servlets as useful because they are request/response oriented, and more
lightweight to develop. Enterprise beans are general components, and gain a
full suite of middleware services.
While these differences are important, it seems strange to me that we have
two seperate products in the Enterprise Java Platform that perform such similar
functions. Has anyone made a special lightweight enterprise bean type that was
a request/response oriented bean, aka a servlet? Has anyone built a servlet
engine on top of an EJB container?
-Ed
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".