Sarah McGill

Greenhorn
+ Follow
since May 17, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sarah McGill

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