Friday, July 26, 2013

Unsubscribe please



On Wednesday, July 24, 2013, wrote:

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

    GWTter <seth.gwt@gmail.com> Jul 23 04:20PM -0700  

    Hi all,
     
    I have a String username field on a user entity which I'd rather not
    populate whenever I request it which is why I have not defined the getter
    in the EntityProxy. This works fine, ...more

    Back to top.

    salk31 <salk31@gmail.com> Jul 24 12:24AM -0700  

    I'm pretty sure by default you can't. If you feel the urge to fiddle you
    could do something in ServiceLayerDecorator.getProperty that picks up on
    some extra state with the request.
    ...more

    Back to top.

    GWTter <seth.gwt@gmail.com> Jul 24 04:20AM -0700  

    Thanks for the reply.
     
    Yea :/, the work involved in fiddling with the service layer decorator and
    server-side RF at that level currently outweighs the benefit for my need
    which is what I was ...more

    Back to top.

    salk31 <salk31@gmail.com> Jul 24 04:26AM -0700  

    If you try the multiple Proxies approach could you report back to the
    group? Be interesting to hear if it works out nicely. Proxies being allowed
    to have their own inheritance tree etc seems ...more

    Back to top.

    GWTter <seth.gwt@gmail.com> Jul 24 04:39AM -0700  

    Will do. My approach would involve distinct proxies since I don't think RF
    allows for inheritance on EntityProxys even if they both have @proxyfor
    defined because it looks for the methods defined ...more

    Back to top.

    Thomas Broyer <t.broyer@gmail.com> Jul 24 05:36AM -0700  

    On Wednesday, July 24, 2013 1:39:19 PM UTC+2, GWTter wrote:
    > This is the only drawback I can see using this approach since you'd have to
    > redefine fields that would be granted with inheritance. ...more

    Back to top.

    GWTter <seth.gwt@gmail.com> Jul 24 06:03AM -0700  

    Hi Thomas,
     
    This is great, I was hoping this was the case. I knew polymorphism worked
    well but I wasn't sure whether you could define EntityProxy super classes
    and that RF would still be able to ...more

    Back to top.

    Douglas Tondo <dtondo@gmail.com> Jul 24 05:46AM -0700  

    Hi!
     
    I fix that problem doing this:
    -remove GWT lib from your project
    -update gwt plugins for eclipse
    -put the lib back in your project
    -done
     
    On Monday, March 18, 2013 5:38:02 PM UTC-3, ...more

    Back to top.

    kpedia <naby.gueye@gmail.com> Jul 24 03:10AM -0700  

    Hi everybody,
     
    I'm a newbie with GWT. My problem is this :
     
    I have a button in my home screen. When clicking on that button, I change
    the main panel and display others GWT elements into it. ...more

    Back to top.

    GWTter <seth.gwt@gmail.com> Jul 23 04:30PM -0700  

    Hi,
     
    The mechanism looks pretty good from the demo, nice. I would only say that
    I'm not sure I would use the same retry message for both network and
    authentication failures. Do you really want ...more

    Back to top.

    salk31 <salk31@gmail.com> Jul 23 10:54PM -0700  

    Thanks,
     
    We use CAS (single sign on) so what we do is hide the "retry/please wait"
    message on auth failure and use an iframe to show the CAS login. If they
    login with that form (or somewhere ...more

    Back to top.

    GWTter <seth.gwt@gmail.com> Jul 24 03:58AM -0700  

    I knew you guys wouldn't be implementing it that way, but the demo sort of
    gives that impression so the clarification is helpful.
     
    And as far as what most people are using, I'm not sure. ...more

    Back to top.

    salk31 <salk31@gmail.com> Jul 24 04:01AM -0700  

    After the review I got for a couple of lines from Mr Broyer I'm a bit
    worried what he will say about code even I think is "rough and ready" ;)
    Field declarations are definitely not in lexical ...more

    Back to top.

    Flying-w <simonjones38@googlemail.com> Jul 23 09:53AM -0700  

    In my GWT server side, I'm using java.util.logging.Logger for logging.
    When I deploy to tomcat I can configure logging
    through WEB_INF/classes/logging.properties and that works fine. However in ...more

    Back to top.

    Thomas Broyer <t.broyer@gmail.com> Jul 24 01:15AM -0700  

    On Tuesday, July 23, 2013 6:53:07 PM UTC+2, Flying-w wrote:
    > through WEB_INF/classes/logging.properties and that works fine. However in
    > eclipse dev mode, how do I configure logging when jetty ...more

    Back to top.

    Jens <jens.nehlmeier@gmail.com> Jul 24 01:41AM -0700  

    Please file an issue for it.
     
    I once had this issue even without using the "tag" attribute in UiBinder.
    Actually I could never figure out whats wrong but I had the same
    LazyDomElement ...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 thi

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