Enterprise Java Beans are non-visual business logic components, which are
not usually associated with any particular display of information (web
pages, applications, etc.). Servlets are java programs that talk to a web
browser specifically, and are therefore tied to the visual display of data.
So, you can do this easily:
Web Browser <--> Servlet <--> EJB
Jonathan Baker
Fabrice Antoine wrote:
>
> Hello,
>
> Maybe my question will seem to be stupid but I need an answer.
>
> I hope not to receive common global answer that I can read
> on websites but practical examples.
>
> "When is it interesting to use EJB instead of Servlets ?"
>
> Thanks,
>
> Fab
>
> ===========================================================================
> 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".
--
Jonathan Baker
Senior Architect
Internet Applications Division
Sybase, Inc.
[EMAIL PROTECTED]
+1 510 922-0460
===========================================================================
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".