Re: Overlays and Hosted mode

2011-02-10 Thread Harold Comere
Hello, Thank you for your replies ! So i uderstand that hosted mode doesnt seem really suitable with real time 3D applications in a html5 canvas using WebGL, resquesting thousands of overlayed functions calls per second =/ Also for debugging purpose, it wont be possible to run the whole

RequestFactory edit() fuction not working

2011-02-10 Thread newbee
Hi All, I am new to requestfactory and currently working on sample to understand it better. I have created simple entity at server side and trying to check create,update delete operation from the client side.I could see create and delete working as expected but when it comes to update it is

Re: is it of any value to create RequestContext and EntityProxy test to validate their correctness ?

2011-02-10 Thread Thomas Broyer
RequestFactoryInterfaceValidator is directly called by the ResolverServiceLayer, which is part of of the SimpleRequestProcessor (used by RequestFactoryServlet, and probably by your unit tests, using an InProcessRequestTransport), so no, there's no need to call it directly yourself in addition

Re: To smart GWT or not

2011-02-10 Thread jaga
One problem with GWT is it's lack of styling. The default style is un- styled and doesn't work for our application. SmartGWT on the other- hand provides an attractive uniform styling. The blocker for me is that now you are using another 3rd party library: you have to learn its ways, integrate with

FocusWidget fired repeats the event

2011-02-10 Thread julio
Hi, I'm using GWT 2.1.1 and I created a widget that extends FocusWidget. I have added to this widget a classical ClickHandler like this: new ClickHandler() { public void onClick(ClickEvent event) { //do something } }; my problem is

I need 2 Google IO tickets

2011-02-10 Thread István Szoboszlai
Hello, Sorry to post about this, but I am desperate about going to Google IO. I develop in GWT for more than 3 years. We already bought the plain tickets from Hungary, but could not buy IO tickets. We also have a gwt framework called IneForm, that is going to be opensourced soon (I think it is a

suggestbox selection handler and keypress handler

2011-02-10 Thread Torgeir
Am looking for an easy way to avoid a keypress from the textbox of a suggestbox when the user selects an item from the suggested dropdown. I need to handle both in my application, but if the user selects an item from the suggested drop down, i want to avoid the event from the keydown handler

Re: To smart GWT or not

2011-02-10 Thread ep
GWT is not designed to be a UI Framework, rather its a base for everything else. And this is good so. We're using ExtGWT as a UI Framework, we kicked SmartGWT because of their JS wraps (not a native GWT implementation) On 10 Feb., 11:11, jaga j.annes...@gmail.com wrote: One problem with GWT is

[REPOST] Performance issues with Google Chrome in hosted mode

2011-02-10 Thread almeidap
[Sorry for posting this multiple times, either my messages are still blocked after 2 weeks or they have been lost...] I'm experiencing important performance issues when running/debugging our application in hosted mode under Google Chrome. After some benchmark tests, it seems that Chrome is 3 to

Load Testing GWT applications

2011-02-10 Thread Chandrasekar Venkatraman
Hello, I need to implement Load Testing(say for some 20 users) on my GWT application running in tomcat server on my machine. I am working on Ubuntu OS. On googling, I find NeoTys that satisfies my requirement, but the trial version has few conditions: 1. It supports only Windows Users 2. the

Re: GWT Scroll Bar Issue

2011-02-10 Thread Vish
John, DataGrid as you mentioned above, is very important for our project too and if you could provide about its release it would be very much appreciable. On Jan 21, 8:35 pm, Jeff Schwartz jefftschwa...@gmail.com wrote: +1 On Jan 21, 2011 7:53 AM, wajad abbasi wajadabb...@gmail.com wrote:

cross-selection of CheckboxCell in CellTable

2011-02-10 Thread faith
Hi, I've implemented a CellTable with three distinct columns of type CheckboxCell checkBoxCell = new CheckboxCell(true, false); ColumnAnagrafica, Boolean checkColumn = new ColumnAnagrafica, Boolean(checkBoxCell) { @Override public

Re: Developing a large scale GWT app and MVP

2011-02-10 Thread Ernesto Reig
Thank you very much Ashton. I like both approaches, although the last one seems to be more professional from an architectural point of view. So, I need to implement the handler (handlers if a had several popups), and it will center() the popup. Let´s suppose the app center()s a different popup per

Re: GWT Scroll Bar Issue

2011-02-10 Thread John LaBanca
On Thu, Feb 10, 2011 at 12:20 AM, Vish vnd...@gmail.com wrote: John, DataGrid as you mentioned above, is very important for our project too and if you could provide about its release it would be very much appreciable. The current plan is to get it into GWT 2.3, which we just started working

Re: Info. about Gmail Contextual Gadget

2011-02-10 Thread nacho
http://code.google.com/p/gwt-google-apis/wiki/GadgetsGettingStarted http://code.google.com/intl/es-AR/apis/gadgets/docs/dev_guide.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Exception thrown while constructing Processor object

2011-02-10 Thread Kayode Odeyemi
Hi,, I encountered this error: Exception thrown while constructing Processor object: org/datanucleus/exceptions/NucleusException after I ran mvn gwt:run. The error occurred as a compilation error. Can't find anyone replicating this error online. -- Odeyemi 'Kayode O. B.Sc(Hons) Econs,

Re: sending image file using RequestFactory takes a long time. what is the correct way ?

2011-02-10 Thread Thomas Broyer
On Thursday, February 10, 2011 3:21:52 AM UTC+1, zixzigma wrote: I put the image file on classpath and read it as shown above, my intention is to keep things simple before using a DB. do you think this might be the reason behind the delay ? No. or could it be converting from byte[] to

Re: FocusWidget fired repeats the event

2011-02-10 Thread Lazo Apostolovski
How many times you add new ClickHandler? I think that you add more then one different handlers, who listening for click event. TextBox.addClickHandler(new ClickHandler(){}). Maybe when page reload or something. Try to debug how many different instances you are creating and adding. -- You

Re: RequestFactory edit() fuction not working

2011-02-10 Thread Thomas Broyer
The culprit is not RequestFactory, it is your server-side code that does the persist() (and/or the one that does the findCcfSearchCriteria). -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: FocusWidget fired repeats the event

2011-02-10 Thread julio
Hi, click-handler is added only one time (verified debugging too). Julio On Feb 10, 1:52 pm, Lazo Apostolovski lazo.apostolov...@gmail.com wrote: How many times you add new ClickHandler? I think that you add more then one different handlers, who listening for click event.

Re: To smart GWT or not

2011-02-10 Thread Rogério Valente
We install an application in production environment using 2.x GWT GWT- EXT 2.0.5. I tried to migrate to the Smart Gwt but we would have much trouble with the widgets you customized. A new application would have to be developed. We believe that GWT-EXT was easier to use. A basic problem we faced

Putting bootstrap js in host page

2011-02-10 Thread Paul Smith
I was just wondering if anyone has tried to put the bootstrap js straight into the host page. It seems like it would reduce the number of http requests in a typical GWT app. Typical GWT apps have a host page (probably not set to cache forever), which includes the boostrap js (which typically

GWT Performace Tips

2011-02-10 Thread tjmcc18
I am working on a GWT application and over time it has become extremely slow while running in IE7. It still runs very fast in Firefox3 however. This leads me to believe there must be some GWT specific programming techniques that while acceptable when running in Firefox, cause IE to run very

Re: GWT Performace Tips

2011-02-10 Thread Jeff Schwartz
Is the problem in dev or production? On Feb 10, 2011 12:33 PM, tjmcc18 tjmc...@gmail.com wrote: I am working on a GWT application and over time it has become extremely slow while running in IE7. It still runs very fast in Firefox3 however. This leads me to believe there must be some GWT

Re: GWT Performace Tips

2011-02-10 Thread tjmcc18
The problem is in production mode when running the compiled javascript. On Feb 10, 12:35 pm, Jeff Schwartz jefftschwa...@gmail.com wrote: Is the problem in dev or production? On Feb 10, 2011 12:33 PM, tjmcc18 tjmc...@gmail.com wrote: I am working on a GWT application and over time it

Frame not refreshing when call setURL

2011-02-10 Thread Greg Dougherty
So, I have a hidden frame, and I set its URL to download a file from my server. The first time I do this, it works like a charm. Any subsequent times I do it, my server never gets the call. I am changing at least one of the parameters of the URL each time, so I don't believe that Firefox would

Re: GWT Performace Tips

2011-02-10 Thread Jim Douglas
If you have any influence over the choice of browser, IE7 should no longer be used. But the basic problem is simply the quality of the JavaScript engines in the various browsers. To see this, go to this page in IE7, IE8, Chrome, and Firefox and compare the results:

Re: GWT Performace Tips

2011-02-10 Thread tjmcc18
Thank you very much for the information. I have no doubt that the quality of the javascript engine plays a large role. In my case, I am using GWT so I have a very limited control over the javascript that is created. I know the performance of IE may never match Firefox, but is there any way to

RequestFactory Inheritance

2011-02-10 Thread Vasily
Hi All, Have 3 entity persisted in same table: - Contact - PersonContact extends Contact - CompanyContact extends Contact I can create request which will return Contact... Something like Requestjava.util.ListContactProxy findContactEntries(). The problem is what this ContactProxy will contain

Re: GWT Performace Tips

2011-02-10 Thread Jim Douglas
To answer the original question: Have you found any techniques which enabled you to speed up IE? The fastest possible code is the code that never gets executed. The only way to improve performance of your application in IE is to identify any code that can be done on the server and move it

Re: RequestFactory Inheritance

2011-02-10 Thread Y2i
the issue http://code.google.com/p/google-web-toolkit/issues/detail?id=5367 a workaround https://groups.google.com/d/msg/google-web-toolkit/DMiuK_TBEh4/jSmPC-K2e_YJ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Help with config two Server.

2011-02-10 Thread Soon Fatt Hoo
I am having problem to configure two servers to talk with each other. First server is pure Spring remoting server without any GWT code, second server is GWT Ui code. I want to able to run GWT UI as a server and remote to Spring remoting server to get data. The project structure look like this

GWT Base Application Featuring Best-Practice Technologies

2011-02-10 Thread Jake Wharton
I have written (and am still working on) writing a simple base application which sets up and demonstrates the majority of GWT's new and recommended technologies. This is actually my first foray into GWT and instead of starting simple and integrating these technologies one- by-one I wanted to do

Re: GWT Performace Tips

2011-02-10 Thread Jim Douglas
Have you profiled your application in Chrome using Speed Tracer? http://code.google.com/webtoolkit/speedtracer/ Even if overall performance is acceptable in Chrome and Firefox, there are bottlenecks in any application. If you find and optimize those bottlenecks in Speed Tracer, there's a good

Re: RequestFactory Inheritance

2011-02-10 Thread Vasily
Thank you! On Feb 10, 9:07 pm, Y2i yur...@gmail.com wrote: the issuehttp://code.google.com/p/google-web-toolkit/issues/detail?id=5367 a workaroundhttps://groups.google.com/d/msg/google-web-toolkit/DMiuK_TBEh4/jSmPC-... -- You received this message because you are subscribed to the Google

Re: Using the Layout class

2011-02-10 Thread Magnus
Hi Jeff, yes I did! I tried to use the layout class directly, as DockLayoutPanel does. But I gave up, and I use the LayoutPanel class instead. This works. Thanks Magnus On Feb 6, 6:22 pm, Jeff Larsen larse...@gmail.com wrote: Have you set your doctype to standards mode? If you post some code

Re: loading a property file from the backend with RequestBuilder?

2011-02-10 Thread SrArcos
Hello, I am interested in this issue, can you send me the example of what you did? Because, I can read any file.. in dev mode(jetty) it has a path, and in hosted mode (in tomcat) it has other path... I seem dificult... On 9 feb, 16:27, Ed post2edb...@gmail.com wrote: In the meantime I simple

Re: Using the Layout class

2011-02-10 Thread John LaBanca
DockLayoutPanel and LayoutPanel require an unbroken chain of LayoutPanels up to the RootLayoutPanel (not RootPanel) that implement ProvidesResize, or it won't work on IE. Alternatively, you can set the height and widget of the panel. If you are using a DockLayoutPanel within a page, you can add

Re: loading a property file from the backend with RequestBuilder?

2011-02-10 Thread John LaBanca
Could you parse the file on the server side and return the Map via RequestFactory? That would avoid parsing on the client. Thanks, John LaBanca jlaba...@google.com On Thu, Feb 10, 2011 at 1:39 PM, SrArcos srar...@gmail.com wrote: Hello, I am interested in this issue, can you send me the

Re: RequestFactory Inheritance

2011-02-10 Thread Vasily
Could you provide more detailed example of workaround? How to use it? I'll appreciate... Thx! On Feb 10, 9:07 pm, Y2i yur...@gmail.com wrote: the issuehttp://code.google.com/p/google-web-toolkit/issues/detail?id=5367 a

Re: loading a property file from the backend with RequestBuilder?

2011-02-10 Thread Ed
@John: In my case I don't like your solution as it means I have to hit the web container, which I only use for rpc calls.. I have a two layered deployment model: Apache webserver and Tomcat webcontainer (can be on separate servers). Loading the properties through the webcontainer through rpc is

GWT + Firefox addons

2011-02-10 Thread engebaja
Hi guys! Because I'm starting to learn GWT and at same time learn about creating firefox extensions, I'm curious is it possible to use these technologies together, i.e. may I write code in GWT and after that pack it in firefox addon? If your answer is yes, I would be glad to hear ways how to

Celltable loading state

2011-02-10 Thread Deepak Singh
Hi All, How can we set the loading image to be visible till the cell table loads ? -- 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,

Re: RequestFactory Inheritance

2011-02-10 Thread Y2i
It's ugly but it works. If you have a better workaround please share. The idea is instead of querying for ListContactProxy you query for ListContactWrapperProxy. Then you call ContactWrapper.getPersonContact(). If it returns non-null value then it's a person. Otherwise you call

Re: ValueProxy.EntityProxy.field problem on setViolations()

2011-02-10 Thread Y2i
Bump... -- 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

Re: Celltable loading state

2011-02-10 Thread John LaBanca
You can specify your own image by extending CellTable.Resources and replacing cellTableLoading(). interface MyResources extends CellTable.Resources { @Source(myImage.png); ImageResource cellTableLoading(); } CellTable.Resources res = GWT.create(CellTable.Resources.class); CellTable table =

Re: Celltable loading state

2011-02-10 Thread Y2i
I use setRowCount(0, true). -- 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

Re: Celltable loading state

2011-02-10 Thread John LaBanca
My bad, I misunderstood. table.setVisibleRangeAndClear() will ensure that the loading indicator appears until setRowCount(0, true) or setRowData() are called. Thanks, John LaBanca jlaba...@google.com On Thu, Feb 10, 2011 at 2:26 PM, Y2i yur...@gmail.com wrote: I use setRowCount(0, true).

Re: Celltable loading state

2011-02-10 Thread Y2i
Oops, sorry, I mis-read the question... -- 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

Re: GWT Performace Tips

2011-02-10 Thread tjmcc18
I have not tried speedtracer yet. It is a good idea to improve performance in Chrome and Firefox as much as possible, as that could help in IE. I will also review the amount of processing we are doing on the client, since I agree that could speed things up. Is IE pretty much a no go for GWT for

Re: RequestFactory Inheritance

2011-02-10 Thread Vasily
Thank you! Yeah, that's ugly, but that's great :) On Feb 10, 10:20 pm, Y2i yur...@gmail.com wrote: It's ugly but it works.  If you have a better workaround please share. The idea is instead of querying for ListContactProxy you query for ListContactWrapperProxy. Then you call

Re: GWT Base Application Featuring Best-Practice Technologies

2011-02-10 Thread George Moschovitis
Great projects, looks to be at an early stage though :( -g. -- 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

Re: GWT Performace Tips

2011-02-10 Thread Jim Douglas
Every developer has to weigh the tradeoffs and decide for himself or herself how to deal with IE. Given market realities, it can be difficult to take a hard-line position of we don't support IE. But you can try to direct your users to use modern browsers (WebKit is best, Firefox is a distant

Re: GWT Base Application Featuring Best-Practice Technologies

2011-02-10 Thread Jake Wharton
Well it's not supposed to actually *do *anything. It is only sample application which provides the foundation for building your own web app. It is meant to be used as a platform to provide recommended design patterns using the most current technologies GWT has to offer. I am going to add a few

Re: GWT Performace Tips

2011-02-10 Thread Pascal
One place where you might want to start looking is DOM manipulation. IE is much slower at everything but the DOM can kill your app performance quicker than anything else. An example we ran into, creating a table dynamically. Anything that tries to build and manipulate a table using the DOM (like

IE warning message in web mode

2011-02-10 Thread othman
Hello, I'm using GWT 2.1 and IE to test the default hello world GWT app. I compile the default Hello world GWT app and then go to HTML file and open it with IE. I get a red warning message Your web browser must have JavaScript enabled in order for this application to display correctly. I had to

Re: GWT Performace Tips

2011-02-10 Thread Martin Gorostegui
Agree with Pascal. TJ: Maybe you can tell us what your application consists of so that it gets easier to identify and isolate a DOM manipulation performance problem (if this is the case). Does it have some kind of table with lots of elements? or maybe a listbox with lots of entries? For those

Re: IE warning message in web mode

2011-02-10 Thread Ben Imp
I believe your problem is the lack of a web server. IE doesn't like people opening JS-laced web pages from the local drive. Probably a security concern, I would imagine. I have noticed this with non-GWT html as well, as I will often create little html test harnesses for some jQuery work, and I

Re: IE warning message in web mode

2011-02-10 Thread othman
Thanks Ben, So there is no solution other to accept and live with this security restriction in IE? On Feb 10, 8:52 pm, Ben Imp benlee...@gmail.com wrote: I believe your problem is the lack of a web server.  IE doesn't like people opening JS-laced web pages from the local drive.  Probably a

Re: TabLayoutPanel border color

2011-02-10 Thread Eze
The classes are: .gwt-DecoratedTabBar .tabTopLeft { .gwt-DecoratedTabBar .tabTopCenter { .gwt-DecoratedTabBar .tabTopRight { .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft { .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter { .gwt-DecoratedTabBar .gwt-TabBarItem-selected

Re: GWT IE9 Status

2011-02-10 Thread Jim Douglas
http://arstechnica.com/microsoft/news/2011/02/internet-explorer-9-release-candidate-released.ars http://blogs.msdn.com/b/giorgio/ On Feb 1, 10:45 am, Jim Douglas jdou...@basis.com wrote: Are there any updates on when GWT is expected to support IE9?

Re: IE warning message in web mode

2011-02-10 Thread Ben Imp
You could run a local web server. I always deploy my application to a local Tomcat server for testing. -Ben On Feb 10, 3:09 pm, othman othmanelmou...@gmail.com wrote: Thanks Ben, So there is no solution other to accept and live with this security restriction in IE? On Feb 10, 8:52 pm, Ben

Re: IE warning message in web mode

2011-02-10 Thread othman
unfortunately our gwt app is client only and we don't use any server side functionality.our app will be run from user's local file system without deploying in a web server. why IE made this security restriction? and why this doesn't happen in Firefox and Chrome? On Feb 10, 9:34 pm, Ben Imp

Accessing Servlet from GAE using RequestFactory and XmlRPC

2011-02-10 Thread chris
I have a current issue where I need to handle security and sessions for a an implementation that uses RequestFactory and an XmlRPC servlet. I am using the XmlRPC for communication from an android device and RequestFactory for the web interface. The problem I have is that I am using the back end

CSS Styling With GWT

2011-02-10 Thread Nick Apperley
I am interested in finding out how people do CSS styling with GWT. After making an attempt to go though the Client Bundle route CSS is not being applied to all the UI Binder templates. Google have deprecated the method of referring to CSS via the link tag in a HTML page. Previously I used this

Re: GWT dev. mode Plugin Irresponsive

2011-02-10 Thread Chris Conroy
There's been some contention in plugin-futures about allowing plugins to disable the hang monitors. The current winds are against us in this cause, and, at least for the short term, this is an annoyance we have to live with. I'm assuming you're talking about the chrome plugin here. In that case,

Including gwt-widgets in a servlet generated page

2011-02-10 Thread frank
Hi I have a HTML-page whith is renderd via a servlet. Now I want to inject GWT Buttons on serveral places in that page, which will open a Dialog Window. How can I include GWT-Widgets in a server generated page. thanks Frank -- You received this message because you are subscribed to the Google

writing doctype and the head section

2011-02-10 Thread frank
Hi I want to write the whole HTML output from my GWT-App without a HTML template. Is that possible. How can I write the doctype and the head section thanks frank -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Celltable loading state

2011-02-10 Thread Craig Day
Except there is no such method :). Perhaps you mean something like: table.setVisibleRangeAndClearData(table.getVisibleRange(), true); Cheers Craig -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Celltable w/ selectionModel and ActionCells

2011-02-10 Thread Henry H.
hi, i have a celltable with a selectionModel but also a column of actioncells. the selectionModel and actioncells both handle click events, but when i click the action cell, it also triggers the selectionmodel click handler. is it possible to prevent this? Or do i have to nix the selectionModel

Re: RequestFactory Inheritance

2011-02-10 Thread Y2i
Some server-side ugliness can be hidden if the type check and field assignments are done in the ContactWrapper(Contact c) constructor but it does not help when a ContactWrapperProxy is created on the client side. -- You received this message because you are subscribed to the Google Groups

Re: writing doctype and the head section

2011-02-10 Thread Dazza
GWT javascript code is hosted inside a html page, so you can't write the doctype and head section. What you could do though is write a servlet (or jsp etc) that generates the host page, giving you complete programatical control over the html document contents rather than using a static template.

what is the benefit of GAE Datastore over AmazonSimple DB when developing GWT applications ?

2011-02-10 Thread zixzigma
Hello Everyone, my GWT App uses RequestFactory to access Data. for actual data storage I would like to ask your opinion, in your experience what is the benefit of using GAE Datastore over AmazonSimpleDB ? Thank You -- You received this message because you are subscribed to the Google Groups

Java Mail Provider

2011-02-10 Thread unair001
The GWT appengine SDK 1.4.0 comes packaged with the java mail jars. The Java mail provider Jar has only one entry for protocol gm. It does not have anything for smtps. When I use that protocol for my SMTP server, I get an error stating that the provide is not known. How do I get the SMTPS option

Parsing objects of persistent classes from server side code to client side.

2011-02-10 Thread Ambegodas
I working on project where i have a class called Product in server side. Since i need to use JDO to store product objects in data store i must include the product class in server side. But the problem i have is that i cant pass the retrieved product objects from data store to client side. As i

Compressing cache.html files

2011-02-10 Thread Syed Ali Saim
Hi, I have an application with django non-rel backend, and GWT front end. My application front end files are statically served, and I am facing some difficulty with compressing the content. here is what my response header looks like in firebug -- Etagz4VwiA

Does GWT collect data and send it to Google or other 3rd party's servers

2011-02-10 Thread Wen Chin
Hi, I am interested in using GWT for some of my company Web Application project. One concern I have is any kind of company data gets collected and pushed to either Google's servers or other 3rd party server. Can you help me or provide any information regarding this? Thank you! -Wen -- You

Re: Does GWT collect data and send it to Google or other 3rd party's servers

2011-02-10 Thread David Chandler
See http://code.google.com/webtoolkit/privacy.html /dmc On Thu, Feb 10, 2011 at 4:11 PM, Wen Chin wenshiangc...@gmail.com wrote: Hi, I am interested in using GWT for some of my company Web Application project. One concern I have is any kind of company data gets collected and pushed to

FormPanel.SubmitCompleteHandler called even on error return?

2011-02-10 Thread Bill Janssen
I find that even when my server sends back 400 and 401 error responses in response to a FormPanel submit, the SubmitCompleteHandler of the FormPanel is still being called. Is there any way in a SubmitCompleteHandler to see if the submit actually succeeded or not? This is with GWT 2.1.1. -- You

Re: Java Mail Provider

2011-02-10 Thread A. Stevko
Hello UN, Appengine supports the javax.mail api. http://code.google.com/appengine/docs/java/mail/usingjavamail.html http://code.google.com/appengine/docs/java/mail/receiving.html GWT does not. http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html On Thu, Feb 10, 2011 at 2:46 PM,

Re: Parsing objects of persistent classes from server side code to client side.

2011-02-10 Thread Y2i
RequestFactoryhttp://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.htmlis designed to operate on such objects. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: RequestFactory: /gwtRequest not found

2011-02-10 Thread $ a r j i t h Pullithodi
Hi, I was trying to follow RequestFactory concept. and I'm still not able to solve this error. (even after adding this servlet mapping). -- Sarjith On Sun, Dec 26, 2010 at 10:03 AM, Matthew Hill matt2...@gmail.com wrote: Fixed by adding a servlet handler for

Re: RequestFactory: /gwtRequest not found

2011-02-10 Thread $ a r j i t h Pullithodi
On Fri, Feb 11, 2011 at 11:41 AM, Y2i yur...@gmail.com wrote: There should be something like this in app's web.xml servlet servlet-namerequestFactory/servlet-name servlet-classcom.google.gwt.requestfactory.server.RequestFactoryServlet/servlet-class /servlet servlet-mapping

Re: GWT Base Application Featuring Best-Practice Technologies

2011-02-10 Thread George Moschovitis
I suppose I should also look at supplying a Maven archetype so that you can just generate the project in one command, but for now this allows for simple setup and execution out-of-the-box. Yeah, a Maven archetype would be useful! thanks, -g. -- You received this message because you

Re: RequestFactory: /gwtRequest not found

2011-02-10 Thread $ a r j i t h Pullithodi
Hi, Same thing happened earlier when I tried to run *DynaTableRf* example given in google tutorial. The very first thing I dint understand is, how do we map the request url to our method?. com.google.gwt.requestfactory.server.RequestFactoryServlet is the class defined in gwt package, then how

Is there a way to retrieve the prefix of a Place

2011-02-10 Thread karthik reddy
I was wondering if there is a way to retrieve the prefix corresponding to a place ??? For example lets say I have the following Place class: public class HomePlace extends Place { @Prefix(/home) public static class Tokenizer implements PlaceTokenizerHomePlace { @Override public HomePlace

[gwt-contrib] [google-web-toolkit] r9717 committed - Fixes memory leak in ResourceOracleImpl under GWT Designer....

2011-02-10 Thread codesite-noreply
Revision: 9717 Author: gwt.mirror...@gmail.com Date: Thu Feb 10 11:10:49 2011 Log: Fixes memory leak in ResourceOracleImpl under GWT Designer. While using GWT Designer the class path cache in ResourceOracleImpl never gets cleared of obsolete data.

[gwt-contrib] Contributing widgets back, how should styling be implemented?

2011-02-10 Thread Jeff Larsen
I've developed a widget similar to decoratorpanel, except it facilitates drag resizing and uses the layout panel architecture instead of the html table layout of DecoratorPanel. I've got some more javadoc and tests to write before I send it in for review (and possibly additions to showcase).

Re: [gwt-contrib] Contributing widgets back, how should styling be implemented?

2011-02-10 Thread John LaBanca
Sounds cool. Looking forward to seeing it. On Thu, Feb 10, 2011 at 2:23 PM, Jeff Larsen larse...@gmail.com wrote: I've developed a widget similar to decoratorpanel, except it facilitates drag resizing and uses the layout panel architecture instead of the html table layout of DecoratorPanel.

[gwt-contrib] Re: Provides a CachedCompilationUnit class to serialize a CompilationUnit. (issue1357801)

2011-02-10 Thread zundel
http://gwt-code-reviews.appspot.com/1357801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9718 committed - fix for IE devmode when using specific linker setting....

2011-02-10 Thread codesite-noreply
Revision: 9718 Author: gwt.mirror...@gmail.com Date: Thu Feb 10 12:12:19 2011 Log: fix for IE devmode when using specific linker setting. Review at http://gwt-code-reviews.appspot.com/1358801 Review by: unn...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9718

[gwt-contrib] Re: Provides a CachedCompilationUnit class to serialize a CompilationUnit. (issue1357801)

2011-02-10 Thread jbrosenberg
LGTM + minor nits http://gwt-code-reviews.appspot.com/1357801/diff/2001/2004 File dev/core/src/com/google/gwt/dev/javac/Dependencies.java (right): http://gwt-code-reviews.appspot.com/1357801/diff/2001/2004#newcode41 dev/core/src/com/google/gwt/dev/javac/Dependencies.java:41: class Dependencies

[gwt-contrib] Re: Provides a CachedCompilationUnit class to serialize a CompilationUnit. (issue1357801)

2011-02-10 Thread scottb
Isn't Java serialization fun? Welcome to your Java Serialization trial-by-fire. :) http://gwt-code-reviews.appspot.com/1357801/diff/2001/2002 File dev/core/src/com/google/gwt/dev/javac/CachedCompilationUnit.java (right): http://gwt-code-reviews.appspot.com/1357801/diff/2001/2002#newcode43

[gwt-contrib] [google-web-toolkit] r9721 committed - Cherry picking r9720 into releases/2.2

2011-02-10 Thread codesite-noreply
Revision: 9721 Author: gwt.mirror...@gmail.com Date: Thu Feb 10 14:04:06 2011 Log: Cherry picking r9720 into releases/2.2 http://code.google.com/p/google-web-toolkit/source/detail?r=9721 Added: /releases/2.2/user/test/com/google/gwt/media/public-test

[gwt-contrib] Re: Proactively gathers more method names for MethodArgNamesLookup. Before this (issue1359801)

2011-02-10 Thread zundel
Scott and I noticed that the MethodArgNamesLookup did not contain all the methods we thought it should. This could result in extra parsing time if the diet parse needs to be called to resolve method argument names. http://gwt-code-reviews.appspot.com/1359801/diff/1/4 File

[gwt-contrib] [google-web-toolkit] r9722 committed - tag for the release of GWT 2.2

2011-02-10 Thread codesite-noreply
Revision: 9722 Author: mrruss...@google.com Date: Thu Feb 10 14:55:48 2011 Log: tag for the release of GWT 2.2 http://code.google.com/p/google-web-toolkit/source/detail?r=9722 Added: /tags/2.2.0/2.2 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9723 committed - firest tag was incorrect

2011-02-10 Thread codesite-noreply
Revision: 9723 Author: mrruss...@google.com Date: Thu Feb 10 15:31:37 2011 Log: firest tag was incorrect http://code.google.com/p/google-web-toolkit/source/detail?r=9723 Deleted: /tags/2.2.0 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9724 committed - tag for the release branch

2011-02-10 Thread codesite-noreply
Revision: 9724 Author: mrruss...@google.com Date: Thu Feb 10 15:33:22 2011 Log: tag for the release branch http://code.google.com/p/google-web-toolkit/source/detail?r=9724 Added: /tags/2.2.0 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9725 committed - update the documentation from the latest release build

2011-02-10 Thread codesite-noreply
Revision: 9725 Author: mrruss...@google.com Date: Thu Feb 10 16:43:23 2011 Log: update the documentation from the latest release build http://code.google.com/p/google-web-toolkit/source/detail?r=9725 Modified: /javadoc/2.2/com/google/gwt/media/client/Audio.html

[gwt-contrib] [google-web-toolkit] r9726 committed - CollectorNull should not set stack traces when stack stripping is enab...

2011-02-10 Thread codesite-noreply
Revision: 9726 Author: cromwell...@google.com Date: Thu Feb 10 14:05:42 2011 Log: CollectorNull should not set stack traces when stack stripping is enabled. Throwable.getStackTrace() already handles the case of a null stack trace and constructs an empty array. Review at

  1   2   >