Tutorial: GWT + GAE + Twitter

2010-08-21 Thread Sven
Dear group,

I've written a blog article on authenticating a GWT hosted on GAE
against Twitter accounts. I'ts not a perfect implementation (as it
makes use of deprecated methods) but seems to work reliable and may
serve others as starting point.

http://t.blog.de/4f9790/

I would appreciate to receive any feedback either here or in my blog.

Thanks,
Sven

-- 
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: Now with Google Font API released, how to integrate with RTA

2010-08-21 Thread Karthikeyan Radhakrishna
Thank You for the update Thomas, but this solution would help only in
setting a specific font for the whole RTA, I'm talking about real time
paragraph editing where user could have multiple fonts and multiple
pixel based sizes rather than fixes 7 range font size...




Regards,

Karthik

On Aug 20, 7:19 pm, Thomas Broyer t.bro...@gmail.com wrote:
 On 21 août, 02:05, Karthikeyan Radhakrishna karthik@gmail.com
 wrote:

  Hi All,

  Any idea how we can integrate the Google Font API with the GWT Rich
  text Area?

 Seehttp://code.google.com/p/google-web-toolkit/issues/detail?id=1052

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



GuitView: a new way of mvpying

2010-08-21 Thread Gal Dolber
Hi!

A few days ago I introduced Guit.

Right now I am working on one new big feature called GuitView.
This feature is still is early stage if development and I will like to hear
your opinions and ideas.

The design document is here:
http://code.google.com/p/guit/wiki/GuitViewDesign

Thanks

-- 
Guit: Elegant, beauty, modular, *production ready* gwt applications.

http://code.google.com/p/guit/

-- 
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: Reusing GWT Localization in Server Side Code

2010-08-21 Thread Stefan Bachert
Hi Maxim,

all localisation should be done on client side in a clean
architecture, even notifications.
Localisation is presentation logic which belongs to the client
Server should only hold persistence and business logic.

Send error/warning/information codes plus parameters to the client.

Stefan Bachert
http://gwtworld.de

On 20 Aug., 15:58, Maxim maxim...@gmail.com wrote:
 Stefan

 you wrote: The server should be in general not locale aware.

 what about notification ? Normally notification messages are
 localized.

 Maximhttp://www.projectkaiser.

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



copyright images

2010-08-21 Thread jbroquefere
Hello,
am I authorized to used DialogBox skin for a visit card?

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



copyright on GWT skin

2010-08-21 Thread jbroquefere
Good evening,

Am I authorized to use DialogBox skin for my own visit cards?

-- 
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: App does not display in IE 7

2010-08-21 Thread rjcarr
Even if you use tomcat you can still use the development mode.  Look
into using the '-noserver' option for DevMode.  I also use tomcat and
it works fine for me.

Good luck!

On Aug 20, 10:21 am, Greg Dougherty dougherty.greg...@mayo.edu
wrote:
 I have a web app that displays just fine in the Mozilla browsers, but
 does not display at all in IE 7 (totally blank screen).  I'm deploying
 this through Tomcat (see previous message about Development Mode not
 working with JDK 1.5), so I can't usefully follow it in the debugger
 (the issues are on the client side, since my app does not yet do
 anything useful with the server).  Any suggestions on what might be
 going wrong?

 TIA,

 Greg

-- 
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: Catch focus event with NativePreviewHandler

2010-08-21 Thread Alexander Ulizko
Thanks, but I'm already done with it.
I only needed to add this:
DOM.sinkEvents(DOM.getElementById(query-search-form), Event.ONFOCUS
| Event.ONBLUR);

before DOM.setEventListener call.

-- 
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: How to define a human readable URL?

2010-08-21 Thread Thamizharasu S
Hi,

For example I am working on an application called online resource
management system.
Usually I will have, List, Add, Edit views for my application. If I
see list resources page, the URL should have http://sample.com/resources/lists

For add resources page, I want to have the URL like, 
http://sample.com/resources/add

How could I maintain these type of human readable URL?

I hope this would clarify your doubt now...

- Thamizharasu S

