Re: Create a VIEW layer for Widget and Composite

2011-10-02 Thread Thomas Broyer
On Sunday, October 2, 2011 12:41:40 AM UTC+2, Paulo Coutinho wrote: Hi. The problem is that i want put my ui.xml in a folder that is separated of .java files. Like a resources path or the war path. Can i put on WAR directory? No, but any folder that you'll put on the classpath of

Announce: Cowj 0.2

2011-10-02 Thread David Given
I did some more work on my GWT emulation library. You now get: - java.io (InputStreams, OutputStreams, Readers, Writers, Files) - java.nio (Buffers) - java.nio.charset - java.nio.channel (All the abstract channel stuff, plus FileChannel) - java.util.zip (Complete, courtesy of JazzLib) -

Re: Announce: Cowj 0.2

2011-10-02 Thread Alain Ekambi
Keep it coming man :) 2011/10/2 David Given d...@cowlark.com I did some more work on my GWT emulation library. You now get: - java.io (InputStreams, OutputStreams, Readers, Writers, Files) - java.nio (Buffers) - java.nio.charset - java.nio.channel (All the abstract channel stuff, plus

Need good structure for page with login (2 views per presenter!?)

2011-10-02 Thread benneq
Hi! I'm right now coding a small website with MVP / Gin / JSON / UiBinder. Displaying data works fine, but now I wanted to implement some kind of 'Administration UI'. I already have a login system (authentification via PHP / MySQL) working. And now comes the (hopefully not so big) problem: -

Re: GWT Tutorial, and then ? How to learn reald world GWT development

2011-10-02 Thread Brandon@MediciGroup
Dude, this contained one of the most enlightening things I've ever read on this issue; honestly, I hadn't quite realized until now that GWT isn't really it's own framework but rather more a framework to build custom frameworks with upon which you place your app; you build the middleware-framework,

Re: CAS SSO

2011-10-02 Thread Kevin Jordan
Yes, I've worked CAS authentication into my GWT app. Mine ends up using Spring Security with its CAS modules, but it should work under the JA-SIG client too (which eventually even Spring Security ends up using I believe). What sorts of problems are you having? Except for what you code your

UiBinder + GMaps API

2011-10-02 Thread Nicolas
Hi I'm trying to use Google Maps in my project so I add inherits name='com.google.gwt.maps.GoogleMaps' / in the gwt.xml file. I use deferred binding for create the UI and the View.ui.xml file's code is: !DOCTYPE ui:UiBinder SYSTEM http://dl.google.com/gwt/DTD/ xhtml.ent ui:UiBinder

How to use Editors With a Service Oriented BackEnd

2011-10-02 Thread POODevelopper
Hello, I'm working on a GWT application that uses Spring on the backend (service oriented approach not ActiveRecord) and I want to use Editor to push and get data from the UI. To communicate with the backend I use ValueProxy because it's service oriented. I want to know what kind of editors I

Re: The RequestFactory ValidationTool must be run for the RequestFactory type

2011-10-02 Thread TULC
I just get the same error as posted by Eric at the beginning of the thread, but I have copied/pasted the full dump below. Thomas, I'm not sure what you mean about the .apt_generated being in my build path? Thanks for the help, guys... Evan Console: log4j:WARN No appenders could be found for

Re: GWT Developer Plugin for Firefox 7

2011-10-02 Thread wbabachan
Of course I can do, but I have no idea, how and where. Unfortunately I can't attach the xpi here, Is there any way to attach the xpi here ? I want to share it. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

GWT JSNI Bridge Question

2011-10-02 Thread drtman
I am not an expert in Javascript. However, I have a need to make a call, via a script tag in HTML that is dynamically loaded into an iframe (GWT Frame instance). In a nutshell, my native function and export of that function appear to be working because I can see the variables on the DOM tab in

Re: GWT Developer Plugin for Firefox 7

2011-10-02 Thread wbabachan
OK I've found a way, I have uploaded the file here: http://www.sendspace.com/file/s01yil I Hope that it helps 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

Bean Validation: Client vs Server

2011-10-02 Thread objectuser
I'm differentiating validations to be run on the client vs. the server using validation groups. However, I have one validation for which I'd like a different implementation the client, due to the unavailability of the Pattern class there. So on the client, I'd like to use the GWT RegExp

How to use Editors With a Service Oriented BackEnd

2011-10-02 Thread Thomas Broyer
The main difference between SimpleBeanEditorDriver and RequestFactoryEditorDriver is that the later calls RequestContext#edit() on each object. The others are HasRequestContext and getPaths. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

GWT JSNI Bridge Question

2011-10-02 Thread Thomas Broyer
As it's in an iframe: parent.myFunc() -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/IU7qjMbwFbAJ. To post to this group, send email to

Re: GWT Developer Plugin for Firefox 7

2011-10-02 Thread Fabricio Pizzichillo
Thanks 2011/10/2 wbabachan wbabac...@googlemail.com OK I've found a way, I have uploaded the file here: http://www.sendspace.com/file/s01yil I Hope that it helps everyone. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

GWT Community size ?

2011-10-02 Thread Jonathan Aubuchon
Hi all, Does anyone know how big is the GWT Community size? - Number of developpers who using it - Number of websites who using it - Number of business who using it (Approximately...) Thank you guys. -- Jonathan Aubuchon Student in Software Engineering http://www.jonathanaubuchon.com -- You

Java End-To-End: OpenShift + Titanium Mobile + GWT-RPC

2011-10-02 Thread David La Motta
Hey everybody, we wanted to share with you a quick tutorial we put together for accessing from an iPhone (simulator :-) a GWT service running in Red Hat's OpenShift environment. The magic behind it is GWT-RPC and our GWT4Titanium Mobile platform. Check it out here:

Inherting Modules - gwt-websockets

2011-10-02 Thread Felix Scheinost
Hi, I just tried using GWT with WebSockets. I took the gwt-websocket .jar of the gwt-comet project [1]. I basically followed the example here [2]. If I want to compile my Project eclipse breaks with error message: Unable to find 'net/zschech/gwt/websockets/WebSockets.gwt.xml' on your classpath;

Code Generator for CustomFieldSerializer

2011-10-02 Thread SONDX
I developed a plugin to generate the code CustomFieldSerializer, thanks to the suggestion of @ GenSerializer by Flori, the idea is to use it as follows: @GenSerializer public class CategoryItem {    ListProduct productKey;    int quantity;     } result of the generated code: public class

Re: GWT Developer Plugin for Firefox 7

2011-10-02 Thread Michele Adams
Awesome. Can you share the link where it can be found? On 10/2/11 5:49 PM, wbabachan wbabac...@googlemail.com wrote: Of course I can do, but I have no idea, how and where. Unfortunately I can't attach the xpi here, Is there any way to attach the xpi here ? I want to share it. -- You received

Re: GWT Developer Plugin for Firefox 7

2011-10-02 Thread Michele Adams
Wbabachan, Can you share the link where the xpi can be found? What version of the developer plugin is it? On 10/2/11 5:49 PM, wbabachan wbabac...@googlemail.com wrote: Of course I can do, but I have no idea, how and where. Unfortunately I can't attach the xpi here, Is there any way to attach

Re: GWT Developer Plugin for Firefox 7

2011-10-02 Thread Michele Adams
Thanks wbabachan.I guess we'll find out if it will work with Firefox 6.0.2 On 10/2/11 6:29 PM, wbabachan wbabac...@googlemail.com wrote: OK I've found a way, I have uploaded the file here: http://www.sendspace.com/file/s01yil I Hope that it helps everyone. -- You received this message

Re: Need good structure for page with login (2 views per presenter!?)

2011-10-02 Thread Aidan O'Kelly
On Sun, Oct 2, 2011 at 3:06 PM, benneq benjamin_ma...@lavabit.com wrote: A working solution would be: have a single presenter and a single view. And the presenter tells the display using a boolean which UI to display. But I expect it to produce very ugly code. Everywhere: # if(loggedIn ==

[gwt-contrib] Re: Comment on WorkingWithMaven in google-web-toolkit

2011-10-02 Thread codesite-noreply
Comment by philippe.beaudoin: In Eclipse Indigo Java IDE I was not able to install build-helper-maven-plugin from the update site you recommend here (I got a missing dependency error). Instead I installed `build helper` from `Window Preferences Maven Discovery open catalog`. For more