Santhosh Reddy

Greenhorn
+ Follow
since Sep 25, 2006
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 Santhosh Reddy

That gives gives the location of the tag library to be used.
13 years ago
please look at this forum you might get a clear picture of what EJB is and Webservice is

http://forums.sun.com/thread.jspa?threadID=5365671
14 years ago
Congratulations! buddy
14 years ago
Aspect4J is the best of the AOP frameworks available, you can find the comparisions here
14 years ago
<html:select property="inspection" style="width:150px" onClick="inspection();" >
14 years ago
Purpose of both abstract class and interface is almost the same, except you can use abstract class when some of the implementation is fixed(few methods are implemented) and rest of the implemtation is left to the user.
14 years ago
Congratulations buddy.
14 years ago
There are many tutorials to give you an explanations for this, this is not a place to learn multithreading infact a place to get resolved your issues while doing multithreading.
Yes, for every custom tag there should be one tld and a class file.
14 years ago
JSP
Can anyone please give me info on sending fax using java api, are there any opensource resources to accomplish the same.
14 years ago
Full stack trace of the error will give a better picture of the error and thereby an easier and fast solution will be yours.
14 years ago
Reload of the applications is more than enought for this. What is the server you are using?
14 years ago
instead of checking the closing of connection,make your that the code which deals with the connection , is kept in try block and in the finally block close the connections,especially check the transction part , whether you have ended the transaction or not.
we dont get any connection directly, we get only the sqlmaps,is it required to make the sqlmap reference to null.