On Aug 20, 11:41 pm, Gal Dolber gal.dol...@gmail.com wrote:
 Not sure what exactly you mean

 2010/8/20 Thamizharasu S zaru...@gmail.com





  Hi All,

  How to define human readable URL for GWT application? any idea...

  - Thamizharasu S

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

 --
 Elegant, beauty, modular, *production ready* gwt applications... guit

 http://code.google.com/p/guit/

-- 
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: Tutorial: GWT + GAE + Twitter

2010-08-21 Thread Thamizharasu S
Hi Sven,

Nice introduction about authentication against twitter.

- Tham

On Aug 21, 6:39 pm, Sven sven.ti...@googlemail.com wrote:
 Dear group,

 I've written a blog article on authenticating a GWT hosted on GAE
 against Twitter accounts. I'ts not a perfect implementation (as it
 makes use of deprecated methods) but seems to work reliable and may
 serve others as starting point.

 http://t.blog.de/4f9790/

 I would appreciate to receive any feedback either here or in my blog.

 Thanks,
 Sven

-- 
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: How to define a human readable URL?

2010-08-21 Thread Christian Goudreau
How do you navigate between those places ?

You could also let that hard work be handled by a MVP framework like
Gwt-Platform http://www.gwtplatform.com/.

In any cases, you should read about History and GWT.

Cheers,

On Sat, Aug 21, 2010 at 2:55 PM, Thamizharasu S zaru...@gmail.com wrote:

 Hi,

 For example I am working on an application called online resource
 management system.
 Usually I will have, List, Add, Edit views for my application. If I
 see list resources page, the URL should have
 http://sample.com/resources/lists

 For add resources page, I want to have the URL like,
 http://sample.com/resources/add

 How could I maintain these type of human readable URL?

 I hope this would clarify your doubt now...

 - Thamizharasu S

 On Aug 20, 11:41 pm, Gal Dolber gal.dol...@gmail.com wrote:
  Not sure what exactly you mean
 
  2010/8/20 Thamizharasu S zaru...@gmail.com
 
 
 
 
 
   Hi All,
 
   How to define human readable URL for GWT application? any idea...
 
   - Thamizharasu S
 
   --
   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.comgoogle-web-toolkit%2Bunsubs
 cr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-web-toolkit?hl=en.
 
  --
  Elegant, beauty, modular, *production ready* gwt applications... guit
 
  http://code.google.com/p/guit/

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




-- 
Christian Goudreau
www.arcbees.com

-- 
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 RPC with Tomcat Load balancing

2010-08-21 Thread Dhiren Bhatia
Hi all,

My GWT app makes server side requests using RPC, currently to a single
Tomcat server. I am now considering options to move this app into
production on Amazon EC2. The goal will be to have a set of Tomcat
servers running behind a Load Balancer. The setup will be as
follows...

Load Balancer - app.example.com which routes to
Tomcat Server 01 - app01.example.com
Tomcat Server 02 - app02.example.com
Tomcat Server 03 - app03.example.com

The RemoteService servlets will run on each of these Tomcat servers.
The user will enter app.example.com in the browser and be redirected
to one of the Tomcat servers. How can this be done with GWT? Will the
RPC calls break?

Thanks in advance!
DB

-- 
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: Google's commitment to GWT

2010-08-21 Thread sakesun

 Google is more than ever working on GWT, and their partnership with
 VMWare/SpringSource, announced at Google I/O, can probably be seen as
 an assurance that they won't stop its development any time soon.

You mean the I/O that every sessions use Google Wave to view live
notes ?

:)

By the way, GWT is opensource.  Why worried ?

-- 
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: How to define a human readable URL?

2010-08-21 Thread Gal Dolber
Thats right, the only way of doing that with gwt is using the History token.

Your url will probably be:
http://sample.com/#resources/listshttp://sample.com/resources/lists

The official doc is here:
http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html


