Re: Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-09 Thread Vasu
I have created details list advantages that one can get using GWT have look at it http://www.pandurangpatil.com/2012/09/benefits-of-using-gwt.html On Monday, 8 September 2014 13:49:13 UTC+5:30, Ronan Quillevere wrote: My opinion - No javascript developer - Statically typed - Use

Re: Overlay Instruction

2014-07-14 Thread Vasu
Hi, I am also looking for the same. Let me know if you come across any such a library. [image: Pandurang Patil on about.me] Pandurang Patil about.me/pandurangpatil http://about.me/pandurangpatil website: http://www.agnie.net twitter: @agniesoftware On Wednesday, 9 July 2014 22:07:18

Re: JSON to ValueProxy

2014-07-10 Thread Vasu
If you are looking to generate OverlayTypes. I have created one maven plugin which can generate OverlayType but it will generate it from Server side Java Bean class and not from Json. You have to add few annotation and this plugin will do the job. refer following project

Re: Request Factory and Overlay Type generator

2014-03-25 Thread Vasu
representing domain objects (JSON) on server side). And gwt-exporter is altogether different thing, which will export your GWT code to JavaScript. Where as we are here talking other way round using JSON object into GWT code. I hope I am able to clear your doubts. Thanks, -Pandurang (Vasu

GWT wrapper on top of YouTube

2014-03-23 Thread Vasu
I tried multiple GWT libraries for YouTube player but kept on getting multiple issues. So I end up writing one GWT wrapper on top of YouTube Iframe api. Check it here https://github.com/pandurangpatil/gwt-youtube if someone want to use it. -- You received this message because you are

Request Factory and Overlay Type generator

2014-03-19 Thread Vasu
Some time back I had built this maven plugin to generate request factory interfaces by scanning annotations on entity and value beans as well as service classes. This plugin also can be used to generate overlay types by scanning annotations on server side pojo classes. You can refer it here (

GWT application works perfectly fine in hosted/dev mode but its not working in production mode.

2012-12-23 Thread Vasu
My application on which I am working on, is working fine in dev / hosted mode. But when its compiled by GWT compiler and deployed in production, it was just showing blank. It was not showing any javascript errors on browser (firefox error console). I tried and confirmed searched on net but I

Re: error while porting GWT 2.4.0 to GWT 2.5.0-rc1.

2012-07-29 Thread Vasu
I am able to solve the issue. When changed the version of all the libraries, some how I missed to change the version of requestfactory-server library. And it was still referring to 2.4.0 verion of it. When I changed its version to use 2.5.0-rc1 it worked. Thanks, -Vasu. On Sunday, 29 July

error while porting GWT 2.4.0 to GWT 2.5.0-rc1.

2012-07-28 Thread Vasu
this error. It would be great if I get some help. Thanks, -Vasu. -- 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/-/dyRwiIc_-w0J. To post to this group

Re: GWT 2.5-rc1 feature uirender is not working as expected.

2012-07-26 Thread Vasu
:27:29 PM UTC-4, Rodrigo Chandia wrote: Hmm, this seems like a bug to me. Hopefully I'll have a fix ready for rc2. On Mon, Jul 23, 2012 at 11:11 PM, Vasu wrote: Yea you are absolutely right. It worked when I removed type attribute from ui:with tag. I was wondering it has to identify

Re: GWT 2.5-rc1 feature uirender is not working as expected.

2012-07-23 Thread Vasu
. On Thursday, 19 July 2012 13:34:11 UTC+5:30, Thomas Broyer wrote: On Thursday, July 19, 2012 5:36:13 AM UTC+2, Vasu wrote: Yes you were right, it is instantiating new Person object. But if I try to set Type to empty string validation fails and I cannot run the application. I didn't

Re: GWT 2.5-rc1 feature uirender is not working as expected.

2012-07-18 Thread Vasu
that it's output to disk, and then add the someFolder folder to the sources of your Eclipse launcher (or whatever the equivalent in your IDE if not using Eclipse). You'll then be able to step into the generated code. On Wednesday, July 18, 2012 6:44:07 AM UTC+2, Vasu wrote: I tried to create

Re: GWT 2.5-rc1 feature uirender is not working as expected.

2012-07-18 Thread Vasu
Yes you were right, it is instantiating new Person object. But if I try to set Type to empty string validation fails and I cannot run the application. When I looked at generated code it is creating new Person object and using it. I even tried below code just if it works using @uiFactory. But

GWT 2.5-RC1 feature UiRenderer doesnt work as expected.

2012-07-17 Thread Vasu
I tried to create a sample by using UiRenderer. But Showing null values as result. And as the UiRenderer code implementation is generated I am not even able to debug it. Following is the sample I tried. Person.java

GWT 2.5-rc1 feature uirender is not working as expected.

2012-07-17 Thread Vasu
I tried to create a sample by using UiRenderer. But Showing null values as result. And as the UiRenderer code implementation is generated I am not even able to debug it. Following is the sample I tried. Person.java

Re: Video from io 2012 : The History and Future of Google Web Toolkit

2012-07-11 Thread Vasu
thanks On Wednesday, 11 July 2012 04:56:06 UTC+5:30, Jim Douglas wrote: https://developers.google.com/events/io/sessions/gooio2012/218/ https://www.youtube.com/watch?v=VOf27ez_Hvg On Jul 6, 12:57 am, Nicolas Antoniazzi nicolas.antonia...@gmail.com wrote: Does anyone know if there is

Re: GWT FileUpload Help :-(

2012-07-11 Thread Vasu
I haven't gone through your problem, so not able to answer your question. But I would suggest you to use gwtupload library which has both server side and client side implementation. http://code.google.com/p/gwtupload/ Regards, -Pandurang. On Monday, 9 July 2012 18:15:55 UTC+5:30, Alexander

Re: GWT UI Layout

2012-06-14 Thread Vasu
and styling done in pure html manner which is even more readable and maintainable. -Vasu. On Tuesday, 12 June 2012 18:30:21 UTC+5:30, Santosh wrote: Will try to use and see if it can help. Thanks On Jun 12, 5:41 pm, Cristian Rinaldi csrina...@gmail.com wrote: I have built complex structures

Re: gwt-jet

2012-05-17 Thread vasu
This can be really helpful Thanks -- 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/-/HBGyTJBuLWAJ. To post to this group, send email to

Re: help : hibernate+gwt

2012-05-04 Thread vasu
Look at the sample I created for MVP and request factory on google code http://code.google.com/p/mvp-test/ . It doesn't use Hibernet but it shouldn't be much different than what is there in sample. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Application is not working on IE 8 on Windows XP

2010-03-05 Thread vasu
Thanks for the pointer... it worked but after replacing the top ! DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01//EN tag with following line !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/ TR/html4/DTD/strict.dtd for more information look at http://en.wikipedia.org/wiki/Quirks_mode.

How do I retrieve localized messages on server side?

2010-03-05 Thread vasu
How do I retrieve localized messages on server side? I tried the same way as client side but I got following exception Caused by: java.lang.UnsupportedOperationException: ERROR: GWT.create() is only usable in client code! It cannot be called, for example, from server code. If you are running a

Application is not working on IE 8 on Windows XP

2010-03-03 Thread vasu
Hi, I have created a sample application with GWT 2.0 to start with. And deployed it on Google app engine. I am able to see or would say access it through Firefox, Chorme both on windows and linux(Ubuntu). But giving some problem on IE 8.0 on x_86 on Windows XP. Not sure what is the issue,

Re: Can anyone explain RPC

2010-02-23 Thread vasu sree
Hello sridevi, I think you know the diffrence between client and server applications, there are many ways to connect client to server applications, RPC is one of the those.Just go through the link sent by martin, u will get it. Try cheyyi . Regards Srinivas.N On Tue, Feb 23,

Problems compiling internationalisation files with GWT 2.0

2010-02-15 Thread vasu
I have added the support for Hindi language in my application with GWT 2.0. It worked well in hosted mode but when I tried to compile the module, compiler failed with following error. I tried to Search on internet but didn't find any solution. If someone could help to resolve this issue that would

Re: GWT: Protege-OWL

2009-04-18 Thread vasu
/DevGuideCodingBasics.html Once you understand the basics, you should be able to understand why a library must be specially written to conform to GWT restrictions if it is to be used client-side and why you can use ANY java library server- side. Hope it helps, Salvador On Apr 18, 1:47 am, vasu

Re: GWT: Protege-OWL

2009-04-18 Thread vasu
that uses your library. On Sat, Apr 18, 2009 at 5:52 AM, vasu vasu1...@gmail.com wrote: Hey! Ya...i am trying to use the library in client-side code only. The API is a standard protege-owl API (http:// protege.stanford.edu/ plugins/owl/api/guide.html) Please suggest me how to use

GWT: Protege-OWL

2009-04-17 Thread vasu
Hey! I am new to GWT and i am struck now. I am working on GWT as well as Protege-OWL API using Eclipse. (http:// protege.stanford.edu/plugins/owl/api/guide.html) I have added the jar files of the Protege-OWL in the project class path as well as in the java build path (as external jars). I have

server push

2009-01-06 Thread vasu
+GWT+stackrnum=1#3c6aba6a3ae9ec81 awaiting for your reply, vasu. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com

How to address the deprecated method readLine()

2008-09-14 Thread Vasu
input if the above code has been deprecated. Thanks in advance for your help! Vasu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit