Problem with 1.6.4 on HostedMode

2009-05-13 Thread vetal
Hi, all! I have a problem with running my Gadget on GWTshell. Steps: 1. I create new application mvn archetype:create -DarchetypeGroupId=com.totsp.gwt - DarchetypeArtifactId=maven-googlewebtoolkit2-archetype - DarchetypeVersion=1.0.4 -DgroupId=org.mycompany.gadgets - DartifactId=SimpleGadget 2.

Re: Problem with 1.6.4 on HostedMode

2009-05-14 Thread vetal
ideas, please! Thanks, Vitaly On May 13, 11:19 pm, vetal vitaly.parfo...@gmail.com wrote: Hi, all! I have a problem with running my Gadget on GWTshell. Steps: 1. I create new application  mvn archetype:create -DarchetypeGroupId=com.totsp.gwt - DarchetypeArtifactId=maven-googlewebtoolkit2

Re: Compiling permutations Analyzing permutation #1 error when I used smartgwt components inside a gwt project.

2009-05-16 Thread vetal
Hello! What version of smartgwt you use? I use smartgwt-1.0b2 and don't get error like you On 16 май, 23:08, ayo...@gmail.com ayo...@gmail.com wrote: Hi, I trying to used smartgwt components inside an existing gwt project, but when I call a class that uses smartgwt components I get the

Re: how to install gwt in ubuntu

2009-05-21 Thread vetal
Hi, unpack http://google-web-toolkit.googlecode.com/files/gwt-linux-1.6.4.tar.bz2 and set GWT_HOME ( export GWT_HOME=/home/youname/gwt/gwt- linux-1.6.4) On May 21, 9:19 am, javatiger vijayabaskar1...@gmail.com wrote: i am newbee in ubuntu.. i already installed and worked gwt in windows now am

GWT+Gadget+OpenSocial anybody has experience

2009-06-10 Thread vetal
Hi, all! I develop gadget with GWT and google-gadget-api it's realy nice technology, but now i want use OpenSocial lib for my gadget. Anybody try do it, if yes plase help me for start or maybe you have short example it will be great. I will be glad of any help. Thanks and best regards, Vitaly.

external jar in GWT 1.6.x on HostedMode (jetty) not work

2009-07-21 Thread vetal
exception on console. Any idea!! Thanks, vetal --~--~-~--~~~---~--~~ 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 To unsubscribe from

where jetty home on HostedMode?

2009-07-22 Thread vetal
Hello! Can any one told where locate Jetty home directory during running in HostedMode? Thanks, vetal --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

external source inherits

2009-08-10 Thread vetal
this in client side. So my question is how i can use beans from server side if its not GWT project and service don't have module file, what i must deascribe in client module file for getting access to the server beans. Thanks, Vetal --~--~-~--~~~---~--~~ You received

Problem with deploy gadget on iGoogle

2010-01-19 Thread vetal
Hi all! I develop gadget on GWT and try deploy it on iGoogle. My gadget call some REST service and during this calling i get Access to restricted URI denied can some body help me to solve this problem. Thanks. -- You received this message because you are subscribed to the Google Groups Google

Embed GWT app

2010-02-24 Thread vetal
Hi, all! I develop some application on GWT, and want extend it functionality by writing other GWT application (somethig like plugin). I try embed plugin in parent application like that public native void registerPlugin(String url) /*-{ var elem = $doc.getElementById('plugin'); var e