2010/8/21 Christian Goudreau goudreau.christ...@gmail.com

 How do you navigate between those places ?

 You could also let that hard work be handled by a MVP framework like
 Gwt-Platform http://www.gwtplatform.com/.

 In any cases, you should read about History and GWT.

 Cheers,


 On Sat, Aug 21, 2010 at 2:55 PM, Thamizharasu S zaru...@gmail.com wrote:

 Hi,

 For example I am working on an application called online resource
 management system.
 Usually I will have, List, Add, Edit views for my application. If I
 see list resources page, the URL should have
 http://sample.com/resources/lists

 For add resources page, I want to have the URL like,
 http://sample.com/resources/add

 How could I maintain these type of human readable URL?

 I hope this would clarify your doubt now...

 - Thamizharasu S

 On Aug 20, 11:41 pm, Gal Dolber gal.dol...@gmail.com wrote:
  Not sure what exactly you mean
 
  2010/8/20 Thamizharasu S zaru...@gmail.com
 
 
 
 
 
   Hi All,
 
   How to define human readable URL for GWT application? any idea...
 
   - Thamizharasu S
 
   --
   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.comgoogle-web-toolkit%2Bunsubs
 cr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-web-toolkit?hl=en.
 
  --
  Elegant, beauty, modular, *production ready* gwt applications... guit
 
  http://code.google.com/p/guit/

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




 --
 Christian Goudreau
 www.arcbees.com

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




-- 
Guit: Elegant, beauty, modular, *production ready* gwt applications.

http://code.google.com/p/guit/

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



How to add a Composite Widget(gwt) to DynamicForm(smartgwt)

2010-08-21 Thread Sebastian Coronado A.
Hello I was using this DynamicForm, it belongs to smartgwt
import com.smartgwt.client.widgets.form.DynamicForm;

and then I created a Widget using composite from:
import com.google.gwt.user.client.ui.Composite;

The main problem is that when I try to add it to DynamicForm(using add
method) it wont let me, Does any one knows how to do this?
Regards

-- 
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-contrib] [google-web-toolkit] r8617 committed - Added directory for GPE update site.

2010-08-21 Thread codesite-noreply

Revision: 8617
Author: rda...@google.com
Date: Sat Aug 21 08:21:25 2010
Log: Added directory for GPE update site.

http://code.google.com/p/google-web-toolkit/source/detail?r=8617

Added:
 /2.1.0.M3/eclipse

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors


[gwt-contrib] PlaceHistoryManager

2010-08-21 Thread Patrick Julien
I've been experimenting with PlaceHistoryManager and company.  So far,
I have the following comments:

1. The tokens are big, they include the full path to the class, so all
packages and the name of the class.  It's a lot.  In our case, it also
exposes the name of the contractor to the user of the application.

2. Tokens in RequestFactory only work with Record based classes.  I
think that's a shame.  Will another facility supplement this?  Because
if tokens from gwt will only support Record, why even bother with
ProxyPlace?  Just make a goTo method in PlaceController that takes a
record.  I would prefer to have tokens for a place directly.  I think
that can be accomplished by having multiple place tokenizers however,
one per place.

3. Ultimately, I don't think the assumption that a record type is 1:1
to an activity.  The mapper stuff allows for this but is yet more
code.

4. It's a lot harder than it seems to always have a record ready to
go.  Especially coming from gwt-presenter were we always try to just
keep a numeric id.

5. I think the Place class getting support for a collection of arguments, i.e.,

setArgument(String, String);
String getArgument(String);
clearArguments();

and more importantly, parseArguments(String s); so that we can pass in
a string from the PlaceTokenizer.getPlace() after we've removed the
prefix would be most helpful and be applicable to most.

thank you,

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors


Re: [gwt-contrib] PlaceHistoryManager

2010-08-21 Thread Ray Cromwell
On Sat, Aug 21, 2010 at 11:13 AM, Patrick Julien pjul...@gmail.com wrote:


 1. The tokens are big, they include the full path to the class, so all
 packages and the name of the class.  It's a lot.  In our case, it also
 exposes the name of the contractor to the user of the application.


This is only temporarily, if you look, there's a class called
SecurityProvider, eventually, all tokens will be mapped through this
supporting arbitrary schemes. I believe we are looking at payload
compression/minification for M4 or M5. I'll let Ray Ryan answer the others.





-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors