Re: GWT project with maven

2013-05-23 Thread kim young ill
cannot believe you know know this yet: https://github.com/tbroyer/gwt-maven-archetypes On Thu, May 23, 2013 at 5:36 AM, Navin Surtani navssurt...@gmail.comwrote: Take a look here for source code for the basic HelloWorld example: https://github.com/steinsag/gwt-maven-example I used that as

asm.js

2013-05-23 Thread RyanZA
Have a quick read through this article if you don't know what asm.js is: http://arstechnica.com/information-technology/2013/05/native-level-performance-on-the-web-a-brief-examination-of-asm-js/ With firefox already supporting it, GWT should have the firefox compile target target asm.js for, at

Re: Exception reporting is broken in GWT: would you support a kickstarter project to fix it?

2013-05-23 Thread Thomas Broyer
On Wednesday, May 22, 2013 11:53:47 PM UTC+2, Alex Epshteyn wrote: Thanks for your comment. Let me respond to your points: 1) I've seen this point discussed before, and the standard counter-argument is that the spirit of OSS is free as in freedom, not beer. Lots of developers get paid

Re: JPA issue: A parent cannot be established or changed once an object has been persisted.

2013-05-23 Thread Nermin
Dear Juan, For this purpose I use the GWT-s Request Factory. However, in order to simplify the problem, I have created a server side persistence example using a simple servlet where one company and two users are created. Please have a look at the MyTestServlet.java within the Zip File.

Re: JPA issue: A parent cannot be established or changed once an object has been persisted.

2013-05-23 Thread Juan Pablo Gardella
In the loop, do user.setCompany(company). You need a transaction. Create it and do the commit. 2013/5/23 Nermin user...@gmx.de Dear Juan, For this purpose I use the GWT-s Request Factory. However, in order to simplify the problem, I have created a server side persistence example using a

Re: GWT RPC Serialization on web and app server

2013-05-23 Thread Entlog
Awesome!! Thanks. I was having problems with a jmeter test and I saw your solution...it's really that! The jmeter captured request had the reference to the hash for another deployed environment and when trying to test against another deployed war it was throwing the serializable error. Now I

Re: gwt-maven-archetypes with multiple client modules

2013-05-23 Thread Thomas Käfer
Okey! So you've helped me make a huge step forward yesterday, thanks for that Thomas! Now I've got a new problem I can't find my way around: I've tried to move the App.java App*.gwt.xml into from the package group.id into the package group.id.client package, and adapted the references within

Re: gwt-maven-archetypes with multiple client modules

2013-05-23 Thread Thomas Broyer
On Thursday, May 23, 2013 12:48:50 PM UTC+2, Thomas Käfer wrote: Okey! So you've helped me make a huge step forward yesterday, thanks for that Thomas! Now I've got a new problem I can't find my way around: I've tried to move the App.java App*.gwt.xml into from the package group.id into

Re: gwt-maven-archetypes with multiple client modules

2013-05-23 Thread Thomas Käfer
Am Donnerstag, 23. Mai 2013 13:18:47 UTC+2 schrieb Thomas Broyer: If you use source path=client/ then the gwt.xml has to be in group.id, otherwise only group.id.client.client.* classes are in the source path. group.id.client.App is not an thus cannot be found. Oh my god, I'm so stupid..

Retrieving and manupulating search result from gwtsearch

2013-05-23 Thread Condeas
Please, is there anyway to manipulate the search result from the gwtsearch option. It returns a list. How can i retrieve this list and make my manipulations on the list; maybe change the order the contents appear, e.t.c. The SearchContolOptions class does not have any method like

Re: primer for mobile development

2013-05-23 Thread Ed
Of course you can use ADT and spin up the environment, I use ANDROVMhttp://androvm.org because it loads a whole lot faster than ADT. On Wed, May 22, 2013 at 11:33 PM, mike b mbaker.t...@gmail.com wrote: Nino , thx for the links. I will look into those. -- You received this message because

Re: JPA issue: A parent cannot be established or changed once an object has been persisted.

2013-05-23 Thread Nermin
When I try to do that, I get a following error: java.lang.NullPointerException at com.google.appengine.datanucleus.StoreFieldManager.storeRelations(StoreFieldManager.java:848) at

Re: primer for mobile development

