• 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

statefull session bean

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, i got a problem about EJB Session Bean. Please help me.
I have a ShoppingCart session bean(normal java bean), and now i want to change this to Statefull Session Bean. But i was using this normal session bean in many JSPs like <jsp:useBean id="cart" scope="session" class="ShoppingCart" >. Can anyone give me a idea to upgrade this bean into EJB? And how to deploy statefull session bean in Weblogic6.1?
thanks in advance.
 
Ranch Hand
Posts: 287
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if you have some basic knowledge of ejbs then i suggest you jump to the edocs of bea. I do not have the exact url, but you will definitely find a link on http://www.bea.com That will help you alot.
Thanks & Bye,
Tualha Khan
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic