help with Timer !

2009-11-30 Thread rizla
Hi all, I need to run an RPC, but that will not work  how can I do
to solve the problem?!
I write the code below:


Main Class:
   Timer t = new Timer() {
  public void run() {
UtenteUtil.creaSegmenti(si,this);
t.schedule(1);


The problem is that I do not know how to write callback class ...
thanks for the help: D

--

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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




gwt maps problem

2009-09-28 Thread rizla

ciao a tutti!
avrei la necessità di sapere i vari segmenti di cui è composto il mio
itinerario su gwt maps.
esempio, in un itinerario da Milano a Roma, è possibile sapere i
tragitti intermedi ?!
grazie a tutti


Hello everyone!
I need to know the various segments which make up my itinerary on gwt
maps.
example, in a route from Milan to Rome, you know the distances
between?!
Thanks to all
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



ajax search

2009-06-18 Thread rizla

Salve a tutti...è possibile tramite le libreria Ajax per GWT
sviluppare un form nel quale si inserisce una localita', e se tale
località non esiste la libreria possa suggerire qualcosa come fa
google con l'opzione "forse cercavi?" ciao ,grazie a tutti :)


Hello everyone ... it is possible through the Ajax library for GWT to
develop a form where you enter a location ', and if that location does
not exist, the library can suggest something like google with "maybe
you mean?" hello, thank you all:)
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: tomcat deploy failed

2008-12-19 Thread rizla

don't works :(

in the package server we have two servlets...LoginServiceImpl adn
ItinerarioSeviceImpl...
this is my gwt.xml file

..




and the web.xml file is :




http://java.sun.com/xml/ns/javaee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";>

 
 
   LoginService
   com.gwt.syncar.server.LoginServiceImpl
 


   ItinerarioService
   com.gwt.syncar.server.ItinerarioServiceImpl
 


 
   LoginService
   /LoginService
 


   ItinerarioService 
   /ItinerarioService 
 



thx for the response :)
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



tomcat deploy failed

2008-12-18 Thread rizla

Hi to everyone :D
I want to deploy my gwt project in Tomcat...I've read the tutorial at:

http://code.google.com/intl/it-IT/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideRPCDeployment

but Tomcat don't requests the servlets :(

my project has this structure:

com.gwt.syncar.client
com.gwt.syncar.server

and the file web.xml that I've created is :



http://java.sun.com/xml/ns/javaee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";>

 
 
   LoginService
   com.gwt.syncar.Syncar.server.LoginServiceImpl
 

  
ItinerarioService
   com.gwt.syncar.Syncar.server.ItinerarioServiceImpl
 

 
 
   LoginService
   /com.gwt.syncar.Syncar/LoginService
 

  
   ItinerarioService
   /com.gwt.syncar.Syncar/ItinerarioService
 




I think that my problem is in this file...
any help is apprecious
many thanks to all the group
byez :)
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



localities from a point in a map

2008-12-16 Thread rizla

Hi to all...there is a way to find localities from a distance of (for
example) 10 km from a point (a city or a town) in the map ?!?!
I can use also GWT library  maps then the JS library.
Thanks for the response :D
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



extGWT and maps

2008-12-08 Thread rizla

Hi to all
I've a little problem with a dialog of the extGWT package.
I have used a table ,when I click on a row on this table I see a
dialog with inside a google maps ...the probles is that the maps is
not always fully loaded when a click on the table...where is the
problem?
I think that the problem in the response of the maps server...How i
can resolve this problem ?
Many thanks


P.S. I've used the google maps library for GWT

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: dao and GWT

2008-12-07 Thread rizla

up :(

On 3 Dic, 13:46, rizla <[EMAIL PROTECTED]> wrote:
> many thanks for the response to my question,
> in my gwt project I've used the gxt library.
> I've implementd the server call in this way:
> for example in a class of the view I've have the Utility.getFromServer
> () Metod that call the static getFromServer metod in the class
> Utility..the Utility class is linked whit the Async Class and then
> we've the servlet class with the query inside :)
> (I've the model package whit the bean in my project)
> this is the patterr that I've adopted...I think that is  such to
> pattern adpoted in gtx example...do you think?!
>
> Thanks to all :)
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: dao and GWT

2008-12-03 Thread rizla

many thanks for the response to my question,
in my gwt project I've used the gxt library.
I've implementd the server call in this way:
for example in a class of the view I've have the Utility.getFromServer
() Metod that call the static getFromServer metod in the class
Utility..the Utility class is linked whit the Async Class and then
we've the servlet class with the query inside :)
(I've the model package whit the bean in my project)
this is the patterr that I've adopted...I think that is  such to
pattern adpoted in gtx example...do you think?!

Thanks to all :)


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



dao and GWT

2008-12-02 Thread rizla

Hi to everyone
..how I can see a code example of an implementation of GWT with DAO
pattern?
many thanks to all :D
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: api for google MAPS

2008-11-26 Thread rizla

the answer is (probably)  only in Javascript ?^!?!
:(

On 26 Nov, 15:53, Eric Ayers <[EMAIL PROTECTED]> wrote:
> Hi rizla:
>
> If there is such a method in the JavaScript API:
>
>  http://code.google.com/apis/maps
>
> then please file an issue to have this feature wrapped.
>
> -Eric.
>
> On Tue, Nov 25, 2008 at 7:14 PM, rizla <[EMAIL PROTECTED]> wrote:
>
> > hi to all!
> > there is a method in the GWTmapsAPI that finds the localities near a
> > city or town ?
> > for example:
> > List methodThatIDream(referenceLocality)?!
> > thanks to everyone :D
>
> --
> Eric Z. Ayers - GWT Team - Atlanta, GA USAhttp://code.google.com/webtoolkit/
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



api for google MAPS

2008-11-25 Thread rizla

hi to all!
there is a method in the GWT maps API that finds the localities near a
city or town ?
for example:
List methodThatIDream(referenceLocality)?!
thanks to everyone :D
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: extgwt and google maps

2008-10-29 Thread rizla

up :(


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



extgwt and google maps

2008-10-21 Thread rizla

Hi group :D


there are any library that help me to build google maps using
extGWT ?!

Can I obtain the widgets that I can see at this URL with extGWT?!

http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/

thanks at all
regards,

FM

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---