On Mon, 15 Mar 1999, Luc Saint-Elie wrote:
> Hello,
>
> There are around some tutorials on how to write a servlet, what is an
> EJB and so on.. but I've found none about the whole stuff
>
> I'm looking for a tutorial with examples about how to write a servlet
> that talks to an EJB server that talks to a database and send back the
> answer to the servlet that translate it in HTML...form a beginner perspective.
>
> Any pointer very welcome
Luc,
It's actually pretty straightforward. The servlet acts as an EJB client;
it uses exactly the same API as all the other EJB client examples that are
floating around out there. Basically, you have a plain old servlet with
some plain old EJB client code embedded in it. There's nothing special you
need to do.
Tom
===========================================================================
Tom Valesky -- [EMAIL PROTECTED]
http://www.patriot.net/users/tvalesky
===========================================================================
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".