2013-05-23 Thread Ashton Thomas
Here is a playlist of mobile web videos form Google IO 2013: http://www.youtube.com/watch?v=EPYnGFEcis4list=PLAbrfaVBC6kWiNBI1wPYhXtTke64QkLqC -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

Re: asm.js

2013-05-23 Thread Thomas Broyer
On Thursday, May 23, 2013 9:52:00 AM UTC+2, RyanZA wrote: Have a quick read through this article if you don't know what asm.js is: http://arstechnica.com/information-technology/2013/05/native-level-performance-on-the-web-a-brief-examination-of-asm-js/ With firefox already supporting it,

Re: asm.js

2013-05-23 Thread emurmur
My understanding is that asm.js is all or nothing. It is designed as a target for languages that manage their own memory (that is generally not garbage collected, but you could implement garbage collection in such a system). Firefox looks at the JavaScript and decides if it is asm.js, then

Re: Offline debugging my gwt app

2013-05-23 Thread emurmur
Yves, I would try SuperDev mode and debug using Chrome Dev Tools and the source maps produced by the super dev mode code server. You don't need any special changes to your project, you just need to create a way to launch the super dev mode code server. This is documented at

Does GWT will work on mobile for drag and drop

2013-05-23 Thread Rahul Gurjar
https://lh6.googleusercontent.com/-csi4PNV5B2Q/UZ5nyHSHG2I/AE8/5cChr0YvGpM/s1600/Untitled.jpg Currently i am working on a project in which i have to make UI with drag and drop feature, but problem is i would like work it on android mobile. Please suggest some resource and idea. Here is

Re: Exception reporting is broken in GWT: would you support a kickstarter project to fix it?

2013-05-23 Thread Alex Epshteyn
Hi Thomas, Thanks for chiming in and providing the extra info. Good to know. I'd like to ask, however, the reasons for planning to remove support for IE6/7/8? Why would we do that? It's already there and doesn't require too much maintenance. As of today, nearly 8% of my site's visitors are

Re: Exception reporting is broken in GWT: would you support a kickstarter project to fix it?

2013-05-23 Thread Juan Pablo Gardella
I agree on do not remove IE7 and IE8. A lot of user still using them. 2013/5/23 Alex Epshteyn alexander.epsht...@gmail.com Hi Thomas, Thanks for chiming in and providing the extra info. Good to know. I'd like to ask, however, the reasons for planning to remove support for IE6/7/8? Why

Re: Exception reporting is broken in GWT: would you support a kickstarter project to fix it?

2013-05-23 Thread Jens
I'd like to ask, however, the reasons for planning to remove support for IE6/7/8? Why would we do that? To simplify the code base and moving on (HTML 5) I would say. JQuery for example already did that transition. JQuery 2.0 does not support IE6-8 anymore but they still maintain

Re: Exception reporting is broken in GWT: would you support a kickstarter project to fix it?

2013-05-23 Thread Alex Epshteyn
Fair enough, but I'm curious to know why leaving the code that supports legacy browsers would interfere with implementing new features. For example, if you want to implement a new widget called XPanel, it think it's perfectly fine to say that this widget doesn't support IE6/7/8, and leave it up

Re: Spring Security and Google App Engine

2013-05-23 Thread Joey Wilkinson
I'm having the same issue with my GWT web application. issue still happens with the default GWT GAE sample project and basic spring security setup. http auto-config=true intercept-url pattern=/** access=ROLE_USER / /http Has anyone else experienced this kind of issue? or has found a

Google Apps Dev With GWT

2013-05-23 Thread Charles Odili
Hello guys. I know there is Google App Script, but it runs online and it is JavaScript sort of. Is it possible to develop GWT apps that can integrate with Google Apps (Gmail, Spreadsheets e.t.c). -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Exception reporting is broken in GWT: would you support a kickstarter project to fix it?

2013-05-23 Thread Jens
Do you have a specific example? I'm curious. Existing widgets should also work great on mobile devices, its not just about writing new widgets. Its also not just about widgets in general. For example there is currently an issue in GWT-RPC where only IE9 has a memory leak because GWT-RPC

Re: How to mark a field as completely hidden for smartgwt ListGrid?

2013-05-23 Thread Gustavo Matias
setCanHide(flase) didn't work for me... I had to set the height of the field as 0. field.setWidth(0); On Wednesday, January 4, 2012 5:04:23 AM UTC-5, Daniel wrote: Hi guys, How to mark a field as completely hidden for smartgwt ListGrid? I do listGridFields[i].setHidden(true) according

