Re: [gwt-contrib] Re: Stop calling it GWT 3.0

2015-07-22 Thread Mark Proctor
On Sunday, June 14, 2015 at 12:31:15 PM UTC+1, stuckagain wrote: I'm excited that you guys are planning a radical change (really). I hope it becomes more clear on what we should be using to future proof our apps. I hope we will get some usable preview of Singular (if that is really going

Oracle Forms to GWT Migration

2015-07-22 Thread Anand Deshmukh
Has anyone done Oracle forms to GWT migration? Anyone has used any tool instead of rewrite approach? Any pointers in this area is highly appreciated. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

no runtime error stacktraces showing up in devmode

2015-07-22 Thread Chris
I'm running devmode through maven plugin (only mention because I'm not sure it is related) and I can't seem to get any stack traces of errors encountered from the client code. When I run my GWT app, I don't see any third tab appearing like example here:

Re: no runtime error stacktraces showing up in devmode

2015-07-22 Thread Jens
You are not doing anything wrong, the website is a bit outdated. By default GWT 2.7 DevMode now uses the so called SuperDevMode (SDM). SDM compiles all your Java source to JavaScript and thats why you see JavaScript exceptions inside your Chrome console instead of Java exceptions inside the

Re: GWT 2.6 Serialize issue 'The Response could not be deserialized' when redeploy project and do NOT close the Browser.

2015-07-22 Thread Ronggen
no one encountered this issue... On Monday, July 20, 2015 at 3:27:55 PM UTC+8, Ronggen wrote: *Steps to produce this issue:* 1. deploy GWT project to server. 2. open browser to access it. 3. change any shared POJO which need to be serialized, this will change the strong name of

GWT-RPC: hacked attempt on request payload.

2015-07-22 Thread Dave Y
Hi, My test team try to hack on the system, they found out that GWT-RPC call returned a sensitive information (class name as highlighted in blue as below) in response format //EX message. I'm amazed that I can't find any postings on this issue. HTTP Request (Request payload):

FlexTable with static THEAD and TFOOT?

2015-07-22 Thread jaga
And another thing to add re DataGrid. One gotcha is you must be careful about setting the height. The best solution is to use LayoutPanels. Give the DataGrid an explicit height. Place the DataGrid in a LayoutPanel with a width and height of 100%. Alternatively ensure you have an unbroken chain

Re: no runtime error stacktraces showing up in devmode

2015-07-22 Thread Chris
Thanks, this is really helpful... I'm actually using IntelliJ 14, but even when I setup with IntelliJ, I'm not getting any stack traces... Do I need to be using GWT 2.8 SNAPSHOT with IntelliJ too? When I run it with IntelliJ, I'm not getting any stack traces either, at least with GWT 2.7.

FlexTable with static THEAD and TFOOT?

2015-07-22 Thread jaga
Hi, Your implementation looks fairly old school. I think what you are looking for is a DataGrid. Please refer to the gwt showcase. It is a Cell widget. There will be a learning curve and the code will need a rewrite. I expect the finished result will be a good improvement over a FlexTable.

Re: no runtime error stacktraces showing up in devmode

2015-07-22 Thread Chris
Thank you... So this did the trick... public void onModuleLoad() { GWT.setUncaughtExceptionHandler(new SuperDevModeUncaughtExceptionHandler()); I still don't see the exceptions in IntelliJ, but least I'm getting class/line number of errors found in the Javascript console, which is much more

how create jar GWT?

2015-07-22 Thread Jonathan Franchesco Torres Bca
i want to do my library help me, please -- 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+unsubscr...@googlegroups.com. To post to this