• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

EJB and Servlet

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi:
I've a written a Stateless session bean and deployed in Weblogic 6.0. Can anyone will help me with a sample servlet and jsp to call an EJB.
I'm very new to this.
Pls. help.
Thanks in advance.
Reeti
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I believe that the best way to learn about weblogic is using the samples that came with it when you install server with examples, there you�re gonna find samples about this and much more.
To access it open in your browser the samples.html file that is under:
%WL_HOME%\samples
there you�re gonna find explanations about how to run the samples and links to them.
regards.
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Another option is to download Greg Nyberg's workbook for Richard Monson-Haefel's EJB book. It's chock-full of code examples of the kind you're asking about.
Kyle
 
reply
    Bookmark Topic Watch Topic
  • New Topic