• 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

How to call deployed EJB

 
Ranch Hand
Posts: 234
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am suffering a lot from EJB
look i have deployed My stateless EJB on weblogic server 6.1 ok
then i want to call it from servlet but doing so is giving compiler error like unknown symbol Home ineterface and remote interface

please give me practical code of that

my EJB directory structure is like com.ejb.class|
web-inf meta-inf

i deployed properly

so what is solution of that i have to import that classess
 
reply
    Bookmark Topic Watch Topic
  • New Topic