Re: Editable CellTable with password column

2012-08-20 Thread Kanagaraj M
. 2012/8/17 Kanagaraj M kanaga...@gmail.com javascript: I have CellTable with password as one column. I want the password column to be editable. I have used EditTextCell to make the password as editable, but the problem is, the password is shown as plain text. As like we have PasswordTextBox

Editable CellTable with password column

2012-08-17 Thread Kanagaraj M
I have CellTable with password as one column. I want the password column to be editable. I have used EditTextCell to make the password as editable, but the problem is, the password is shown as plain text. As like we have PasswordTextBox, do we have any alternative for EditTextCell? or i need

Re: Getting started

2012-07-09 Thread Kanagaraj M
, Vikash On May 31, 8:24 am, Kanagaraj M kanagaraj@gmail.com wrote: Eclipse GWT plugin comes with a nice and simple sample project. You are free to run without any changes. On Wednesday, 30 May 2012 18:10:48 UTC+5:30, KAVI ARASAN wrote: i am new to GWT, please help me

Re: SimpleRPC example is not working fine

2012-07-09 Thread Kanagaraj M
Could not open the file in Ubuntu. Can you upload it in another format zip,tar, etc? On Friday, 6 July 2012 19:00:58 UTC+5:30, vikash@Atos wrote: Hi, I tried to run SimpleRPC example, but it is not working fine and always show the message in the onFailure method? Due to size of the file,

Re: Facing issue while designing UI in GWT

2012-07-06 Thread Kanagaraj M
On Friday, 6 July 2012 12:44:14 UTC+5:30, vikash@Atos wrote: Hi Thanks for Reply. Is there any development guide which specifies way of development of a GWT application? Yes. There are lot of sample applications available. The one which comes with the eclipse plugin is a good one to

Re: Facing issue while designing UI in GWT

2012-07-06 Thread Kanagaraj M
? Is there any example, where I can see how to connect a GWT app to MySQL? Thanks On Friday, July 6, 2012 10:10:08 AM UTC+2, Kanagaraj M wrote: On Friday, 6 July 2012 12:44:14 UTC+5:30, vikash@Atos wrote: Hi Thanks for Reply. Is there any development guide which specifies way of development

Re: Getting started

2012-05-30 Thread Kanagaraj M
Eclipse GWT plugin comes with a nice and simple sample project. You are free to run without any changes. On Wednesday, 30 May 2012 18:10:48 UTC+5:30, KAVI ARASAN wrote: i am new to GWT, please help me in creating and running GWT application in eclipse. i need an tutorial which give the

Re: Basic Mail Using GWT UI

2012-05-30 Thread Kanagaraj M
It is looking like nothing to do with GWT. The problem could be more related to GAE or Mail. On Thursday, 31 May 2012 08:36:06 UTC+5:30, buzz_buzz wrote: this is my code at server side for sending email (my server is google app engine).. public static void Email(String test) {

Re: Google IO 2012 : no GWT session ?

2012-05-23 Thread Kanagaraj M
The History and Future of Google Web Toolkitbyt Ray Cromwell https://developers.google.com/events/io/sessions/gooio2012/218/ On Thursday, 17 May 2012 11:30:00 UTC+5:30, Celinio Fernandes wrote: Hello, I just noticed that the schedule for Google IO 2012 is now available :

Re: Google IO 2012 : no GWT session ?

2012-05-23 Thread Kanagaraj M
The History and Future of Google Web ToolkitRay Cromwell https://developers.google.com/events/io/sessions/gooio2012/218/ On Thursday, 17 May 2012 11:30:00 UTC+5:30, Celinio Fernandes wrote: Hello, I just noticed that the schedule for Google IO 2012 is now available :

Re: First Time GWT user

2012-05-13 Thread Kanagaraj M
The code which you have written in Java will not be reflected in ModuleName.html file directly. Instead you will have .js file which contains the JS/HTML code corresponding to your java code. Meanwhile are you getting any error in Dev Mode? On Sunday, 13 May 2012 21:35:25 UTC+5:30, jb wrote:

Re: Register your company if you are using GWT

2012-03-16 Thread Kanagaraj M
:28 AM, Qrunk kapil2ka...@gmail.com wrote: Hi Kanagraj, Thanks for sharing such important information on GWT group ... Cheers :-) On Thursday, 15 March 2012 20:21:24 UTC+5:30, Kanagaraj M wrote: Hi Joseph, I am not the one who developed that application. I have got it in a post

