ash chowdary

Greenhorn
+ Follow
since Apr 23, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by ash chowdary

so you want me to use jamon jdbc proxy connection in my application? meaning


get this connection and use it in my application??
12 years ago
hi.. am trying to use JAMon to monitor my sql's.....do i need to override doFilter() method on JAMonFilter in order to monitor my sql's?...i've done like this. is it correct implementation?
12 years ago
thanks...resolved.

previously, i didn't add libraries in lib folder. i just added them in class path. when i added them in lib, now am able to see the pdf opened. but what am doing is , am trying to pre fill values in pdf.


but, its not displaying the content which i added for city and state.
yes...when i run it in as stand alone java program its executing. but giving exception when am trying it in web application.
hi all,
am trying to display a pdf by adding few values to PDFForm. but am recieving this error.

java.lang.NoClassDefFoundError: com.itextpdf.text.pdf.PdfReader
at simplePDF.doPost(simplePDF.java)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3129)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:93)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:741)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)


i've added all required jars. can any one help on this???
I want to skip the tabbing navigation for the text box.
How to do that ?
may be my question seems to be a bit different, i want to know whether can we produce a click event using javascript other than mouse?
need to read all nodes and respective values.
14 years ago
dynamic in the sense that, we will be getting an xml file,in which we don't know the nodes of that file except root node.
14 years ago
hi,

i need to read a dynamic xml file from java code.. i have googled it but got only code for static xml parsing...can any one help in this regard...thanking you in advance.
14 years ago
actually am trying to learn documentum. for that i need a basic tutorial..i've googled but couldn't find any.
15 years ago
where can i find java documentum tutorial pdf ?
15 years ago
hi all,

how to split a string based on multiple delimiting characters.

for example i have these delimiters in string array---->String[] sep_list = { " ", "\n","[","]","{","}","(",")"};

how can we split it in one go...
15 years ago



try like this...
15 years ago
what if i close the browser without clicking logout, at that time i won't be able to remove my userid from session map.....then what should i do?
15 years ago