CALLING WEBSERVICE FROM SMART GWT

2012-08-02 Thread Nitheesh Chandran
Hi , I want to call a web service from my smart gwt client. I am very new to webservices and soap. I want to test it locally first,if i have a sample web service in my tomcat server,how can i call that service from smart gwt client? I have a small idea ,the first step is to send a soap

SEAT MAP

2012-08-01 Thread Nitheesh Chandran
Hi , I want to include a *AIRLINE SEAT MAP* in my SMART GWT application. Did anyone do this ? if yes can you help me out ? I googled a lot but i did not find any links Thanks Nitheesh -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: GWT AND SOAP

2012-07-26 Thread Nitheesh Chandran
on the server that sorta proxies the calls to the soap webservice. --Rob On Tuesday, July 24, 2012 10:54:52 PM UTC-7, Nitheesh Chandran wrote: HI, Can we use GWT and SOAP ? i read from some documents that GWT does not have a built in support for SOAP and another document says it can be used

Re: GWT AND SOAP

2012-07-26 Thread Nitheesh Chandran
are new to web services and SOAP. Then I would recommend Eben Hewitt's book Java SOA Cookbook and soapUI: - http://www.soapui.org/ Cheers Rob Kiahu.com On Thursday, July 26, 2012 9:03:37 PM UTC+10, Nitheesh Chandran wrote: Okay thanks for the information. Do you have experience

GWT AND SOAP

2012-07-24 Thread Nitheesh Chandran
Hi , Can we use SOAP with GWT ? i found from some documents that GWT does not have a built in support for SOAP. I read that can be used in server side of GWT. It is confusing. Can anyone clarify this -- You received this message because you are subscribed to the Google Groups Google Web

GWT AND SOAP

2012-07-24 Thread Nitheesh Chandran
HI, Can we use GWT and SOAP ? i read from some documents that GWT does not have a built in support for SOAP and another document says it can be used in server side of GWT. it is a little bit confusing. Can anyone give me a clarification on this. Also i read SMART GWT has built in support

GWT SERIALIZATION PROBLEM

2012-04-27 Thread Nitheesh Chandran
Hello Guys , I have a problem ,I want to save an object to the database. I passed the object to the server using a function. Like this http://www.easywayserver.com/blog/how-to-serializable-object-in-java-2/. But my RPC is getting failed every time. What will be the problem ? i used

GWT portlet issue

2012-03-17 Thread Nitheesh Chandran
Hello , I used gwt-portlets.jar file to create portlet in GWT. But i got compile time error like compiling module test.Testing2 [ERROR] Errors in 'jar:file:/home/user/Desktop/GWT%20PORTLET%20/gwt- portlets-0.0/gwt-portlets.jar!/org/gwtportlets/portlet/client/layout/ LayoutUtil.java'

Re: GWT PORTLET

2012-03-16 Thread Nitheesh Chandran
/Main/How+to+bu... Give us the feedback if there is something you dont understand. =www.html5bydemo.com Le jeudi 15 mars 2012 11:33:29 UTC+1, Nitheesh Chandran a écrit : As you people suggested i have created liferay portlet and its working. My actual requirement

Re: GWT PORTLET

2012-03-15 Thread Nitheesh Chandran
As you people suggested i have created liferay portlet and its working. My actual requirement is to display the portlet in my GWT application in response to a user event. I mean if i click a button ,the portlet should come. How to get this portlet in my GWT application ?? should i follow the same

GWT PORTLET

2012-03-09 Thread Nitheesh Chandran
Hello , I want to create portlet using GWT. I searched in the Internet and downloaded get-portlet.jar. But the hello world app failed. Is there any other way for creating portlet in GWT. ? Helps will be appreciated. Thanks in advance. -- You received this message because you are subscribed to

Re: GWT PORTLET

2012-03-09 Thread Nitheesh Chandran
Sorry gwt-portlet.jar On Mar 9, 3:20 pm, Nitheesh Chandran nithe...@dotentreprise.com wrote: Hello , I want to create portlet using GWT. I searched in the Internet and downloaded get-portlet.jar. But the hello world app failed. Is there any other way for creating portlet in GWT. ? Helps

Re: GWT PORTLET

2012-03-09 Thread Nitheesh Chandran
Can you tell me more specifically ? I want to create a portlet then integrate that with GWT app. How to create portlet ,then how to integrate it with gwt app ? On Mar 9, 3:26 pm, Nitheesh Chandran nithe...@dotentreprise.com wrote: Sorry gwt-portlet.jar On Mar 9, 3:20 pm, Nitheesh Chandran

flex table help

2012-02-23 Thread Nitheesh Chandran
Hello , I want to get the row and column index when the mouse over event occurs.When the user put mouse over a cell i want the row and cell number so i used the following code..But i am not getting it. Can anyone tell me the reason ? com.google.gwt.user.client.Element td =