Register your company if you are using GWT

2012-03-15 Thread Kanagaraj M
If you are using GWT for your projects/products, please register it in the following link. so that we can see how many are using GWT. http://gwtreferencelist.appspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: Register your company if you are using GWT

2012-03-15 Thread Kanagaraj M
Hi Joseph, I am not the one who developed that application. I have got it in a post. http://pgt.de/2012/03/15/companies-using-google-web-toolkit/ Anyway i have requested owner of the site to look into this thread as well. FYI, contact info for him p...@pgt.de. On Thursday, 15 March 2012

Re: How to identify if any values in screen is changed by user

2012-02-17 Thread Kanagaraj M
This can done through Editor Framework. Refer http://code.google.com/p/google-web-toolkit/wiki/Editors#Driver_types -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Multiple RequestFactory servlets for a single GWT application

2012-02-16 Thread Kanagaraj M
I dont think, this is something to do with RequestFactoryServlet. This has to be done in your web server not in any servlet. For example, You can have a login page accessed through https, after the successful authentication you can redirect to another page(accessed through http, this is your

Re: Custom UIBinder container - HOWTO??

2012-01-11 Thread Kanagaraj M
Its simple. Make your SuperSnazzyContainer implements HasWidgets. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Z7Yde581TdwJ. To post to this

MVP understanding with Editor Framework

2012-01-11 Thread Kanagaraj M
Wikipedia definition for MVP reads *Model–view–presenter (MVP) is a derivative of the model–view–controllerhttp://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller (MVC) software pattern http://en.wikipedia.org/wiki/Software_pattern, also used mostly for building user

Re: gwt virtual keyboard

2011-12-28 Thread Kanagaraj M
for other keys NativeEvent event = Document.get().createKeyDownEvent(...); DomEvent.fireNativeEvent(event, this); -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: gwt virtual keyboard

2011-12-28 Thread Kanagaraj M
do this onclick of the respective buttons in the virtual keyboard -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/T7CepAv1L7IJ. To post to this

Re: gwt virtual keyboard

2011-12-27 Thread Kanagaraj M
There are 2 ways to do it. 1. Include the needed elements (keyboard, username, password, submit button) in a GWT Panel And add that panel to RootPanel Handle the button event 2. Put place holders in the login page As the sample project in eclipse does Handle the submit action in login

Re: gwt virtual keyboard

2011-12-27 Thread Kanagaraj M
write a click event listener. Attach the listener to all the buttons. receive the event, find which button is clicked and add the respective character to text box -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on

Re: gwt virtual keyboard

2011-12-27 Thread Kanagaraj M
You are overriding the values in the text box, you have to append with already existing value -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: gwt virtual keyboard

2011-12-27 Thread Kanagaraj M
textBox.setText( textBox.getText()+sender.getTitle()); I dont understand why you are adding 1. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: gwt virtual keyboard

2011-12-27 Thread Kanagaraj M
yes. but you could have added different images. right? while adding the image, set the respective title as imageA.setTitle(A); imageB.setTitle(B) respectively and use textBox.setText( textBox.getText()+sender.getTitle()); -- You received this message because you are subscribed to the Google

Re: GWT loding project take time

2011-12-25 Thread Kanagaraj M
I am running into the same problems. We already have code splits. And for the .gz compression, how can i enable in jetty server? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Help! com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details

2011-12-19 Thread Kanagaraj M
The possible reason would be GWT is not able to serialize your objects. Can you tell when you are getting this exception exactly? While making a call or on return of the call. Check whether your objects are serializable or not. -- You received this message because you are subscribed to the

gwt.rpc file fomat

2011-12-15 Thread Kanagaraj M
i have xxx.gwt.rpc file generated in my application. The following are the contents java.lang.Boolean, true, true, false, false, java.lang.Boolean/476441737, 476441737 java.lang.Exception, true, false, true, false, java.lang.Exception/1920171873, 1920171873 java.lang.Integer, true, true, true,

Re: how to use classes from another module

2011-12-15 Thread Kanagaraj M
You have to use fully qualified names like *library.Reader* -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/bmZLXPmxGRsJ. To post to this group,

Re: GWT as reporting application

2011-12-15 Thread Kanagaraj M
you can use highcharts, it is nice. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/4El-c91vNnIJ. To post to this group, send email to

How GWT.create() works with service?

2011-12-14 Thread Kanagaraj M
I wanted to know how GWT.create behaves in Dev mode and Production mode. I was trying to debug the code. The comment in the code says /* * In Production Mode, the compiler directly replaces calls to this method * with a new Object() type expression of the correct rebound type. */

Re: How GWT.create() works with service?

2011-12-14 Thread Kanagaraj M
Is there a way i can see the content of Xxx_Proxy? And what would be the equivalent JavaScript code for it? will that vary depends on my user agent? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Rpc Problem

2011-12-13 Thread Kanagaraj M
The problem could be in the servlet mapping part of your web.xml. Check it out. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/coQpDmqZChgJ. To

Re: source path problem in GWT RPC

2011-12-13 Thread Kanagaraj M
The problem is in your Rpctext.gwt.xml source path='rpctest.client.Rpctest'/ source path='server'/ source path='hibDomain.User'/ You are supposed to put only source path='client'/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: GWT Dev Mode - Ideal memory settings

2011-12-12 Thread Kanagaraj M
Thanks for your response. I removed some unwanted maven dependencies, as my application is a set of maven modules. I removed the unused ones. Now i saved nearly 30 seconds of startup time. But i have another problem, i have dependency with a framework module (which i dont have access). Which

GWT Dev Mode - Ideal memory settings

2011-12-11 Thread Kanagaraj M
I am running a big GWT (Maven + Hibernate) application in dev mode (eclipse). My memory settings are *-Xmx1024M -XX:MaxPermSize=384m* But, the application is taking too much time to start. and i have to wait for long time to see the page. Any solutions for this? Thanks in advance. -- You

Re: eclipse - imported maven gwt project

2011-12-11 Thread Kanagaraj M
Which version of Eclipse are you using? There are some changes in Eclipse 3.7 from earlier versions. Check out this link. http://wiki.magnolia-cms.com/display/DEV/Eclipse -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: RPC Problems

2011-12-08 Thread Kanagaraj M
Its very difficult to answer without specific details. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/sO2GuDYVkaYJ. To post to this group, send

Re: GWT:How to generate pdf save/open window?

2011-12-07 Thread Kanagaraj M
generate PDF in server side and save it. Write an RPC to get the file location. In the client use HyperLink to download the file. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Deploy GWT app in Tomcat as ROOT

2011-12-07 Thread Kanagaraj M
The problem is in your @RemoteServiceRelativePath(greet) The above always append(as prefix) your app name with 'greet', so it would expect a servlet mapping /mygwtapp/greet Try using ServiceDefTarget -- You received this message because you are subscribed to the Google Groups Google Web

Re: Deploy GWT app in Tomcat as ROOT

2011-12-07 Thread Kanagaraj M
GreetingServiceAsync serviceAsync= (GreetingServiceAsync)GWT.create(GreetingService.class); ServiceDefTarget endpoint = (ServiceDefTarget) serviceAsync; String moduleRelativeURL = http://localhost:8080/ http://localhost:8080/mygwtapp/greet+ greet;

Re: Deploy GWT app in Tomcat as ROOT

2011-12-07 Thread Kanagaraj M
That is what ServiceDefTarget is doing. You need to have servlet mapping as following servlet-mapping servlet-namegreetServlet/servlet-name url-pattern/greet/url-pattern /servlet-mapping -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Deploy GWT app in Tomcat as ROOT

2011-12-07 Thread Kanagaraj M
http://stackoverflow.com/questions/5553684/is-it-possible-to-programmatically-change-gwt-rpc-servlet-path -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT Developers

2011-11-22 Thread Kanagaraj M
i am ready to part of it. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/3dCFkgMXhy0J. To post to this group, send email to