Tuesday, June 24, 2008

About Threadpool Class and it's use in JAVA

Dear all,
I have searched on the Connection Pooling and Thread Pooling on web but it does not give me
Proper solution about Thread Pooling. Thread pooling is very useful in assigning the dynamic Thread for same instance of class. But I didn't got the source code of Thread Pooling in java.
So I decided to implement Thread Pool Class in java. I thing u don't do this code again and again.
If any one wants code for Thread pooling or .jar of thread pool then please mail me. I would
like to help for Threadpool in JAVA.
Thanks,
Satish Shelake

Monday, December 10, 2007

How to Use AJAX with Servlet in .JSPX Page

If u want to use Table select one choice request to Servlet, This code/ Methods are very Usefull..

Select the selectonechoice component in table of page(.jspx). In java script call function which has parameter value of EL expression like #{row.empId} , In java Script U have pass HttpXmlRequest to servlet and U should write code or Bussiness logic in servlet

Javascript Code For sending Request to Servlete with PAramaeter :




And Also U have to Add DIV Tag in JSPX which is called Servlet above......
\\Please otn.oracle for Ajax Request....


Regards,
Satish

Tuesday, October 23, 2007

JBO-35007: Row currency has changed

How To fix following errors :
JBO-35007: Row currency has changed.....

If you press the back button of browser then above error has got to user...
This is state validation message not error ......
For avoid this error following step follow:

1.Go to page definition of jsp or jspx by right click on page.
2.Select Iterator of page by using structure window or definition page
3.Go to the Inspector window and change the StateValidation property as false.


This is very usefull.....