Re: How to mark a field as completely hidden for smartgwt ListGrid?

2013-05-23 Thread Gustavo Matias
actullally, listGrid.hideField(my_field); worked too, but I had to make sure this was set AFTER the field was added and its values set. On Wednesday, January 4, 2012 5:04:23 AM UTC-5, Daniel wrote: Hi guys, How to mark a field as completely hidden for smartgwt ListGrid? I do

Re: How to override gwt styles in uibinder?

2013-05-23 Thread V.B.
Hi Thomas, In your post above you mention @external .gwt-*;. You also use the same trick in thishttp://stackoverflow.com/questions/8182917/how-to-override-default-css-in-modern-gwt-applications StackOverflow question. But, I have never been able to make that work. Instead I have to have

[gwt-contrib] Change in gwt[master]: Fix module unloading with multiple modules on a page

2013-05-23 Thread Matthew Dempsky
Matthew Dempsky has uploaded a new change for review. https://gwt-review.googlesource.com/2941 Change subject: Fix module unloading with multiple modules on a page .. Fix module unloading with multiple modules on a page

[gwt-contrib] Change in gwt[master]: Use JSON.parse() instead of eval() to deserialize rpc callba...

2013-05-23 Thread John Ahlroos
Hello Leeroy Jenkins, Thomas Broyer, I'd like you to reexamine a change. Please visit https://gwt-review.googlesource.com/2900 to look at the new patch set (#3). Change subject: Use JSON.parse() instead of eval() to deserialize rpc callback payload

[gwt-contrib] Change in gwt[master]: Fix module unloading with multiple modules on a page

2013-05-23 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Fix module unloading with multiple modules on a page .. Patch Set 1: Code-Review+1 To make sure it won't break anything else (you're changing the contract of

[gwt-contrib] Change in gwt[master]: Introduces generic Composite widgets.

2013-05-23 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Introduces generic Composite widgets. .. Patch Set 5: Code-Review-1 (1 comment) I tend to agree with Jens here (now that we see that in isolation, without

[gwt-contrib] Change in gwt[master]: Fix for issue 1525

2013-05-23 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Fix for issue 1525 .. Patch Set 1: Code-Review+1 (1 comment) File

[gwt-contrib] Change in gwt[master]: Use JSON.parse() instead of eval() to deserialize rpc callba...

2013-05-23 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Use JSON.parse() instead of eval() to deserialize rpc callback payload .. Patch Set 3: (2 comments)

[gwt-contrib] Change in gwt[master]: Fix for issue 1525

2013-05-23 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Fix for issue 1525 .. Patch Set 2: Just wondering: the root issue is that you don't get mouseout events in some conditions, and by capturing events you now

[gwt-contrib] Change in gwt[master]: Use JSON.parse() instead of eval() to deserialize rpc callba...

2013-05-23 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Use JSON.parse() instead of eval() to deserialize rpc callback payload .. Patch Set 3: -Code-Review (1 comment) That starts to look good. As discussed

[gwt-contrib] Change in gwt[master]: Use JSON.parse() instead of eval() to deserialize rpc callba...

2013-05-23 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Use JSON.parse() instead of eval() to deserialize rpc callback payload .. Patch Set 3: (2 comments)

[gwt-contrib] Change in gwt[master]: Use JSON.parse() instead of eval() to deserialize rpc callba...

2013-05-23 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Use JSON.parse() instead of eval() to deserialize rpc callback payload .. Patch Set 3: The main reason I put up this patch is that currently IE9 is

[gwt-contrib] Change in gwt[master]: Use JSON.parse() instead of eval() to deserialize rpc callba...

2013-05-23 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Use JSON.parse() instead of eval() to deserialize rpc callback payload .. Patch Set 3: (3 comments)

[gwt-contrib] Change in gwt[master]: Introduces generic Composite widgets.

2013-05-23 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Introduces generic Composite widgets. .. Patch Set 5: When you call initWidget(Widget,T), you already have a variable holding the delegate (because you

[gwt-contrib] Change in gwt[master]: Introduces generic Composite widgets.

2013-05-23 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Introduces generic Composite widgets. .. Patch Set 5: -Code-Review re: In the GWT SDK, we don't have those reusable classes so we are also duplicating the

[gwt-contrib] Change in gwt[master]: Fixes most issues with the SoyC reports.

2013-05-23 Thread Roberto Lublinerman
Hello Ray Cromwell, Leeroy Jenkins, Brian Slesinsky, I'd like you to reexamine a change. Please visit https://gwt-review.googlesource.com/1610 to look at the new patch set (#4). Change subject: Fixes most issues with the SoyC reports.

[gwt-contrib] Change in gwt[master]: Fixes most issues with the SoyC reports.

2013-05-23 Thread Roberto Lublinerman
Roberto Lublinerman has posted comments on this change. Change subject: Fixes most issues with the SoyC reports. .. Patch Set 4: Code-Review+2 Patch 3 was +2 by skybrian and this is a manual rebase due to conflicts. -- To

[gwt-contrib] Change in gwt[master]: Introduces generic Composite widgets.

2013-05-23 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Introduces generic Composite widgets. .. Patch Set 5: Yes, as Brian tried to explain, I ended up with this design after playing with plenty of alternatives

[gwt-contrib] Change in gwt[master]: Fixes most issues with the SoyC reports.

2013-05-23 Thread Roberto Lublinerman
Roberto Lublinerman has submitted this change and it was merged. Change subject: Fixes most issues with the SoyC reports. .. Fixes most issues with the SoyC reports. Applied an unsubmitted patch

Re: [gwt-contrib] Re: Generator, get method body

2013-05-23 Thread Manuel Carrasco Moñino
Hi Roberto, sorry by the delay. What I'm doing is a generator for presentations. Given a java class with my example methods, create a set of html slides. The generator reads the javadoc and the body of the method, and put them in a hash table into the generated class. Then in client side I can

Re: [gwt-contrib] Re: Generator, get method body

2013-05-23 Thread John A. Tamplin
On Thu, May 23, 2013 at 5:28 PM, Manuel Carrasco Moñino man...@apache.orgwrote: What I'm doing is a generator for presentations. Given a java class with my example methods, create a set of html slides. The generator reads the javadoc and the body of the method, and put them in a hash table

[gwt-contrib] Change in gwt[master]: Add History.getUrl(String token) which returns the correspon...

2013-05-23 Thread Johannes Barop
Johannes Barop has uploaded a new change for review. https://gwt-review.googlesource.com/2960 Change subject: Add History.getUrl(String token) which returns the corresponding URL for a history token. .. Add

[gwt-contrib] Change in gwt[master]: Add History.getUrl(String token) which returns the correspon...

2013-05-23 Thread Johannes Barop
Johannes Barop has posted comments on this change. Change subject: Add History.getUrl(String token) which returns the corresponding URL for a history token. .. Patch Set 1: Please note the missing test for History.getUrl

Re: [gwt-contrib] Re: Generator, get method body

2013-05-23 Thread Manuel Carrasco Moñino
Thank John for the link. The ShowcaseGenerator, is actually reading the content of the source files and generating .html files, but I want to extract method bodies and their javadoc so what I need an AST. So my question is more about how to use the gwt ast from a generator. On Thu, May 23,

Re: [gwt-contrib] Re: Generator, get method body

2013-05-23 Thread John A. Tamplin
On Thu, May 23, 2013 at 7:56 PM, Manuel Carrasco Moñino man...@apache.orgwrote: The ShowcaseGenerator, is actually reading the content of the source files and generating .html files, but I want to extract method bodies and their javadoc so what I need an AST. So my question is more about how

Re: [gwt-contrib] Re: Generator, get method body

2013-05-23 Thread Roberto Lublinerman
Even if it were accessible to the generators the GWT AST does not contain javadocs nor comments. Roberto Lublinerman | Software Engineer | rlu...@google.com | 408-500-9148 On Thu, May 23, 2013 at 5:35 PM, John A. Tamplin j...@jaet.org wrote: On Thu, May 23, 2013 at 7:56 PM, Manuel Carrasco

[gwt-contrib] Change in gwt[master]: Chooses a default GWT source level to match the current java...

2013-05-23 Thread Roberto Lublinerman
Roberto Lublinerman has posted comments on this change. Change subject: Chooses a default GWT source level to match the current java runtime. .. Patch Set 4: @Matthew, I ended up fixing ApiCompatibilityChecker to accept