Prash Singh wrote:Dear all,
Please tell me, in which situations to make a servlet and in which a JSP.
Thanks in Advance.
Henry Wong wrote:
The Reentrant Lock class "implements it". And it does so without using Java synchronization.
Obviously, it does it via using JNI (or indirectly, using the atomic classes).
Henry
Durga Krishna wrote:I din't get proper answer from the given articles. Thanks every body.
The payment gateway is another application, not available in my server.
If I use send redirect, it will be new request object.
Then what about the values (selected items id in the page) in the request object in the current request?
And how can I show success message in the current page?
Bear Bibeault wrote:Perhaps this article might help.