Enviado desde mi BlackBerry de Movistar -----Original Message----- From: [email protected] Sender: [email protected] Date: Thu, 28 Nov 2013 13:13:04 To: Abridged Recipients<[email protected]> Reply-To: [email protected] Subject: Abridged summary of [email protected] - 17 Messages in 6 Topics
============================================================================= Today's Topic Summary ============================================================================= Group: [email protected] Url: http://groups.google.com/group/google-web-toolkit/topics - GWT FileUpload with Progress Listener [6 Updates] http://groups.google.com/group/google-web-toolkit/t/dc87975491ae1da0 - Dynamic Output? [1 Update] http://groups.google.com/group/google-web-toolkit/t/2e34ba1faf11149 - JPA for GWT [7 Updates] http://groups.google.com/group/google-web-toolkit/t/f24fe9a887224474 - Building the dev plugin for firefox [1 Update] http://groups.google.com/group/google-web-toolkit/t/69ce275b4b359e27 - Split Report Analysis - Makes sense? [1 Update] http://groups.google.com/group/google-web-toolkit/t/112fb55f951ba640 - Default value in empty TextBox [1 Update] http://groups.google.com/group/google-web-toolkit/t/7dc416c8d4e32d79 ============================================================================= Topic: GWT FileUpload with Progress Listener Url: http://groups.google.com/group/google-web-toolkit/t/dc87975491ae1da0 ============================================================================= ---------- 1 of 6 ---------- From: confile <[email protected]> Date: Nov 27 07:02AM -0800 Url: http://groups.google.com/group/google-web-toolkit/msg/a1224961b310dad6 want to observe the upload percentage of a file upload from GWT. In JavaScript you can use a XMLHttpRequest and add an event listener like this: var oReq = new XMLHttpRequest(); ---------- 2 of 6 ---------- From: Jens <[email protected]> Date: Nov 27 07:51AM -0800 Url: http://groups.google.com/group/google-web-toolkit/msg/3e0d133e42ebed00 Well if you already know the concept of JSNI then you can use it to add a listener to GWT's XMLHttpRequest as its an ordinary JavaScriptObject. You either extend it or create a utility method. ---------- 3 of 6 ---------- From: confile <[email protected]> Date: Nov 27 09:42AM -0800 Url: http://groups.google.com/group/google-web-toolkit/msg/1f13a3fa0c9c35d3 Hi Jens, thanks for your help. I know the concept but did not fully understand you. 1. What do you mean by: "Don't forget to cleanup the event listener after you are done."? ---------- 4 of 6 ---------- From: Juan Pablo Gardella <[email protected]> Date: Nov 27 03:49PM -0200 Url: http://groups.google.com/group/google-web-toolkit/msg/277c91fc02295e70 See https://code.google.com/p/google-web-toolkit/issues/detail?id=624 comment 23 <https://code.google.com/p/google-web-toolkit/issues/detail?id=624#c23>. I've implemented a file upload with a ---------- 5 of 6 ---------- From: confile <[email protected]> Date: Nov 27 12:11PM -0800 Url: http://groups.google.com/group/google-web-toolkit/msg/fb1e36213ab6e47b I did not seen how to implement the progress listener in this post. Could you please post an example? Am Mittwoch, 27. November 2013 18:49:42 UTC+1 schrieb Juan Pablo Gardella: ---------- 6 of 6 ---------- From: Thomas Broyer <[email protected]> Date: Nov 28 03:20AM -0800 Url: http://groups.google.com/group/google-web-toolkit/msg/ef401bfbc23abf0a Have you checked Elemental? AFAICT, everything's there already. http://www.gwtproject.org/articles/elemental.html On Wednesday, November 27, 2013 4:02:48 PM UTC+1, confile wrote: ============================================================================= Topic: Dynamic Output? Url: http://groups.google.com/group/google-web-toolkit/t/2e34ba1faf11149 ============================================================================= ---------- 1 of 1 ---------- From: Chris Williams <[email protected]> Date: Nov 27 11:48AM -0800 Url: http://groups.google.com/group/google-web-toolkit/msg/3b64577034337cbe Hello, I'm just learning GWT and I've noticed that there's no documentation about producing dynamic output. By which I mean the ability to, for example, make a call to a database and build that ============================================================================= Topic: JPA for GWT Url: http://groups.google.com/group/google-web-toolkit/t/f24fe9a887224474 ============================================================================= ---------- 1 of 7 ---------- From: Ltearno <[email protected]> Date: Nov 27 07:56AM -0800 Url: http://groups.google.com/group/google-web-toolkit/msg/d6da333eba11d696 Hi everybody, I am planning to implement a fully compliant JPA library for GWT. But before i do so, i need to first know whether people would be interested by such a project. ---------- 2 of 7 ---------- From: Subhrajyoti Moitra <[email protected]> Date: Nov 27 09:55PM +0530 Url: http://groups.google.com/group/google-web-toolkit/msg/a6270bf5059c3a88 try Errai framework. ---------- 3 of 7 ---------- From: Arnaud TOURNIER <[email protected]> Date: Nov 27 05:34PM +0100 Url: http://groups.google.com/group/google-web-toolkit/msg/fdfd41e1ffc59a27 Yes i know ERRAI but : - You can only execute very simple queries, - You cannot use any joins or nested attribute retrieval, - All queries should be parsable at compile time. ---------- 4 of 7 ---------- From: Alain Ekambi <[email protected]> Date: Nov 27 05:53PM +0100 Url: http://groups.google.com/group/google-web-toolkit/msg/fa0df88e3f9c514 ERRAI is open source. Why not extend or contribuate to it instead of rolling with a yet a new library ? Sounds good though :) 2013/11/27 Arnaud TOURNIER <[email protected]> ---------- 5 of 7 ---------- From: Jens <[email protected]> Date: Nov 27 08:57AM -0800 Url: http://groups.google.com/group/google-web-toolkit/msg/e6ad13998c0b661c > - You can have only one persistence context, > - The GROUP BY clause is not supported... > That's why a REAL JPA implementation is missing... Maybe you should reach out to Errai and ---------- 6 of 7 ---------- From: Arnaud TOURNIER <[email protected]> Date: Nov 27 05:59PM +0100 Url: http://groups.google.com/group/google-web-toolkit/msg/f0be10cc41ae95b5 The problem is that Errai is not supported by an underlying powerful SQL implementation. That's why they say those features will *never *be implemented, because that's not possible with their ---------- 7 of 7 ---------- From: Arnaud TOURNIER <[email protected]> Date: Nov 27 06:01PM +0100 Url: http://groups.google.com/group/google-web-toolkit/msg/2a6f405f521ed433 I completely agree with this point ! It should be fast enough so that browser doesn't seem sluggish. Arnaud 2013/11/27 Jens <[email protected]> ============================================================================= Topic: Building the dev plugin for firefox Url: http://groups.google.com/group/google-web-toolkit/t/69ce275b4b359e27 ============================================================================= ---------- 1 of 1 ---------- From: navels <[email protected]> Date: Nov 27 08:12AM -0800 Url: http://groups.google.com/group/google-web-toolkit/msg/9a547b4bb1081804 I see. My thinking was to be able to unblock our team more quickly by fixing compatibility issues right away rather than waiting for an official update, which can take several days. ============================================================================= Topic: Split Report Analysis - Makes sense? Url: http://groups.google.com/group/google-web-toolkit/t/112fb55f951ba640 ============================================================================= ---------- 1 of 1 ---------- From: Joel <[email protected]> Date: Nov 27 06:47AM -0800 Url: http://groups.google.com/group/google-web-toolkit/msg/5c8e08a935a32bfc I'm having trouble code splitting, and understanding the analysis report. com.invodo.shelby.client.video.reporting.OverviewActivity::start ============================================================================= Topic: Default value in empty TextBox Url: http://groups.google.com/group/google-web-toolkit/t/7dc416c8d4e32d79 ============================================================================= ---------- 1 of 1 ---------- From: Moutellou <[email protected]> Date: Nov 27 05:24AM -0800 Url: http://groups.google.com/group/google-web-toolkit/msg/2807a0756c38ec33 You can try the attribute placeholder<http://www.w3schools.com/tags/att_input_placeholder.asp> . getElement().setPropertyString("placeholder", "default value") On Thursday, February 7, 2008 -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
