• 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

Call JSP TO EJB in Weblogic 6.0

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! Guys,
As the Subject says,
Can any one guide as to how to
call EJB from a JSP page i.e
How and where to place the "*.xml" files
basically how to deploy a EJB and calling from
a JSP page.
Navi.
 
Ranch Hand
Posts: 228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Haan ji Singh Saab,
Create the EJB home/remote/bean class files and then create the dep desc (*.xml's) and then create a jar in which u have all of the above then by ejbc'ing on all of the above, create another jar and place it in the applications dir of u'r server and create the JSP and put it in the public_html or DefaultWeb and import/usebean use karke, get the bean home instance and then call create on the same to get the remote interface and then start calling the methods...........
OK Sir
Any More Q's.....Plz Post
Sahil
 
Navtaj Singh
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hanji Bauji,Badi Meharbaniji
I have another Query.
Bean is Statefull session bean.
I am calling all the rows of a table.
Once the JSP page is loaded,
if the "refesh" is called then the new page
does not display all the records which it has
displayed earlier. ???
Navi
 
Ranch Hand
Posts: 583
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey! u cud use the Deployment tool in weblogic to deploy u r applications. usu. for rapid dev
Regds
Gautham Kasinath
 
I RELEASE YOU! (for now .... ) Feel free to peruse this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic