Offline support in GWT with gwt-appcache (or mgwt) - for projects without servlet container

2014-12-09 Thread marian lux
To use the offline-support feature, both solutions ( https://github.com/realityforge/gwt-appcache and https://code.google.com/p/mgwt/wiki/HTML5Manifest) need a servlet running, which selects the correct strong-name-files. Does this offline support also work on projects without servlet

Re: Why Table Layout in GWT?

2014-12-09 Thread Thomas Broyer
On Tuesday, December 9, 2014 8:20:41 AM UTC+1, Mohammed Sameen wrote: Hi, Why *table *layout is used in GWT?Why not *div *layout? Only old widgets use table layout, and they do so because at the time they were written (years ago) it was the only reliable way of laying out things

Re: Offline support in GWT with gwt-appcache (or mgwt) - for projects without servlet container

2014-12-09 Thread Peter Donald
Hi, When using either you will need to use some form of server-side mechanism to select the permutation (s) to return. gwt-appcache has nothing built-in but it would be relatively trivial to port AbstractManifestServlet to being a jaxrs/jersey endpoint which would work under DropWizard. On Tue,

Re: Offline support in GWT with gwt-appcache (or mgwt) - for projects without servlet container

2014-12-09 Thread Jens
You can register normal servlets with Dropwizard if you need to. -- J. -- 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

How to add MouseOverHandler into AbsolutePanel

2014-12-09 Thread David
Please see the following code for my implementation. AbsolutePanel never fires mouse over event although I move mouse. Method highlight(int, int) is called one time only for first click. Please help me out. Thanks. public class MyPanel extends AbsolutePanel implements HasMouseOverHandlers {

Re: Why Table Layout in GWT?

2014-12-09 Thread Ltearno
Sometimes table layout is just the only option... If you are really annoyed seeing table elements, you can use a div with a display attribute to table for example... ( div style=display:table ) Le mardi 9 décembre 2014 10:35:59 UTC+1, Thomas Broyer a écrit : On Tuesday, December 9, 2014

Re: Current state of one .js file per module

2014-12-09 Thread jonl
If Eclipse is your IDE you can also use the SDBG plugin to debug in Eclipse. https://sdbg.github.io/ If IntelliJ is your IDE, there is support there as well, but not sure how it works. On Saturday, December 6, 2014 11:39:59 AM UTC-7, Luis Fernando Planella Gonzalez wrote: Ok, I'll try to

efficiently push data

2014-12-09 Thread andymel
Hi, I think about how to implement a *browser GUI that primarily will show a list of a lot of data objects*. When something is added to the list on server side or one of those objects is changed, the client side *GUI should be updated*. So I need a *server push*. I already have a websocket

Re: Running new auto compile super dev mode from maven plugin

2014-12-09 Thread SP Gingras
This hack is due to https://jira.codehaus.org/browse/MGWT-332 , right? On Saturday, November 29, 2014 5:13:13 AM UTC-5, Thomas Broyer wrote: Did you list all module sources in the build-helper-maven-plugin in the module you run gwt:run in? This is an unfortunate but necessary hack to get

[gwt-contrib] Re: Why Table Layout in GWT?

2014-12-09 Thread Thomas Broyer
Answered in https://groups.google.com/d/topic/google-web-toolkit/CO7-WtcYsEg Locking this thread now; please answer on the one linked above. On Tuesday, December 9, 2014 7:15:24 AM UTC+1, Mohammed wrote: Hi, Why *table *layout is used in GWT?Why not *div *layout? -- You received this

Re: [gwt-contrib] Re: How to get the full StackTrace when using SuperDevMode in GWT 2.7?

2014-12-09 Thread Stephen Haberman
I use the latest trunk and also SDM with incremental compile. @Goktug could you please provide a sample project where obfuscation works which has the correct configuration? FWIW I'm using a snapshot of GWT master from ~last week, SDM, Chrome 40.0.2214.28, and when I set a breakpoint in

Re: [gwt-contrib] Re: How to get the full StackTrace when using SuperDevMode in GWT 2.7?

2014-12-09 Thread 'Goktug Gokdogan' via GWT Contributors
Yes, that's what I mean. If you use the latest trunk right now, you will see obfuscated method names in Safari. We need to improve that. You need to go back to 2.7 Final. On Tue, Dec 9, 2014 at 8:27 AM, Stephen Haberman stephen.haber...@gmail.com wrote: I use the latest trunk and also SDM

[gwt-contrib] Re: Official Gradle plugin

2014-12-09 Thread Jens
Ping. Would be great to get some feedback. Currently, the lack of a decision regarding a new build tool for GWT and thus the potential contribution of this plugin if Gradle will be chosen blocks pull requests. I am just guessing but I think Steffen might not be sure if CLA management is