Re: Client issues an RPC before another RPC has finished

2012-11-24 Thread Supercobra Thatbytes
If you use an MVP pattern this should solve your problem. In this pattern RPCs are issued from the Presenter (Activity in GWT). Each time a user changes Place (URL) the current Activity is destroyed and a new one is created by the new Place for the new view. RPC callbacks that point to the old

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-19 Thread Supercobra Thatbytes
Obviously something is happening. One of the first thing you do as a team lead of a project that is going to disappear is to remove the developer relations people and reassign team members, which both have been happening in the GWT team. David Chandler, GWT developer relations left the team

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-14 Thread supercobra
I hope Google IO will be a good opportunity for the GWT team to announce new things and update us. However it's never a good sign when a team of developers is not reaching out to their audience. Uncertainty, this feels like. Yeeess. -- You received this message because you are subscribed to

Re: GWT 2.5 and beyond

2012-03-31 Thread supercobra
The GWT PR machine has been offline for a year now. As it seems, the GWT engineers have been either working hard on a big and long project that is going to blow our socks off and hopefully they'll unveil it at Google IO 2012 or Google is winding down the project which would be a huge pity. The

Re: heroku for java

2011-01-30 Thread Supercobra Thatbytes
I agree with you, GWT + GAE is powerful but lacks a complete framework, however my book will get you started creating real world web apps with these two awesome technologies: http://goo.gl/aPLAl Daniel -- You received this message because you are subscribed to the Google Groups Google Web

Re: heroku for java

2011-01-29 Thread Supercobra Thatbytes
I wad just reading about heroku today. Any idea if there  is something out there for the java folks ? It would really make sense with gwt and could integrate all basic services . Gae is one step in that direction but it could with more integration with the client side . Opinions? What do you

Google App Engine Java and GWT Application Development book now available at Amazon

2011-01-12 Thread Supercobra Thatbytes
Hello there, I just wanted to inform the community that our book Google App Engine Java and GWT Application Development is now also available at Amazon which is great for US programmers. - http://www.amazon.com/gp/product/1849690448 You can get the advanced datastore chapter for free here:

Happy New Year to the GWT team

2010-12-31 Thread Supercobra Thatbytes
Best wishes for 2011 to the GWT team. GWT is awesome. Daniel -- 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

New book: Google App Engine Java and GWT Application Development

2010-12-03 Thread Supercobra Thatbytes
hi, Some of you may be interested in a book I co-authored that has just been published: Google App Engine Java and GWT Application Development by Amy Unruh and Daniel Guermeur, from Packt. The book describes many of the techniques and approaches used to develop GAE+GWT applications, and includes

Re: Spring Roo 2.1 M3, not recommended if you haven't tried.

2010-09-25 Thread Supercobra Thatbytes
Kevin, My experience with Roo is not much better than yours. I was able to get it running after an hour or so. It is an early stage product that shows potential. Not ready for prime time yet. Regarding UiBinder: If it turned you off 'immediately' as you said, you have not created enough widgets

Re: GWT Rocks!

2010-07-30 Thread Supercobra Thatbytes
Thank you to the GWT team to make a piece of software without compromise: - GWT is easy to understand - It makes you do the right things - Dev environment has a 2 sec. learning curve - Has an Ultra optimized technology under the hood - It's open source. Daniel -- You received this

Re: Multi-Watch GWT

2010-06-07 Thread Supercobra Thatbytes
Would be great to be able to add Youtube urls as opposed to embedded code. Drag and drop of the video containers would be great too. On Jun 4, 5:12 pm, dodo dard keratonj...@gmail.com wrote: Hello, I would like to show you my project MultiWatch GWT :http://multi-watch.appspot.com/ It use

Re: GWT2.1, validation and roo

2010-06-03 Thread Supercobra Thatbytes
Based on what I have seen in the code, validations (e.g @Length(4,10) ) are used in the client and in the backend, which is ideal.  1a) The examples in the wave show validation annotations for the model properties, e.g. something like       @Length(4,10)       I assume that the validation

Re: What is the largest GWT program anyone is running?

2010-05-07 Thread Supercobra Thatbytes
Adwords has been redone using GWT. Google Wave is built with GWT. Adwords is a big application and loads fast. Daniel On May 4, 4:19 pm, Paul Stockley pstockl...@gmail.com wrote: Even though we are going to use code splitting aggressively, I am wondering at what point things just break due to

Input request for migrating big Rails app to GWT + Java backend

2010-03-02 Thread Supercobra Thatbytes
Hello there, We have a big Rails app that works great (www.mojohelpdesk.com) but we think that GWT / AJax apps is the way forward. Therefore we are contemplating adding GWT for the UI and doing some backend work in Java (e.g Tomcat). We cannot do a full switch at once so GWT+Tomcat need to be

Re: MVP question

2010-02-18 Thread Supercobra Thatbytes
with methods that provide access to all properties that the SpeedometerView needs. This is a good way as well. Interfaces are like magic bullets sometimes... -- supercobra -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: MVP question

2010-02-16 Thread Supercobra Thatbytes
My first take away was that their were a few rules: 1) Presenters don't know about specific GWT widgets (so that you can test your business logic without GWTTestCase) 2) Displays don't know about business logic 3) Displays don't know about application logic 4) Displays don't know about model

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-21 Thread Supercobra Thatbytes
I have the same problem. This triggers a CVS / SVN check-in / update process that is unnecessary (and long). On Jan 20, 11:05 am, Erik Uzureau uzur...@gmail.com wrote: Yes, this does seem to be a good workaround. I can't, however, convince anyone on my team to use it, because: 1) Not all

Re: External jars

2009-11-20 Thread Supercobra Thatbytes
Add it to YourProject.gwt.xml !-- External typrX jar -- inherits name='com.metadot.typrx.typingraces' / -- 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

How to create a development/debug and production setup

2009-11-16 Thread Supercobra Thatbytes
Hello there, I recently deployed inadvertently a debug version of our game typrX (typing races at www.typrx.com - try it it's fun). It was quickly corrected but I know it may happen again. After digging on Google I found some info how to create 2 different profiles, one for development mode that

Intercepting clicks and keystrokes on the whole page

2009-11-12 Thread Supercobra Thatbytes
Hello, We released a typing race application (GWT + GAE): http://app.typrx.com. In order to try to prevent cheating with copy / paste type of approach, we'd like to intercept when a user is clicking on a page and display a 'no no' alert. Any advise would be appreciated. Daniel -- You