Thursday, November 28, 2013

Re: Abridged summary of google-web-toolkit@googlegroups.com - 17 Messages in 6 Topics

Enviado desde mi BlackBerry de Movistar

From: google-web-toolkit@googlegroups.com
Sender: google-web-toolkit@googlegroups.com
Date: Thu, 28 Nov 2013 13:13:04 +0000
To: Abridged Recipients<google-web-toolkit@googlegroups.com>
ReplyTo: google-web-toolkit@googlegroups.com
Subject: Abridged summary of google-web-toolkit@googlegroups.com - 17 Messages in 6 Topics

Group: http://groups.google.com/group/google-web-toolkit/topics

    confile <michael.gorski82@googlemail.com> Nov 27 07:02AM -0800  

    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();
    ...more

    Back to top

    Jens <jens.nehlmeier@gmail.com> Nov 27 07:51AM -0800  

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

    Back to top

    confile <michael.gorski82@googlemail.com> Nov 27 09:42AM -0800  

    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."?
    ...more

    Back to top

    confile <michael.gorski82@googlemail.com> Nov 27 12:11PM -0800  

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

    Back to top

    Chris Williams <littleratblue@gmail.com> Nov 27 11:48AM -0800  

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

    Back to top

    Ltearno <ltearno@gmail.com> Nov 27 07:56AM -0800  

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

    Back to top

    Subhrajyoti Moitra <subhrajyotim@gmail.com> Nov 27 09:55PM +0530  

    try Errai framework.
     
     
    ...more

    Back to top

    Arnaud TOURNIER <ltearno@gmail.com> Nov 27 05:34PM +0100  

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

    Back to top

    Alain Ekambi <jazzmatadazz@gmail.com> Nov 27 05:53PM +0100  

    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 <ltearno@gmail.com>
     
    ...more

    Back to top

    Jens <jens.nehlmeier@gmail.com> Nov 27 08:57AM -0800  

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

    Back to top

    Arnaud TOURNIER <ltearno@gmail.com> Nov 27 05:59PM +0100  

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

    Back to top

    Arnaud TOURNIER <ltearno@gmail.com> Nov 27 06:01PM +0100  

    I completely agree with this point ! It should be fast enough so that
    browser doesn't seem sluggish.
     
    Arnaud
     
     
    2013/11/27 Jens <jens.nehlmeier@gmail.com>
     
    ...more

    Back to top

    navels <navels@gmail.com> Nov 27 08:12AM -0800  

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

    Back to top

    Joel <joel@harpsoft.com> Nov 27 06:47AM -0800  

    I'm having trouble code splitting, and understanding the analysis report.
     
    com.invodo.shelby.client.video.reporting.OverviewActivity::start
    ...more

    Back to top

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment