• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

Newbie questions...need help!

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My next project involves EJB and I am trying to quickly ramp up. I am going thru some books but I need how to do this very basic thing......
a) Assume that we are trying to transfer funds at an ATM machine from the checking account to savings account. So in this case, let's say, Transaction Manager is a Session object and Account is a Entity bean. Could somebody please show me how the transaction and exception handling code for this operation looks like. I am basically interested in the method which handles the transaction.
b) In the above scenario, what are the high level steps needed to implement the JSP to create an HTML interface.
c) Does EJB have any security mechanism which authenticates the requestor?
Thanks in advance!
Sarah
 
reply
    Bookmark Topic Watch Topic
  • New Topic