• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

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
 
It's weird that we cook bacon and bake cookies. Eat this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic