shanthisri mocherla

Ranch Hand
+ Follow
since Sep 05, 2005
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 shanthisri mocherla

Hi Mikalai,
Can you please send me the webservices quiz to shanthi5080@yahoo.com or to my private messages in javaranch.
Thanks for your time and help.

Shanthisri
Hi Mikalai,
Can you please send me the webservices quiz to shanthi5080@yahoo.com or to my private messages in javaranch.
Thanks for your time and help.

Shanthisri
Hi freinds,
How are you all?I'm back to Java Ranch after a long gap.I could see all my old friends names here.I felt at home after seeing all their names.I was in contact with them when preparing for my SCJP,SCWCD,SCBCD last year.

Please do guide me and help with the questions I'll be having in future.

Congrats to all of you who have passed the certification.
and Goodluck to all of you who are preparing for the cetification

Thanks,
Shanthisri
Hi folks,
Is a servlet single threaded or multithreaded.one thread runs at a time in service() method.Right???
can anyone please clarify this.

thanks

sri
Hi Frederic
Congrats For getting such A wonderful Score .

shanthisri
17 years ago
Can anyone please let me know where I can find tutorial on webservices(on-line).
please .
thanks in advance
shanthisri
Thank you very much .
can anybody please suggest me what to do next.??IS going to " webservices " a good idea?

thanks shnathisri
17 years ago
Hi Sandhya,
I got a similar question in the real exam yesterday.But I think I've selected a wrong answer for that.I got very very leass in MDB section of the exam.Hope all the future test takers please concentrate on MDBs.please read specs for this.

Sandhya is posting a lot of good stuff here.
Thanks for helping other ranchers.


shanthisri
Hi Rahul,Congrats !!

I too passed the exam today with 80% score.I'm very happy.
thanks for all your replies for my queries.
all the best
shanthisri
17 years ago
Hi friends,
I'm happy to inform that I cleared SCBCD with 80% today morning.
I just read for one month(Just read the HFEJB) .no other book.
Actually I started my preparation in Feb,but could not study for one month in between as we have moved to a new place.
HFEJB was very helpful.
just did the mock exams available on-line.
Thanks to all my friends here .

shanthisri
17 years ago
Hi folks,
can u please let me know which options are correct?
1 Which two are guaranteed capabilities of EJB 2.0?
a). Local home interfaces for messages driven beans.
b). Dirty detection mechanisms to reduce memory footprints.
c). Run-as security identity functionality.
d). The JDBC 2.0 extension.
e). Read only CMP entity beans.

i think c and d are correct.
What d u think?
witing for reply.
-shanthisri



--------------------------------------------------------------------------------
Thanks Rahul and Frederic,

But I've one more question regarding the "Bean provider's responsiblities" 1 and 2 in the page 542.
Is the given code a "bean's code " or "the client's code"?
If it is a bean's code ,how can we catch a RemoteException in the code??
Thanks in advance
shnthisri
Hi,

I have a question regarding 'throw EJBException' from a business method.
In P.543 of HF EJB, Bean Provider's responsibilities (3), it says: " If your business logic catches an exception the client is not expecting, wrap it and rethrow it as an EJBException".

what about Remote clients???
Do we have to throw RemoteException???
thanks in advance
shanthisri
Hi friends,
I think
change an existing customer's phone number operation is suited both for home and component interface as we can use find method of home to get an existing customer and then update it.
Is it correct?

Delete all customers in Plesantville operation is suited for home interface only.I guess as component interface methods are only used for single entity operations not batch operations .Is it correct?

One more question is
Can we delete multiple entities by using remove(Handle h) or remove(Object key) methods of home interface??
I guess we CANT.
Thanks in advance
shanthisri
Hi friends,
I'm trying to understand <security-identity> tag.
Let's say that a client calls Bean A,and Bean A in turn calls Bean B ,you want the Bean B to think that someone else is calling.
Then we use <run-as > tag right???

So, when do we use <use-caller-identity>???
I think we use this tag , if you want the Bean B to know that Bean A is indeed calling ,not (eventhough Bean A was called by the client initially)someone else.


What my question is in <use-caller-identity/> tag Is the caller here the client or the Bean A.Which caller's identity is used??

I've gone through all the old threads but did not find a good explanation .

thanks for any inputs in advance
shanthisri