Re: flex table help

2012-02-23 Thread Nitheesh Chandran
: DOM.getChildIndex(tr, td);      } } On 23/02/12 09:21, Nitheesh Chandran wrote: Hello , I want to get the row and column index when the mouse over event occurs.When the user put mouse over a cell i want the row and cell number so i used the following code..But i am not getting it. Can

MVP event generation

2012-02-20 Thread Nitheesh Chandran
Hello , I am working on a MVP project. I want to generate an event when the user clicks on the FlexTable cell. So using the MVP pattern i have created a event class and its corresponding handler interface in the event package. And the following way i fired the event. I want anyone of you to tell

Re: MVP event generation

2012-02-20 Thread Nitheesh Chandran
presenter. 3. Set the presenter on your view. 4. Add the view to your widget (DialogBox) in this case. Regards, Alfredo On Tue, Feb 21, 2012 at 12:09 AM, Nitheesh Chandran nithe...@dotentreprise.com wrote: Hello , I am working on a MVP project. I want to generate an event when

GWT DialogBox

2012-02-17 Thread Nitheesh Chandran
Hello , I want to display a dialog-box component when a user clicks on the flux table cell. So i just write the code like this. But it is not working table.addTableListener(new TableListener() { @Override public void

Re: RPC call fails on remote server

2012-02-16 Thread Nitheesh Chandran
Hi , I have faced similar problem before. Nothing to do with GWT in this. Contact the remote server people where you deployed your application. Probably they are using Apache server only. Tell them to integrate Tomcat with Apache. On Feb 15, 2:23 pm, gerry gtzoga...@gmail.com wrote: Hi

Re: GWT Designer Not Visiible in IDE

2012-02-15 Thread Nitheesh Chandran
Hi, You cant open your entry point class using GWT designer . Though you can open other classes which you write using java on the GWT designer. You have to extend the Composite class for getting the designer of a particular class. Just right click on the class which extends composite and go to

Re: Hosting issue

2012-01-29 Thread Nitheesh Chandran
is installed in    your local machine,it is working properly.    3. if you deploy in tomcat which is installed in any of the shared    webhosting server or VPS,the RPC is not working. Right? On Thu, Jan 26, 2012 at 1:23 PM, Nitheesh Chandran nithe...@dotentreprise.com wrote: Hello

Re: Hosting issue

2012-01-28 Thread Nitheesh Chandran
On 1/26/2012 8:58 PM, Nitheesh Chandran wrote: Ok , Its just a web application starter project. I ran the project in the development mode and in the local apache tomcat server . Its working there. The same thing i have deployed to a remote server and i am facing the issue

Hosting issue

2012-01-26 Thread Nitheesh Chandran
Hello , Please reply on the following issue , fed up with this one I just tried to deploy a starter project in the remote server. I am getting the following error in the server log [Tue Jan 24 04:26:47 2012] [error] [client 14.140.69.18] File does not exist:

Re: Hosting issue

2012-01-26 Thread Nitheesh Chandran
a...@mechnicality.com wrote: On 1/26/2012 1:23 AM, Nitheesh Chandran wrote: Hello , Please reply on the following issue , fed up with this one You don't actually give very much information: - version of GWT - server OS - are you running Jetty or Tomcat? - development platform? How are you deploying

GWT HOSTING ISSUE

2012-01-25 Thread Nitheesh Chandran
I tried to host a sample default GWT application which uses RPC . I did not do any changes in the program because GWT default program uses RPC service for getting a reply from the server. This program runs correctly in the local Apache server. When i put the same program in the external server ,it

Re: GWT HOSTING ISSUE

2012-01-25 Thread Nitheesh Chandran
So this has to be configured on the server right ? No need to configure anything on the client side On Jan 25, 4:18 pm, Thomas Broyer t.bro...@gmail.com wrote: These logs are from Apache HTTPD, not Apache Tomcat. So either you're not using the appropriate port (Tomcat generally listens on

Re: GWT HOSTING ISSUE

2012-01-25 Thread Nitheesh Chandran
is it necessary to convert GWT default WAR to .war file for deploying in the tomcat server ?? On Jan 25, 6:49 pm, Thomas Broyer t.bro...@gmail.com wrote: That's right, nothing to do with GWT, only with the deployment of HTTPD / Tomcat, and then your WAR within Tomcat. -- You received this

[gwt-contrib] GWT HOSTING ISSUE

2012-01-24 Thread Nitheesh Chandran
We need a help. Has anyone hosted GWT application to an external web server ? Remote procedure call is not working on the server. The same working fine with local Apache server. Just for checking i put sample GWT default application on the server. Its not working there --