On Thu, 13 Apr 2000, Parag Sankla wrote:
> Hi all.
> Does anybody have some code on the following scenario:
> (1)A servlet calling a stateless session bean passing some number/string as a
>parameter.
> (2)The session bean in turn calling an entity bean passing the same number/string as
>a parameter.
> (3)The entity bean talks to the database and retrieves the record corrosponding to
>that number.Then it sends it back to the session bean.
> (4)Now the session bean sends this data back to the servlet.
> (5)The servlet now shows the data on the browser from which it was invoked .
my web site does all of this. All the code is open source. The current
way to get at the source is via anonymous CVS or I can email it out. It's not a
tutorial, though. it's just code.
cheers,
david
--
David Sims [EMAIL PROTECTED]
Sims Computing, Inc. www.simscomputing.com
===========================================================================
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".