On Wednesday, July 24, 2013, wrote:
--Group: http://groups.google.com/group/google-web-toolkit/topics
- RequestFactory .with() to access non-relation (primitive) properties? [8 Updates]
- Can't deploy my project anymore [1 Update]
- Switching between two screens take a long time [1 Update]
- RequestFactory module - queue, retry and non atomic batching.. [4 Updates]
- Server Side logging configuration, dev mode [3 Updates]
- HtmlPanel, custom tag and binder [6 Updates]
- GWT website moved to gwtproject.org [1 Update]
- Modernizr.dragAndDrop equivalent? [3 Updates]
- I'm enhancing GWT to provide Java stack traces for clientside exceptions in production [2 Updates]
- http://gwtgallery.appspot.com/ extra step [1 Update]
- Drop Down Menu Issue [1 Update]
- Image not getting rendered in GWT [1 Update]
- CellBrowser not displaying (2.1.0) ...(2.4) < [1 Update]
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
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
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
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
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
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
Thomas Broyer <t.broyer@gmail.com> Jul 24 05:40AM -0700
On Wednesday, July 24, 2013 2:36:34 PM UTC+2, Thomas Broyer wrote:
> return types (see ...more
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
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
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
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
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
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
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
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
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
Flying-w <simonjones38@googlemail.com> Jul 24 02:46AM -0700
thanks, that's the answer.
On Wednesday, July 24, 2013 9:15:07 AM UTC+1, Thomas Broyer wrote:
...more
"David Ignjić" <ignjic@gmail.com> Jul 23 07:56AM -0700
Hello,
I have problem with widget:
Ui binder file:
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" ...more
--
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
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