Tuesday, December 27, 2011

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



On Tue, Dec 27, 2011 at 8:42 AM, <google-web-toolkit@googlegroups.com> wrote:

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

    Mark <mdsholund@gmail.com> Dec 26 06:01PM -0800  

    The OP didn't say anything about a specific browser; this is the only
    solution I know of for client-side handling of base64 data using GWT.
    I would suggest that you make an HTML element containing ...more
    Jens <jens.nehlmeier@gmail.com> Dec 27 05:41AM -0800  

    If you want to support larger images (larger than 32kb) and/or IE6/IE7 you
    have to use your current approach:
     
    class MyImage implements Serializable {
    String imageUrl; //which will point to ...more
    "Justin@GWT" <justincy@gmail.com> Dec 26 05:57PM -0800  

    I follow the example code provided by Google GWT to send a HTTP GET
    request and receive the response. The GET request was sent out
    successfully, but can't receive response message. Actually the ...more
    "Justin@GWT" <justincy@gmail.com> Dec 26 09:24PM -0800  

    Thanks.
    Is there any workaround about the SOP? I would like to fetch some XML data,
    but not JSON data.
    I tried to enable the cross-site host mode, but I was told "cross-site
    hosted mode not yet ...more
    Alfredo Quiroga-Villamil <lawwton@gmail.com> Dec 27 07:17AM -0500  

    Unf. not a whole lot. Easiest might be to:
     
    UI - Your server - XML API
     
    Between the UI and your server you can use a variety of protocols. From
    your server, then consume the API you need and ...more
    Jens <jens.nehlmeier@gmail.com> Dec 27 05:20AM -0800  

    1.) If the domain of the external URL is actually your production domain
    (the one where you would deploy and access the app for production) but you
    are developing using localhost as domain or ...more
    ALB-PSP-DV1 <albpspdv1@gmail.com> Dec 27 04:47AM -0800  

    Hi,
     
    I have a TabLayoutPanel with 3 tabs. I have added a selection handler
    to it to change the color of the selected/unselected tabs.
     
    However the selectionHandler seems to be invoked 3 times ...more
    Paul Robinson <ukcueman@gmail.com> Dec 27 12:38PM  

    This really depends on how you set up your server, but you will probably have a servlet that is used for communication with your GWT client. So you can put your initialization code in your servlet's ...more
    "Z.A Jafari" <zjafferi@gmail.com> Dec 27 12:38PM +0330  

    Hello there,
     
    I have a ERP application which I have developed with JAVA Swing and
    hibernate. My Users RDP the server and run the application. Now I wan tto
    develop a reporting application from the ...more
    Ed <post2edbras@gmail.com> Dec 27 01:20AM -0800  

    Please do more homework before posting:
    + GWT doc's get you well started. See the demo's app'.s
    + There are many discussions on Hibernate/JPA/Gilead that help you make the
    correct decision. ...more
    "Z.A Jafari" <zjafferi@gmail.com> Dec 27 01:02PM +0330  

    + GWT doc's get you well started. See the demo's app'.s
    i have gone through the demos. i have also gone through the posts which
    makes me more confused because of so many different comments. ...more
    Ed Bras <post2edbras@gmail.com> Dec 27 10:47AM +0100  

    > because of so many different comments.
    This is because there are many way's do/implement things and there is no
    silver bullet. It all depends on your own situation.
     
    You are the expert about ...more
    "Z.A Jafari" <zjafferi@gmail.com> Dec 27 01:22PM +0330  

    thanks for your feedbacks. for the hibernate section, do i use GILEAD tool
    or would you use something else,as a whole
     
    ...more
    "Z.A Jafari" <zjafferi@gmail.com> Dec 27 01:37PM +0330  

    can you please provide the link for the expense application
     
    ...more
    Ed Bras <post2edbras@gmail.com> Dec 27 11:10AM +0100  

    I would probably go for the Request Factory as I commented on the current
    discussion on this subject.
     
    ...more
    "Z.A Jafari" <zjafferi@gmail.com> Dec 27 01:46PM +0330  

    thanks.can you please post the link for the expense app.
     
    ...more
    Ed Bras <post2edbras@gmail.com> Dec 27 11:29AM +0100  

    > thanks.can you please post the link for the expense app.
    > i have gone through the demos
    Which demo app's did you go through? and where did you find them?
     
    ...more
    mars <marsgirl@gmail.com> Dec 26 10:00PM -0800  

    hi,
     
    i m having trouble with my GWT web app. i use the gwt-presenter
    module and try to follow it, but it failed at entryPoint file at the
    line
    ...more
    Ed <post2edbras@gmail.com> Dec 27 01:28AM -0800  

    Put a breakpoint in Widget.removeFromParent and see why it throws that
    exception (at line 204).
    Apparently your display contains a parent Widget that doesn't implement the
    HasWidget interface. ...more
    kaung myat <fedora.deamon@gmail.com> Dec 26 07:21PM -0800  

    Hi all,
     
    I want to create a web page report with gwt. What kind of report can
    i use with gwt?
    If u have any solution, plz point me...
    ...more
    Ahmet Dakoglu <ahmetdakoglu@gmail.com> Dec 27 10:16AM +0200  

    You can generate the report using e.g jasperreports and show it in
    seperate window. BTW, This way is not related with gwt but a good
    solution i think
     
     
    --
    Ahmet DAKOĞLU
    ...more
    Albert van Veen <appienvanveen@gmail.com> Dec 27 08:33AM +0100  

    Auch, that looks kind of obvious:(. That did the trick. Thanks all for your
    help.
     
    ...more
    Mohit <agg.mohit@gmail.com> Dec 26 09:19PM -0800  

    Hi,
     
    I faced a similar problem. But when I started the app next time, the
    browser start complaining that plugin is missing. I then install the
    missing plugin. After that, its working fine. ...more
    MagusDrk <magus.drk@googlemail.com> Dec 26 02:11PM -0800  

    Hi Aidan.
     
    I did what you said about catch the null pointer exception, It looked
    like the servlet for the request factory was bad mapped (but it was
    never warned on compilation/excecution time). ...more
    Elhanan <elh.maayan@gmail.com> Dec 26 11:45AM -0800  

    hi..
     
    i'm trying to checkout the gwt source code, cause i'm thinking about
    contributing a widget of ValueSuggestionBox , so far i saw the eclipse
    folder in svn, but the readme.txt is a little ...more
    Jens <jens.nehlmeier@gmail.com> Dec 26 01:02PM -0800  

    Just start Eclipse as normal. I have never started it from the
    trunk/eclipse folder and it has always worked for me. Just follow the rest
    of the readme.txt to setup your Eclipse correctly.
    ...more
    Elhanan <elh.maayan@gmail.com> Dec 26 12:07PM -0800  

    the ideal of of "one class that rules them all" may sound great at
    first, especially if your'e coming of plain old server side where you use
    spring hibernate and what not, and you take for granted ...more
    Elhanan <elh.maayan@gmail.com> Dec 26 11:48AM -0800  

    tee- hee-hee :) take a number dude, (seriously i'm talking an actual number
    here), this has it's own special issue in code.google, and was starred so
    many times.
     
    GWT may seem like all there, ...more
    Ashwin Desikan <ashwin.desikan@gmail.com> Dec 26 10:18PM +0530  

    Brandon,
     
    Great Work!
     
    Cheers
    Ashwin
     
    On Sunday 25 December 2011 05:10 AM, Brandon Donnelson wrote:
    ...more
    Ed Bras <post2edbras@gmail.com> Dec 26 08:40PM +0100  

    :)
    I miss the Christmas Carols in the background...
    Happy Christmas ;)
     
    On Mon, Dec 26, 2011 at 8:38 PM, Brandon Donnelson
    ...more
    divStar <divstar@gmail.com> Dec 26 07:38AM -0800  

    Basically you COULD use php for backend - and instead of relying on
    GWT-RPC, you could use a RequestFactory and push the objects around
    using JSON or XML.
    However I think it's a lot easier to ...more
    Mohamed Turki <turkipro@gmail.com> Dec 26 10:15AM -0800  

    Thanks everyone for your responses. I just thought maybe I should give
    you more information so the responses can be more concrete.
    My goal is to create a sort of forge where students here (in ...more
    ayaon bakshi <ayaonb@gmail.com> Dec 26 04:23AM -0800  

    Hi,
    I have implemented Cell Table in my application. The headers of my
    cell table is having labels as well as sort symbols. As the size of
    cell table changes dynamically on clicking. ...more
    sonal <pratibhabansod@gmail.com> Dec 26 03:05AM -0800  

    package com.uis.loginuser.server;
     
    import com.uis.loginuser.client.GreetingService;
    import com.uis.loginuser.shared.FieldVerifier;
    import com.google.gwt.user.server.rpc.RemoteServiceServlet; ...more
    saurabh saurabh <saurabh.blspr@gmail.com> Dec 26 06:32AM -0800  

    pheww, Hi everyone,
     
    ===================================== GWT-RCHARTS IS WORKING IN
    INTERNET EXPLORER 9 TOO
    ===============================================
     
    I got ...more

You received this message because you are subscribed to the Google Group google-web-toolkit.
You can post via email.
To unsubscribe from this group, send an empty message.
For more options, visit this group.

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



--
"No steam or gas drives anything until it is confined. No life ever grows great until it is focused, dedicated, disciplined."Harry Emerson Fosdick, D.D.

"The heights of great men reached and kept, Were not attained by sudden flight, But they, while their companions slept, Were toiling upwards in the night." ~Henry Wadsworth Longfellow


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

No comments:

Post a Comment