Re: [gwt-contrib] Re: New home for GWT Eclipse Plugin

2023-03-02 Thread Vassilis Virvilis
thanks for that.

On Thu, Mar 2, 2023 at 5:58 PM Colin Alworth  wrote:

> The marketplace entry is updated, and is using the 4.0.0 release at
> plugins.gwtproject.org. There is a subdirectory that lists all deployed
> versions, including a nightly build - each of these directories can be
> added directly to eclipse as an update site:
> https://plugins.gwtproject.org/eclipse/gwt-eclipse-plugin/.
>
> This deployment is managed presently by
> https://github.com/Vertispan/gwtproject.org.
>
> On Friday, February 3, 2023 at 1:39:10 PM UTC-6 Jens wrote:
>
>> Seems fine to use the gwtproject.org domain for it. I slightly tend
>> towards plugins.gwtproject.org/eclipse because it is slightly more
>> descriptive and then we could also provide
>> plugins.gwtproject.org/browser-extensions to publish the last working
>> classic dev mode browser extensions for people having such an old setup.
>> Currently they are all hosted on google.com domain (see:
>> https://www.gwtproject.org/missing-plugin/) and might disappear at any
>> time.
>>
>> As there was some trouble getting access to the marketplace maybe in the
>> long run some mechanisms should be put into place to avoid that situation
>> in the future. For example some online password manager with password
>> sharing between trustworthy community members. I appreciate the commitment
>> of Vertispan but there should be a backup plan in case something unexpected
>> happens.
>>
>> -- J.
>>
>> Colin Alworth schrieb am Samstag, 28. Januar 2023 um 03:45:13 UTC+1:
>>
>>> The GWT Eclipse Plugin has become unmaintained, and over the last
>>> several months several community members have stepped up to update it to
>>> run on recent Eclipse versions, and support the new GWT groupId.
>>>
>>> As part of that process, we've created a new marketplace entry, and
>>> while it is still pointed at the old 3.0 release, we're preparing a new
>>> release, and hope to have it out within a week.
>>>
>>> https://marketplace.eclipse.org/content/gwt-plugin/
>>>
>>> In order to deploy a new version, we need to deploy the unpacked
>>> repository somewhere - which rules out a maven repository. The footprint of
>>> the unpacked workspace is fairly large, around 350mb, which would be too
>>> big for github pages after three releases. We could still deploy releases
>>> zips, but need somewhere else to put the unpacked content.
>>>
>>> There is probably another clever solution, but the straightforward
>>> solution seems to be to add a subdomain on gwtproject.org and unpack
>>> the content there - I propose eclipse.gwtproject.org. As we did for
>>> www.gwtproject.org and samples.gwtproject.org, I've put an example of
>>> this at eclipse.gwtproject.org.vertispan.com, and deployed a single
>>> snapshot of the 4.0 plugin (note that as with many eclipse plugin repos,
>>> this doesn't load correctly in a browser):
>>> https://eclipse.gwtproject.org.vertispan.com/2023-01-18/
>>>
>>> If there are no objections, once we've finished the 4.0 plugin and are
>>> ready for a release, I'll formally set up *eclipse.gwtproject.org
>>> *. For the moment I anticipate only a
>>> plugins/ directory, with each versioned release (and maybe a nightly build
>>> setup too), to allow for additional content later.
>>>
>>> Using the gwtproject.org domain name seems natural as a large number of
>>> GWT developers use Eclipse and this plugin, and the documentation at
>>> gwtproject.org has long since offered Eclipse instructions, with little
>>> space given to IntelliJ or Maven/Gradle. I'd further propose we should
>>> improve that situation, but that's a separate discussion. Vertispan intends
>>> to host this new plugin content, and we are already hosting the
>>> gwtproject.org domain content.
>>>
>>> If there are reservations about gwtproject.org also hosting the eclipse
>>> plugin, we can set up an alternate domain name for this work, though at
>>> least for the time being, Vertspan will be hosting these together.
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "GWT Contributors" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit-contributors/5a849455-6192-48aa-8c4d-cb724ebc120bn%40googlegroups.com
> 
> .
>


-- 
Vassilis Virvilis

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 

[gwt-contrib] Re: New home for GWT Eclipse Plugin

2023-03-02 Thread Colin Alworth
The marketplace entry is updated, and is using the 4.0.0 release at 
plugins.gwtproject.org. There is a subdirectory that lists all deployed 
versions, including a nightly build - each of these directories can be 
added directly to eclipse as an update site: 
https://plugins.gwtproject.org/eclipse/gwt-eclipse-plugin/.

This deployment is managed presently by 
https://github.com/Vertispan/gwtproject.org. 

On Friday, February 3, 2023 at 1:39:10 PM UTC-6 Jens wrote:

> Seems fine to use the gwtproject.org domain for it. I slightly tend 
> towards plugins.gwtproject.org/eclipse because it is slightly more 
> descriptive and then we could also provide 
> plugins.gwtproject.org/browser-extensions to publish the last working 
> classic dev mode browser extensions for people having such an old setup. 
> Currently they are all hosted on google.com domain (see: 
> https://www.gwtproject.org/missing-plugin/) and might disappear at any 
> time.
>
> As there was some trouble getting access to the marketplace maybe in the 
> long run some mechanisms should be put into place to avoid that situation 
> in the future. For example some online password manager with password 
> sharing between trustworthy community members. I appreciate the commitment 
> of Vertispan but there should be a backup plan in case something unexpected 
> happens.
>
> -- J.
>
> Colin Alworth schrieb am Samstag, 28. Januar 2023 um 03:45:13 UTC+1:
>
>> The GWT Eclipse Plugin has become unmaintained, and over the last several 
>> months several community members have stepped up to update it to run on 
>> recent Eclipse versions, and support the new GWT groupId.
>>
>> As part of that process, we've created a new marketplace entry, and while 
>> it is still pointed at the old 3.0 release, we're preparing a new release, 
>> and hope to have it out within a week.
>>
>> https://marketplace.eclipse.org/content/gwt-plugin/
>>
>> In order to deploy a new version, we need to deploy the unpacked 
>> repository somewhere - which rules out a maven repository. The footprint of 
>> the unpacked workspace is fairly large, around 350mb, which would be too 
>> big for github pages after three releases. We could still deploy releases 
>> zips, but need somewhere else to put the unpacked content.
>>
>> There is probably another clever solution, but the straightforward 
>> solution seems to be to add a subdomain on gwtproject.org and unpack the 
>> content there - I propose eclipse.gwtproject.org. As we did for 
>> www.gwtproject.org and samples.gwtproject.org, I've put an example of 
>> this at eclipse.gwtproject.org.vertispan.com, and deployed a single 
>> snapshot of the 4.0 plugin (note that as with many eclipse plugin repos, 
>> this doesn't load correctly in a browser):
>> https://eclipse.gwtproject.org.vertispan.com/2023-01-18/
>>
>> If there are no objections, once we've finished the 4.0 plugin and are 
>> ready for a release, I'll formally set up *eclipse.gwtproject.org 
>> *. For the moment I anticipate only a 
>> plugins/ directory, with each versioned release (and maybe a nightly build 
>> setup too), to allow for additional content later.
>>
>> Using the gwtproject.org domain name seems natural as a large number of 
>> GWT developers use Eclipse and this plugin, and the documentation at 
>> gwtproject.org has long since offered Eclipse instructions, with little 
>> space given to IntelliJ or Maven/Gradle. I'd further propose we should 
>> improve that situation, but that's a separate discussion. Vertispan intends 
>> to host this new plugin content, and we are already hosting the 
>> gwtproject.org domain content.
>>
>> If there are reservations about gwtproject.org also hosting the eclipse 
>> plugin, we can set up an alternate domain name for this work, though at 
>> least for the time being, Vertspan will be hosting these together.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/5a849455-6192-48aa-8c4d-cb724ebc120bn%40googlegroups.com.


[gwt-contrib] Re: New home for GWT Eclipse Plugin

2023-02-03 Thread Jens
Seems fine to use the gwtproject.org domain for it. I slightly tend towards 
plugins.gwtproject.org/eclipse because it is slightly more descriptive and 
then we could also provide plugins.gwtproject.org/browser-extensions to 
publish the last working classic dev mode browser extensions for people 
having such an old setup. Currently they are all hosted on google.com 
domain (see: https://www.gwtproject.org/missing-plugin/) and might 
disappear at any time.

As there was some trouble getting access to the marketplace maybe in the 
long run some mechanisms should be put into place to avoid that situation 
in the future. For example some online password manager with password 
sharing between trustworthy community members. I appreciate the commitment 
of Vertispan but there should be a backup plan in case something unexpected 
happens.

-- J.

Colin Alworth schrieb am Samstag, 28. Januar 2023 um 03:45:13 UTC+1:

> The GWT Eclipse Plugin has become unmaintained, and over the last several 
> months several community members have stepped up to update it to run on 
> recent Eclipse versions, and support the new GWT groupId.
>
> As part of that process, we've created a new marketplace entry, and while 
> it is still pointed at the old 3.0 release, we're preparing a new release, 
> and hope to have it out within a week.
>
> https://marketplace.eclipse.org/content/gwt-plugin/
>
> In order to deploy a new version, we need to deploy the unpacked 
> repository somewhere - which rules out a maven repository. The footprint of 
> the unpacked workspace is fairly large, around 350mb, which would be too 
> big for github pages after three releases. We could still deploy releases 
> zips, but need somewhere else to put the unpacked content.
>
> There is probably another clever solution, but the straightforward 
> solution seems to be to add a subdomain on gwtproject.org and unpack the 
> content there - I propose eclipse.gwtproject.org. As we did for 
> www.gwtproject.org and samples.gwtproject.org, I've put an example of 
> this at eclipse.gwtproject.org.vertispan.com, and deployed a single 
> snapshot of the 4.0 plugin (note that as with many eclipse plugin repos, 
> this doesn't load correctly in a browser):
> https://eclipse.gwtproject.org.vertispan.com/2023-01-18/
>
> If there are no objections, once we've finished the 4.0 plugin and are 
> ready for a release, I'll formally set up *eclipse.gwtproject.org 
> *. For the moment I anticipate only a 
> plugins/ directory, with each versioned release (and maybe a nightly build 
> setup too), to allow for additional content later.
>
> Using the gwtproject.org domain name seems natural as a large number of 
> GWT developers use Eclipse and this plugin, and the documentation at 
> gwtproject.org has long since offered Eclipse instructions, with little 
> space given to IntelliJ or Maven/Gradle. I'd further propose we should 
> improve that situation, but that's a separate discussion. Vertispan intends 
> to host this new plugin content, and we are already hosting the 
> gwtproject.org domain content.
>
> If there are reservations about gwtproject.org also hosting the eclipse 
> plugin, we can set up an alternate domain name for this work, though at 
> least for the time being, Vertspan will be hosting these together.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/47334766-5982-40de-8ee1-dcdd37286667n%40googlegroups.com.


Re: New book, ESSENTIAL GWT

2016-02-03 Thread Jonathan Franchesco Torres Baca
Hola Vincent Fernandez.

Yo no he escrito un libro pero si he desarrollado un MOOC de conceptos de
GWT y como comunidad creo que te pueden servir
para entender los conceptos GWT.

Saludos desde Peru



 *



 *

Jonathan Franchesco Torres Baca

CIO - Kiongo Inc.

Av. Manuel Seoane 761 2do Piso- La Victoria

Teléfono   074 - 613534

Cel.958429349

La información contenida en este e-mail es confidencial, privilegiada y
está dirigida exclusivamente a su destinatario. Su revisión, difusión,
distribución o copiado está prohibido. Si ha recibido este e-mail por error
por favor bórrelo y envíe un mensaje al remitente.

The information contained in this e-mail is privileged and confidential and
is intended only for its addressee. Any review, dissemination, distribution
or copying of this is prohibited. If you have received this mail in error
please delete the original message and e-mail us.

2016-02-02 11:12 GMT-05:00 Vincent Fernandez :

>
>
> Hola Federico,
> Compre tu libro. Me parece que es muy bueno pero estoy teniendo muchas
> dificultades para entenderlo.
> Los ejemplos iniciales son incompletos, porque comenta que los completaras
> en los siguientes capitulos.
> Peor entonces en los siguientes capitulos los ejemplos son demasiado
> complejos.
> Intente importar el software, solo es un proyecto enorme que no funciona.
> Podrias crear o compartir si lo tienes ejemplos mas sencillos pero que
> vayan poco a poco...
> Es una enorme frustracion intentar seguir tu libro.
> Yo soy programador java y tengo muy buenos conocimientos de OOP.
> Queria hacer mi proyecto fin de carrera con GWT pero tengo tantas
> dificultades.
> Y tenia muchas esperanzas de poder aprender con tu libro.
> Gracias por tu ayuda.
> On Thursday, 17 June 2010 15:13:53 UTC+1, FKereki wrote:
>>
>> Hi!
>>
>> This book is geared towards GWT 2, including all its new features. I
>> cover items such as UiBinder, code generators, deferred binding, MVP,
>> etc. Quoting from the preface of the book:
>>
>> "Chapters 1 through 3 deal with the basic setup for working with GWT.
>> After considering the main reasons and objectives for using GWT, we
>> shall study what other tools are required for serious code
>> development, the methodology to use, and the internal aspects of
>> projects.
>>
>> Chapters 4 and 5 are really a backbone for the book, for they deal
>> with the basic design patterns that we shall use for building the User
>> Interface. The code style and idioms that are developed here will be
>> use throughout the rest of the book.
>>
>> Chapters 6 and 7 deal with communications with servers, either through
>> RPC (to connect with servlets) or through direct Ajax (to communicate
>> with remote services).
>>
>> Chapters 8 and 9 study how to add both JavaScript coding and third
>> party APIs to your application. Together with the previous two
>> chapters, everything that’s needed for mashing up services and getting
>> information from different sources will have been covered.
>>
>> Chapters 10 and 11 deal with very common server related problems, such
>> as security aspects, and file upload and download.
>>
>> Chapter 12 has to do with developing GWT applications that will be
>> used worldwide, and covers both internationalization and localization.
>>
>> Finally, chapters 13 through 15 consider general themes such as
>> testing GWT applications, optimizing their performance, and finally
>> deploying them."
>>
>> Hope this helps -- and just ask away if it doesn't!
>>
>> Best regards,
>> F.Kereki
>>
>>
>>
>> On Jun 16, 4:31 pm, Frederic Conrotte 
>> wrote:
>> > Can you summarize what kind of new information this book gives in
>> > comparison with previous books ?
>> >
>> > On 16 juin, 17:32, FKereki  wrote:
>> >
>> > > Hi!
>> >
>> > > I'm quite proud to be able to announce I wrote a book for Addison-
>> > > Wesley, called ESSENTIAL GWT.
>> >
>> > > The book is available online athttp://
>> my.safaribooksonline.com/9780321705631
>> > > and also (for preorders) in Amazon.com athttp://
>> www.amazon.com/Federico-Kereki/e/B003NE73LE
>> > > or Barnes and Noble athttp://
>> search.barnesandnoble.com/Essential-GWT/Federico-Kereki/e/9780...
>> >
>> > > Thanks!
>> >
>> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you 

Re: New book, ESSENTIAL GWT

2016-02-02 Thread Vincent Fernandez


Hola Federico,
Compre tu libro. Me parece que es muy bueno pero estoy teniendo muchas 
dificultades para entenderlo.
Los ejemplos iniciales son incompletos, porque comenta que los completaras 
en los siguientes capitulos.
Peor entonces en los siguientes capitulos los ejemplos son demasiado 
complejos.
Intente importar el software, solo es un proyecto enorme que no funciona. 
Podrias crear o compartir si lo tienes ejemplos mas sencillos pero que 
vayan poco a poco...
Es una enorme frustracion intentar seguir tu libro. 
Yo soy programador java y tengo muy buenos conocimientos de OOP. 
Queria hacer mi proyecto fin de carrera con GWT pero tengo tantas 
dificultades. 
Y tenia muchas esperanzas de poder aprender con tu libro. 
Gracias por tu ayuda.
On Thursday, 17 June 2010 15:13:53 UTC+1, FKereki wrote:
>
> Hi! 
>
> This book is geared towards GWT 2, including all its new features. I 
> cover items such as UiBinder, code generators, deferred binding, MVP, 
> etc. Quoting from the preface of the book: 
>
> "Chapters 1 through 3 deal with the basic setup for working with GWT. 
> After considering the main reasons and objectives for using GWT, we 
> shall study what other tools are required for serious code 
> development, the methodology to use, and the internal aspects of 
> projects. 
>
> Chapters 4 and 5 are really a backbone for the book, for they deal 
> with the basic design patterns that we shall use for building the User 
> Interface. The code style and idioms that are developed here will be 
> use throughout the rest of the book. 
>
> Chapters 6 and 7 deal with communications with servers, either through 
> RPC (to connect with servlets) or through direct Ajax (to communicate 
> with remote services). 
>
> Chapters 8 and 9 study how to add both JavaScript coding and third 
> party APIs to your application. Together with the previous two 
> chapters, everything that’s needed for mashing up services and getting 
> information from different sources will have been covered. 
>
> Chapters 10 and 11 deal with very common server related problems, such 
> as security aspects, and file upload and download. 
>
> Chapter 12 has to do with developing GWT applications that will be 
> used worldwide, and covers both internationalization and localization. 
>
> Finally, chapters 13 through 15 consider general themes such as 
> testing GWT applications, optimizing their performance, and finally 
> deploying them." 
>
> Hope this helps -- and just ask away if it doesn't! 
>
> Best regards, 
> F.Kereki 
>
>
>
> On Jun 16, 4:31 pm, Frederic Conrotte  
> wrote: 
> > Can you summarize what kind of new information this book gives in 
> > comparison with previous books ? 
> > 
> > On 16 juin, 17:32, FKereki  wrote: 
> > 
> > > Hi! 
> > 
> > > I'm quite proud to be able to announce I wrote a book for Addison- 
> > > Wesley, called ESSENTIAL GWT. 
> > 
> > > The book is available online athttp://
> my.safaribooksonline.com/9780321705631 
> > > and also (for preorders) in Amazon.com athttp://
> www.amazon.com/Federico-Kereki/e/B003NE73LE 
> > > or Barnes and Noble athttp://
> search.barnesandnoble.com/Essential-GWT/Federico-Kereki/e/9780... 
> > 
> > > Thanks! 
> > 
> >

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: new in 2.4? GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib directory

2014-08-18 Thread Glyndwr Bartlett
Thanks Dominique :-)

On Tuesday, 20 September 2011 01:57:07 UTC+10, cri wrote:

 I'm seeing this error in eclipse problems: 

  GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib 
 directory 

 Does anyone know whether this is new in GWT 2.4? I don't recall seeing 
 it before. 

 I'm using gwt-maven-plugin and my pom file has gwt-servlet as a 
 dependency. If I put this jar in my WEB-INF/lib directory, I end up 
 with two jars in my war file: gwt-servlet.jar and gwt- 
 servlet.jar-2.x.x. 

 Any advice from anyone? Thanks 

 Chuck

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: new in 2.4? GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib directory

2011-11-21 Thread Dominique L.
Try this:

Select the warning/error, right click and choose Quick fix - Do
not use the WAR directory for YourProject launching and deploying
(this disables management of WEB-INF).. Click Finish.

That will create a file .settings/
com.google.gdt.eclipse.core.prefs :
  #Mon Nov 21 14:32:10 CET 2011
  eclipse.preferences.version=1
  warSrcDirIsOutput=false

Dominique.

-- 
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: new in 2.4? GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib directory

2011-10-06 Thread brent.r...@gmail.com
I've noticed this issue as well.  I don't understand why eclipse GWT
SDK just doesn't include the gwt-servlet.jar file there instead of
needing to copy it over to WEB-INF/lib.  The only way I get around
this now is to make sure that my war/WEB-INF/lib directory doesn't
have any jar files in it when I build my maven project.  And the only
way I can get eclipse to copy the jar file over to where it wants it
is to open the Google-GWT settings dialog and then close it...


Anyone else have a fix or workaround?



On Sep 19, 11:57 am, cri chuck.irvine...@gmail.com wrote:
 I'm seeing this error in eclipse problems:

      GWT SDK JARgwt-servlet.jaris missing in the WEB-INF/lib
 directory

 Does anyone know whether this is new in GWT 2.4? I don't recall seeing
 it before.

 I'm using gwt-maven-plugin and my pom file has gwt-servlet as a
 dependency. If I put this jar in my WEB-INF/lib directory, I end up
 with two jars in my war file:gwt-servlet.jarandgwt-servlet.jar-2.x.x.

 Any advice from anyone? Thanks

 Chuck

-- 
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: New in Eclipse + GWT Plugin and that lovely browser

2010-08-27 Thread Gustavo Insaurralde
dolcraith

I have updated with the eclipse (Helios) GWT plugin, so i think it´s
2.0, right?


On 25 ago, 12:37, dolcra...@gmail.com dolcra...@gmail.com wrote:
 What version of GWT are you using? The tutorial you are referencing is
 for version 1.6.  In 2.0 the oophm mode replaced the hosted browser,
 which allows you to use an actual browser for development mode instead
 of the slow gwt browser.

 On Aug 24, 11:26 am, Gustavo Insaurralde insaurralde...@gmail.com
 wrote:



  Hi there,

  im new in GWT.
  I ve done the getting started guide, and it went all perfect.

  The only thing i couldn´t get it done is to get the Console and that
  strange but nice web browser 
  (http://code.google.com/intl/es-419/webtoolkit/doc/1.6/tutorial/images...
  )

  I mean, i ve  done the entire tutorial, but evrytime i run it, i ve
  waited for the link, and i copy/paste on Chrome.
  But it would be very nice to get it the tutorial way.

  How do i run that?

  Thanks, i wait for an answer

  PS: Sorry about my english if it is not nice, im spanish speaker ;)

-- 
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.



Re: New in Eclipse + GWT Plugin and that lovely browser

2010-08-25 Thread dolcra...@gmail.com
What version of GWT are you using? The tutorial you are referencing is
for version 1.6.  In 2.0 the oophm mode replaced the hosted browser,
which allows you to use an actual browser for development mode instead
of the slow gwt browser.

On Aug 24, 11:26 am, Gustavo Insaurralde insaurralde...@gmail.com
wrote:
 Hi there,

 im new in GWT.
 I ve done the getting started guide, and it went all perfect.

 The only thing i couldn´t get it done is to get the Console and that
 strange but nice web browser 
 (http://code.google.com/intl/es-419/webtoolkit/doc/1.6/tutorial/images...
 )

 I mean, i ve  done the entire tutorial, but evrytime i run it, i ve
 waited for the link, and i copy/paste on Chrome.
 But it would be very nice to get it the tutorial way.

 How do i run that?

 Thanks, i wait for an answer

 PS: Sorry about my english if it is not nice, im spanish speaker ;)

-- 
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.



Re: New book, ESSENTIAL GWT

2010-06-17 Thread FKereki
Thanks for the reference. I can add the index of the book:

Chapter 1. Developing Your Application - Rich Internet Applications;
Advantages of GWT; Software Methodologies to Apply
Chapter 2. Getting Started with GWT 2.0 - Why use GWT?; The GWT
Components; Setting GWT Up
Chapter 3. Understanding Projects and Development - Creating a
Project; Project Structure; Running your Application: Development Mode
Chapter 4. Working with Browsers - The “Back Button” Problem;
Detecting the User’s Browser (including deferred binding and code
generators)
Chapter 5. Programming the User Interface - Thinking about UI
Patterns; Implementing MVP; Some Extensions; Declarative UI (including
UiBinder)
Chapter 6. Communicating with Your Server - Introduction to RPC; RPC
Patterns of Usage
Chapter 7. Communicating with Other Servers - The Same Origin Policy
(SOP) Restriction; Our City Update Application; Receiving and
Processing XML; Producing and Sending XML
Chapter 8. Mixing in JavaScript - JSNI; JSON; JSONP
Chapter 9. Adding APIs - A Weather Vane; Dashboard Visualizations;
Working with Maps
Chapter 10. Working with Servers - The Challenges to Meet;
Cryptography; Stateless vs Stateful Servers; Common Operations
Chapter 11. Moving Around Files - Uploading Files; Downloading Files
Chapter 12. Internationalization and Localization -
Internationalization (i18n); Localization (l10n)
Chapter 13. Testing your GWT Application - Why Testing?; Unit Testing
with JUnit; Integration Testing with GWTTestCase; Acceptance Testing
with Selenium
Chapter 14. Optimizing for Application Speed - Design Patterns for
Speed; Speed Measurement Tools
Chapter 15. Deploying Your Application - Compilation; Modules; Code
Splitting; Deployment


Best regards,
F.Kereki


On Jun 16, 6:20 pm, Jim Douglas jdoug...@basis.com wrote:
 Frederic --

 You can find summary information on Amazon:

 http://www.amazon.com/gp/product/product-description/0321705149

 And you can read chapter 1 here:

 http://my.safaribooksonline.com/9780321705631

 On Jun 16, 12:31 pm, Frederic Conrotte frederic.conro...@gmail.com
 wrote:

  Can you summarize what kind of new information this book gives in
  comparison with previous books ?

  On 16 juin, 17:32, FKereki fker...@gmail.com wrote:

   Hi!

   I'm quite proud to be able to announce I wrote a book for Addison-
   Wesley, called ESSENTIAL GWT.

   The book is available online 
   athttp://my.safaribooksonline.com/9780321705631
   and also (for preorders) in Amazon.com 
   athttp://www.amazon.com/Federico-Kereki/e/B003NE73LE
   or Barnes and Noble 
   athttp://search.barnesandnoble.com/Essential-GWT/Federico-Kereki/e/9780...

   Thanks!



-- 
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.



Re: New book, ESSENTIAL GWT

2010-06-17 Thread FKereki
Hi!

This book is geared towards GWT 2, including all its new features. I
cover items such as UiBinder, code generators, deferred binding, MVP,
etc. Quoting from the preface of the book:

Chapters 1 through 3 deal with the basic setup for working with GWT.
After considering the main reasons and objectives for using GWT, we
shall study what other tools are required for serious code
development, the methodology to use, and the internal aspects of
projects.

Chapters 4 and 5 are really a backbone for the book, for they deal
with the basic design patterns that we shall use for building the User
Interface. The code style and idioms that are developed here will be
use throughout the rest of the book.

Chapters 6 and 7 deal with communications with servers, either through
RPC (to connect with servlets) or through direct Ajax (to communicate
with remote services).

Chapters 8 and 9 study how to add both JavaScript coding and third
party APIs to your application. Together with the previous two
chapters, everything that’s needed for mashing up services and getting
information from different sources will have been covered.

Chapters 10 and 11 deal with very common server related problems, such
as security aspects, and file upload and download.

Chapter 12 has to do with developing GWT applications that will be
used worldwide, and covers both internationalization and localization.

Finally, chapters 13 through 15 consider general themes such as
testing GWT applications, optimizing their performance, and finally
deploying them.

Hope this helps -- and just ask away if it doesn't!

Best regards,
F.Kereki



On Jun 16, 4:31 pm, Frederic Conrotte frederic.conro...@gmail.com
wrote:
 Can you summarize what kind of new information this book gives in
 comparison with previous books ?

 On 16 juin, 17:32, FKereki fker...@gmail.com wrote:

  Hi!

  I'm quite proud to be able to announce I wrote a book for Addison-
  Wesley, called ESSENTIAL GWT.

  The book is available online athttp://my.safaribooksonline.com/9780321705631
  and also (for preorders) in Amazon.com 
  athttp://www.amazon.com/Federico-Kereki/e/B003NE73LE
  or Barnes and Noble 
  athttp://search.barnesandnoble.com/Essential-GWT/Federico-Kereki/e/9780...

  Thanks!



-- 
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.



Re: New book, ESSENTIAL GWT

2010-06-16 Thread Frederic Conrotte
Can you summarize what kind of new information this book gives in
comparison with previous books ?

On 16 juin, 17:32, FKereki fker...@gmail.com wrote:
 Hi!

 I'm quite proud to be able to announce I wrote a book for Addison-
 Wesley, called ESSENTIAL GWT.

 The book is available online athttp://my.safaribooksonline.com/9780321705631
 and also (for preorders) in Amazon.com 
 athttp://www.amazon.com/Federico-Kereki/e/B003NE73LE
 or Barnes and Noble 
 athttp://search.barnesandnoble.com/Essential-GWT/Federico-Kereki/e/9780...

 Thanks!

-- 
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.



Re: New book, ESSENTIAL GWT

2010-06-16 Thread Andrés Cerezo
Can you give another advise about app engine + gwt?

Thanks.

2010/6/16 Frederic Conrotte frederic.conro...@gmail.com

 Can you summarize what kind of new information this book gives in
 comparison with previous books ?

 On 16 juin, 17:32, FKereki fker...@gmail.com wrote:
  Hi!
 
  I'm quite proud to be able to announce I wrote a book for Addison-
  Wesley, called ESSENTIAL GWT.
 
  The book is available online athttp://
 my.safaribooksonline.com/9780321705631
  and also (for preorders) in Amazon.com athttp://
 www.amazon.com/Federico-Kereki/e/B003NE73LE
  or Barnes and Noble athttp://
 search.barnesandnoble.com/Essential-GWT/Federico-Kereki/e/9780...
 
  Thanks!

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
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.



Re: New book, ESSENTIAL GWT

2010-06-16 Thread Jim Douglas
Frederic --

You can find summary information on Amazon:

http://www.amazon.com/gp/product/product-description/0321705149

And you can read chapter 1 here:

http://my.safaribooksonline.com/9780321705631

On Jun 16, 12:31 pm, Frederic Conrotte frederic.conro...@gmail.com
wrote:
 Can you summarize what kind of new information this book gives in
 comparison with previous books ?

 On 16 juin, 17:32, FKereki fker...@gmail.com wrote:



  Hi!

  I'm quite proud to be able to announce I wrote a book for Addison-
  Wesley, called ESSENTIAL GWT.

  The book is available online athttp://my.safaribooksonline.com/9780321705631
  and also (for preorders) in Amazon.com 
  athttp://www.amazon.com/Federico-Kereki/e/B003NE73LE
  or Barnes and Noble 
  athttp://search.barnesandnoble.com/Essential-GWT/Federico-Kereki/e/9780...

  Thanks!

-- 
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.



Re: New features of GWT 1.7 compared to 1.6 version

2009-07-15 Thread Thomas Broyer



On 15 juil, 12:58, vijay bhaskar.rep...@gmail.com wrote:
 HI,

 Can any one please let us know the new features in 1.7 version

Read the release notes:
http://code.google.com/webtoolkit/releases/release-notes-1.7.0.html

This release adds explicit support for Internet Explorer 8, Firefox
3.5, and Safari 4 as well as a few high-priority bug fixes. In all
other respects, it is very similar to GWT 1.6. Note, however, that
this release is version 1.7 rather than version 1.6.5 to signify a
potentially breaking change for libraries that use deferred binding to
specialize code based on user agent
--~--~-~--~~~---~--~~
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: New Time Picker GWT widget (POC)

2009-02-06 Thread Sumit Chandel
Hi David,
This is great. Thanks for sharing!

In case you're interested, I would like to suggest you let the GWT incubator
team know about this useful widget to see if they can get it into the
incubator. I'm sure other developers out there will find it useful.

If you would like to contribute this to the GWT Incubator project, check out
the doc below for instructions on how to contribute:

http://code.google.com/docreader/#p=google-web-toolkit-incubators=google-web-toolkit-incubatort=MakingIncubatorBetter

Cheers,
-Sumit Chandel

On Fri, Feb 6, 2009 at 12:15 PM, David dmartin@gmail.com wrote:


 Here is a modest contribution for GWT widgets : a new time picker like
 jquery.TimePickr

 http://code.google.com/p/gwt-incubator-lib/

 Here is a french presentation of this widget :

 http://www.insideit.fr/post/2009/02/06/GWT-Time-Picker-widget

 Feel free to give advices or anything you want :-)

 


--~--~-~--~~~---~--~~
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: New entry to GWT world

2009-01-07 Thread reechard

no off-topic.

On Jan 7, 7:46 am, ravikumar.parigad...@gmail.com
ravikumar.parigad...@gmail.com wrote:
 Hello everyone 
--~--~-~--~~~---~--~~
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: New to the GWT

2008-11-27 Thread Pavel Byles
I gather that most ppl here (including myself) use Eclipse, but there are
other very good IDE's for using with GWT for example Netbeans via the GWT4NB
plugin.  Netbeans is excellent for Java programming.

On Tue, Nov 25, 2008 at 7:24 PM, Jorge Muralles [EMAIL PROTECTED]wrote:

 Thank you.

 I jalso just dowload eclipse. I was loooking at it, I like it. Do you think
 that that is a good development tool?

 Thanks

 Sincerely yours;

 Jorge Muralles
 401-849-5323
 401-855-1335

 www.locopro.com

 http://www.locopro.com/html/PRo%20Newport/loco-shop.htm
  http://www.locopro.com/html/PRo%20Newport/loco-shop.htm


 --- On *Tue, 11/25/08, Reinier Zwitserloot [EMAIL PROTECTED]* wrote:

 From: Reinier Zwitserloot [EMAIL PROTECTED]
 Subject: Re: New to the GWT
 To: Google Web Toolkit Google-Web-Toolkit@googlegroups.com
 Date: Tuesday, November 25, 2008, 7:14 PM


 It has no user interface other than the command line.

 If you're on windows, run 'cmd', that'll get you a command
 line. In
 order to learn how to use it - google for some tutorials, it's not too
 difficult. Most programming tools work off of the command line, so its
 time well spent.

 On Nov 25, 10:44 pm, Jorge Muralles [EMAIL PROTECTED] wrote:
  Hi there, how are you, is this the only way to run the createproject
 application.
 
  Once is running, does it have a user interface?
 
  I really do not know how to run it from the coomand promtp. how would I gt
 to it?
 
  Sincerely yours;
 
  Jorge Muralles
  401-849-5323
  401-855-1335
 
  www.locopro.com
 
  --- On Tue, 11/25/08, Isaac Truett [EMAIL PROTECTED] wrote:
 
  From: Isaac Truett [EMAIL PROTECTED]
  Subject: Re: New to the GWT
  To: Google-Web-Toolkit@googlegroups.com
  Date: Tuesday, November 25, 2008, 2:32 PM
 
  Open a command prompt and run it from there.
 
  On Tue, Nov 25, 2008 at 1:31 PM, [EMAIL PROTECTED]
 
  [EMAIL PROTECTED] wrote:
 
   I just downloaded the GWT, I understand that there is no installation
   file, but I click on the application creator and it starts up a
   command screen that goes away.
 
   How do i start up the application creator? What am I doin wrong?
 
   Thanks
 
   Jorge


 



-- 
-Pav

--~--~-~--~~~---~--~~
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: New to the GWT

2008-11-26 Thread mon3y

Eclipse is the way to go. Are you new to java as well?

On Nov 26, 2:24 am, Jorge Muralles [EMAIL PROTECTED] wrote:
 Thank you.
  
 I jalso just dowload eclipse. I was loooking at it, I like it. Do you think 
 that that is a good development tool?
  
 Thanks

 Sincerely yours;

 Jorge Muralles
 401-849-5323
 401-855-1335

 www.locopro.com

 --- On Tue, 11/25/08, Reinier Zwitserloot [EMAIL PROTECTED] wrote:

 From: Reinier Zwitserloot [EMAIL PROTECTED]
 Subject: Re: New to the GWT
 To: Google Web Toolkit Google-Web-Toolkit@googlegroups.com
 Date: Tuesday, November 25, 2008, 7:14 PM

 It has no user interface other than the command line.

 If you're on windows, run 'cmd', that'll get you a command
 line. In
 order to learn how to use it - google for some tutorials, it's not too
 difficult. Most programming tools work off of the command line, so its
 time well spent.

 On Nov 25, 10:44 pm, Jorge Muralles [EMAIL PROTECTED] wrote:

  Hi there, how are you, is this the only way to run the createproject
 application.
   
  Once is running, does it have a user interface?
   
  I really do not know how to run it from the coomand promtp. how would I gt
 to it?

  Sincerely yours;

  Jorge Muralles
  401-849-5323
  401-855-1335

 www.locopro.com

  --- On Tue, 11/25/08, Isaac Truett [EMAIL PROTECTED] wrote:

  From: Isaac Truett [EMAIL PROTECTED]
  Subject: Re: New to the GWT
  To: Google-Web-Toolkit@googlegroups.com
  Date: Tuesday, November 25, 2008, 2:32 PM

  Open a command prompt and run it from there.

  On Tue, Nov 25, 2008 at 1:31 PM, [EMAIL PROTECTED]

  [EMAIL PROTECTED] wrote:

   I just downloaded the GWT, I understand that there is no installation
   file, but I click on the application creator and it starts up a
   command screen that goes away.

   How do i start up the application creator? What am I doin wrong?

   Thanks

   Jorge
--~--~-~--~~~---~--~~
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: New to the GWT

2008-11-26 Thread satya

Hi Jorge
Are you able to create your application with GWT?

Yes Eclipse is THE tool for java applications. You can also look at
instantiations, its provides a GWT designer  - a tool for designing
your UI - dragging and dropping widgets.

Its not a great tool, but would be helpfuul for a very small project.

Thanks
Satya

On Nov 26, 2:20 am, mon3y [EMAIL PROTECTED] wrote:
 Eclipse is the way to go. Are you new to java as well?

 On Nov 26, 2:24 am, Jorge Muralles [EMAIL PROTECTED] wrote:

  Thank you.
   
  I jalso just dowload eclipse. I was loooking at it, I like it. Do you think 
  that that is a good development tool?
   
  Thanks

  Sincerely yours;

  Jorge Muralles
  401-849-5323
  401-855-1335

 www.locopro.com

  --- On Tue, 11/25/08, Reinier Zwitserloot [EMAIL PROTECTED] wrote:

  From: Reinier Zwitserloot [EMAIL PROTECTED]
  Subject: Re: New to the GWT
  To: Google Web Toolkit Google-Web-Toolkit@googlegroups.com
  Date: Tuesday, November 25, 2008, 7:14 PM

  It has no user interface other than the command line.

  If you're on windows, run 'cmd', that'll get you a command
  line. In
  order to learn how to use it - google for some tutorials, it's not too
  difficult. Most programming tools work off of the command line, so its
  time well spent.

  On Nov 25, 10:44 pm, Jorge Muralles [EMAIL PROTECTED] wrote:

   Hi there, how are you, is this the only way to run the createproject
  application.
    
   Once is running, does it have a user interface?
    
   I really do not know how to run it from the coomand promtp. how would I gt
  to it?

   Sincerely yours;

   Jorge Muralles
   401-849-5323
   401-855-1335

  www.locopro.com

   --- On Tue, 11/25/08, Isaac Truett [EMAIL PROTECTED] wrote:

   From: Isaac Truett [EMAIL PROTECTED]
   Subject: Re: New to the GWT
   To: Google-Web-Toolkit@googlegroups.com
   Date: Tuesday, November 25, 2008, 2:32 PM

   Open a command prompt and run it from there.

   On Tue, Nov 25, 2008 at 1:31 PM, [EMAIL PROTECTED]

   [EMAIL PROTECTED] wrote:

I just downloaded the GWT, I understand that there is no installation
file, but I click on the application creator and it starts up a
command screen that goes away.

How do i start up the application creator? What am I doin wrong?

Thanks

Jorge
--~--~-~--~~~---~--~~
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: New to the GWT

2008-11-25 Thread Isaac Truett

Open a command prompt and run it from there.


On Tue, Nov 25, 2008 at 1:31 PM, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:

 I just downloaded the GWT, I understand that there is no installation
 file, but I click on the application creator and it starts up a
 command screen that goes away.

 How do i start up the application creator? What am I doin wrong?

 Thanks

 Jorge

 


--~--~-~--~~~---~--~~
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: New to the GWT

2008-11-25 Thread satya

Open your command prompt,

browse to the location where you have your GWT code installed

If you want to run the application creator type the following:

./applicatonCreator.cmd MyNewApplication

Thanks
Satya

On Nov 25, 12:31 pm, [EMAIL PROTECTED] [EMAIL PROTECTED]
wrote:
 I just downloaded the GWT, I understand that there is no installation
 file, but I click on the application creator and it starts up a
 command screen that goes away.

 How do i start up the application creator? What am I doin wrong?

 Thanks

 Jorge
--~--~-~--~~~---~--~~
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: New to the GWT

2008-11-25 Thread Danny Schimke
 browse to the location where you have your GWT code installed


Create a GWT_HOME- Variable to call the projectCreator and
applicationCreator from any location. This saves time... ;)

--~--~-~--~~~---~--~~
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: New to the GWT

2008-11-25 Thread Jorge Muralles
Hi there, how are you, is this the only way to run the createproject 
application.
 
Once is running, does it have a user interface?
 
I really do not know how to run it from the coomand promtp. how would I gt to 
it?


Sincerely yours;

Jorge Muralles
401-849-5323
401-855-1335

www.locopro.com




--- On Tue, 11/25/08, Isaac Truett [EMAIL PROTECTED] wrote:

From: Isaac Truett [EMAIL PROTECTED]
Subject: Re: New to the GWT
To: Google-Web-Toolkit@googlegroups.com
Date: Tuesday, November 25, 2008, 2:32 PM

Open a command prompt and run it from there.


On Tue, Nov 25, 2008 at 1:31 PM, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:

 I just downloaded the GWT, I understand that there is no installation
 file, but I click on the application creator and it starts up a
 command screen that goes away.

 How do i start up the application creator? What am I doin wrong?

 Thanks

 Jorge

 




--~--~-~--~~~---~--~~
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: New to the GWT

2008-11-25 Thread Reinier Zwitserloot

It has no user interface other than the command line.

If you're on windows, run 'cmd', that'll get you a command line. In
order to learn how to use it - google for some tutorials, it's not too
difficult. Most programming tools work off of the command line, so its
time well spent.

On Nov 25, 10:44 pm, Jorge Muralles [EMAIL PROTECTED] wrote:
 Hi there, how are you, is this the only way to run the createproject 
 application.
  
 Once is running, does it have a user interface?
  
 I really do not know how to run it from the coomand promtp. how would I gt to 
 it?

 Sincerely yours;

 Jorge Muralles
 401-849-5323
 401-855-1335

 www.locopro.com

 --- On Tue, 11/25/08, Isaac Truett [EMAIL PROTECTED] wrote:

 From: Isaac Truett [EMAIL PROTECTED]
 Subject: Re: New to the GWT
 To: Google-Web-Toolkit@googlegroups.com
 Date: Tuesday, November 25, 2008, 2:32 PM

 Open a command prompt and run it from there.

 On Tue, Nov 25, 2008 at 1:31 PM, [EMAIL PROTECTED]

 [EMAIL PROTECTED] wrote:

  I just downloaded the GWT, I understand that there is no installation
  file, but I click on the application creator and it starts up a
  command screen that goes away.

  How do i start up the application creator? What am I doin wrong?

  Thanks

  Jorge
--~--~-~--~~~---~--~~
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: New to the GWT

2008-11-25 Thread Jorge Muralles
Thank you.
 
I jalso just dowload eclipse. I was loooking at it, I like it. Do you think 
that that is a good development tool?
 
Thanks


Sincerely yours;

Jorge Muralles
401-849-5323
401-855-1335

www.locopro.com




--- On Tue, 11/25/08, Reinier Zwitserloot [EMAIL PROTECTED] wrote:

From: Reinier Zwitserloot [EMAIL PROTECTED]
Subject: Re: New to the GWT
To: Google Web Toolkit Google-Web-Toolkit@googlegroups.com
Date: Tuesday, November 25, 2008, 7:14 PM

It has no user interface other than the command line.

If you're on windows, run 'cmd', that'll get you a command
line. In
order to learn how to use it - google for some tutorials, it's not too
difficult. Most programming tools work off of the command line, so its
time well spent.

On Nov 25, 10:44 pm, Jorge Muralles [EMAIL PROTECTED] wrote:
 Hi there, how are you, is this the only way to run the createproject
application.
  
 Once is running, does it have a user interface?
  
 I really do not know how to run it from the coomand promtp. how would I gt
to it?

 Sincerely yours;

 Jorge Muralles
 401-849-5323
 401-855-1335

 www.locopro.com

 --- On Tue, 11/25/08, Isaac Truett [EMAIL PROTECTED] wrote:

 From: Isaac Truett [EMAIL PROTECTED]
 Subject: Re: New to the GWT
 To: Google-Web-Toolkit@googlegroups.com
 Date: Tuesday, November 25, 2008, 2:32 PM

 Open a command prompt and run it from there.

 On Tue, Nov 25, 2008 at 1:31 PM, [EMAIL PROTECTED]

 [EMAIL PROTECTED] wrote:

  I just downloaded the GWT, I understand that there is no installation
  file, but I click on the application creator and it starts up a
  command screen that goes away.

  How do i start up the application creator? What am I doin wrong?

  Thanks

  Jorge


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---