Gihan Pandigamage

Ranch Hand
+ Follow
since Aug 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 Gihan Pandigamage

Thank paul, I also suggested to develop the app only using java threading but they asked me, again to develop it using JMS API. I don't know what is the purpose of using JMS to this kind of app. I'll try to explain them again. Thank you again.
Hello guys,
I need a big help from all of you. I was assigned to develop a project, which copy data from one database table(say mysql database name is A) to another database table(say mysql database name is B) . So they asked me to use java multi threading with jms. I don't have any idea with JMS API. Could you please help me to complete this project asap. I only need some guidance/ tutorials to start the project and how to use JMS with java multi threaded application to copy data from one database table to another database table. Thanks...
Hello Guys,

I would like to know is there any websites which has built using GXT. If there are please let me know. I'm looking for a website to take an idea.

Many Thanks...
11 years ago
GWT
Hello Guys,
Does anybody know how to create a RowExpander grid with another inner grid? I need to create a RowExpander grid which holds some Bank details and when the user click on the expander it should populate(fetch from DB table) another grid under the particular row with Bank Branch details. This is GXT
sample

11 years ago
GWT
I need to create a smartgwt app. It should be capable to run on this hosting facility. hosting plan
11 years ago
GWT
Dear Friends,
I need to create a smartGWT application which uses apache as the server and mysql as the database. If you know any place to learn this please let me know.
many thanks...
11 years ago
GWT
No it's just like a data table. you can see a sample here
example
11 years ago
JSP
Hello friends,
I'm looking for an example code for jsp list view and grid view. I have created list view and grid view within the same jsp page. now I need to show list view when the user selects list view button and grid view when the user selects grid view button. Help me to figure out this.
cheers ....:)
11 years ago
JSP
Hi,

Can some one tell me how to create one ear project with multiple war and jar files. As an example I have a inventory handling enterprise application and i need to develop it by using several war and jar projects such as orders.war,orders.jar, transfers.war,transfers.jar, payments.war,payments.jar ...etc. How can we build links between jsp pages in two different war projects in the same ear project. please help me to build eclipse project for this scenario

Thanks...
I'll check my other JS codes. Thanks
Use equals() method to do String comparison.
for further details read this

http://www.leepoint.net/notes-java/data/strings/12stringcomparison.html
12 years ago
Dear Friends,
In the following code the removeUnsupportedChar() javascript funtion not calling when onKeyUp event fires. Why is that?



Friends,
I have a javascript function called test



so I need to call my another java method called 'validate' inside of that javascript. how can I do this?


Please help...




use this

instead of

12 years ago