Re: GWT CSS Style Annotation

2011-11-23 Thread Juan Pablo Gardella
Very Good! Thanks for sharing 2011/11/23 Danial danial.fa...@gmail.com As my attempt to make CSS easier to be used in my GWT project I came up with using java annotations for css styles. Please check out this project: http://code.google.com/p/gwt-style-annotation/ It is much cleaner than a

Compile a GWT project with Eclipse

2011-11-23 Thread tirengarfio
Hi, I'm trying to compile the StackWatcher example, but after selecting GWT Compile project.. an dialog is opened, but it is said: StockWatcher is not a GWT project. The Compile button is also enable. I clicked on Project/Browser.. but it shows an empty window. Any idea? Javi -- You

Re: Starting Jetty on port 8888

2011-11-23 Thread Jim Douglas
Sorry, I have no idea. On Nov 22, 11:52 pm, Z.A Jafari zjaff...@gmail.com wrote: Jim, thanks for your feedback. how do i unregister from those links.can I ?? On 22 November 2011 19:13, Jim Douglas jdou...@basis.com wrote: Start by changing your Google password. On Nov 22, 3:09 am,

Webworkers Harddware Acceleration

2011-11-23 Thread chalu
I just got curious, is there native support or even from third-party API's for webworkers support in GWT. What I mean is that is there a way to make high-impact / compute-intensive code run faster in GWT. -- You received this message because you are subscribed to the Google Groups Google Web

GWT Googlebot/SEO questions

2011-11-23 Thread Daniel
Hi, I have 3 questions regarding GWT Apps and search engine crawlers (particularly googlebot): 1. I implemented the AJAX crawling scheme http://code.google.com/web/ajaxcrawling/docs/getting-started.html on some websites with static small HTML pages created on the server for googlebot. However

call static gwt method from js file?

2011-11-23 Thread Dennis Haupt
is there any way to call a static method of one of my gwt client classes from pure js code? i'm not talking about calling a method from inline javascript inside the gwt class, that works fine. the gwt class and the calling js method are completely separate at compile time. at runtime, the gwt has

Re: call static gwt method from js file?

2011-11-23 Thread Paul Robinson
Take a look at gwt-exporter: http://code.google.com/p/gwt-exporter/ Paul On 23/11/11 16:30, Dennis Haupt wrote: is there any way to call a static method of one of my gwt client classes from pure js code? i'm not talking about calling a method from inline javascript inside the gwt class, that

Re: GWT Googlebot/SEO questions

2011-11-23 Thread Raphael André Bauer
On Wed, Nov 23, 2011 at 4:59 PM, Daniel eklipto...@googlemail.com wrote: Hi, I have 3 questions regarding GWT Apps and search engine crawlers (particularly googlebot): 1. I implemented the AJAX crawling scheme http://code.google.com/web/ajaxcrawling/docs/getting-started.html on some websites

Re: Webworkers Harddware Acceleration

2011-11-23 Thread Thomas Broyer
The SpeedTracer project has a special linker for WebWorker. http://code.google.com/p/speedtracer/source/browse/trunk/src/client/ui/src/com/google/gwt/webworker/ I haven't used it or heard feedback on it, even though many were pointed to it when asking for the same as you (so either it just

Re: call static gwt method from js file?

2011-11-23 Thread Thomas Broyer
See http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsJSNI.html#calling -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT Googlebot/SEO questions

2011-11-23 Thread Daniel
thanks for your answer. So I'll force some link tags to the GWT HTML output too, even though the static HTML output has links. Just to be sure, in case google checks the javascript-version for links every now and then. Another related question: I noticed twitter uses 302 redirects. Any ideas

Re: GWT Googlebot/SEO questions

2011-11-23 Thread Raphael André Bauer
On Wed, Nov 23, 2011 at 6:22 PM, Daniel eklipto...@googlemail.com wrote: thanks for your answer. So I'll force some link tags to the GWT HTML output too, even though the static HTML output has links. Just to be sure, in case google checks the javascript-version for links every now and then.

Re: GWT Googlebot/SEO questions

2011-11-23 Thread Daniel
But why don't they do a 301 redirect then? It seems to me they want google crawl twitter.com/username and point to those pages on the index. And yet they don't want their users to see those pages, so they redirect them to twitter.com/#!/username instead. Should I do such redirects too? I'm

Google Groups are apparently being hacked en masse

2011-11-23 Thread Jim Douglas
Over the past few days, I've noticed that more and more peoples' profiles are showing cross-posting of their legitimate messages to various unsavoury forums. This doesn't appear to indicate that accounts have been compromised (i.e. passwords hacked); it looks more like someone has found a way to

ClientBundle use case issues

2011-11-23 Thread Vitrums
Let's say I've inherited clean theme inherits name='com.google.gwt.user.theme.clean.Clean'/ and further I made a decision to improve a bandwidth aspect of my project, so I need to obtain a workaround to use solely chosen styles derived manually from the

Re: GWT - Spring Security

2011-11-23 Thread Rob
Hi, If you are new to GWT then take a look at this post: - http://uptick.com.au/content/gwt-login-security Cheers Rob On Nov 23, 6:53 am, Victor Lujan victor...@gmail.com wrote: Great,  thank you both! I already downloaded spring and will update you later : ) On Nov 21, 9:28 pm, -sowdri-

ScrollPanel inside layer of LayoutPanel

2011-11-23 Thread Aidan O'Kelly
A simplified version of a UiBinder view..: g:LayoutPanel g:layer g:ScrollPanel my:ResizeCompositeWidget/ /g:ScrollPanel /g:layer /g:LayoutPanel Should this work? Once I add the ScrollPanel, the ResizeCompositeWidget doesn't show anymore. Adding height/width=100% to the

in what situation GWT will generate the CSS class name in random?

2011-11-23 Thread wahaha
in what situation GWT will generate the CSS class name in random? and in what situation it will remain the original name? for example: 1. use {style.xx} in ui.xml 2. use {xx} in ui.xml 3. use widget.setStyleClassName() in java code -- You received this message because you are subscribed to the

Re: ScrollPanel inside layer of LayoutPanel

2011-11-23 Thread Aidan O'Kelly
Doh, need more coffee.. I see why this can't work now.. The child Widget of ScrollPanel needs an explicit size. Which kinda begs the question, why does ScrollPanel implement ProvidesResize?! On Thu, Nov 24, 2011 at 2:17 AM, Aidan O'Kelly aida...@gmail.com wrote: A simplified version of a

RequestFactory slow on Android

2011-11-23 Thread sheamus
Has anyone experienced slow performance with RequestFactory on Android? The response from the server is quick but it can take over a minute to 'parse' the response before onSuccess is called, both in the emulator and on a HTC Wildfire. There is more information here, posted by someone else

Re: Google Groups are apparently being hacked en masse

2011-11-23 Thread David Chandler
Hi Jim, The Groups team has been notified. Thanks for the report! /dmc On Wed, Nov 23, 2011 at 1:26 PM, Jim Douglas jdou...@basis.com wrote: Over the past few days, I've noticed that more and more peoples' profiles are showing cross-posting of their legitimate messages to various unsavoury

shall we control the popup dialog's container?

2011-11-23 Thread wahaha
in the html document,there is a iframe named f1,and in f1 there is a iframe named f2,in f2 there is a custumer widget, in the custumer widget's source code i showed a DecoratedPopupPanel,than the panel is attached to f1 's body element,but actually i want it be attached to f1. what is wrong ? --

[gwt-contrib] Re: Fix instance of javac's empty warning. (issue1598803)

2011-11-23 Thread skybrian
LGTM http://gwt-code-reviews.appspot.com/1598803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors