Re: GWT 2.5 GA is Here!

2012-11-08 Thread Thomas Broyer
On Wednesday, November 7, 2012 1:33:23 AM UTC+1, Brian Slesinsky wrote: In theory, they should be the same or very similar. What differences do you see? Dzmitri is right. It looks like the tag was made from trunk rather than releases/2.5. Compare

Re: Why or why not FlowLayoutPanel?

2012-11-08 Thread Thomas Broyer
On Wednesday, November 7, 2012 1:27:49 PM UTC+1, Pedro Lamarão wrote: I've recently saw reason why try to use a custom FlowLayoutPanel, with the minimal definition suggested in ProvidesResize's javadoc, in my applications. Then, I actually looked for a standard one with a doh! sensation,

Re: Placement of boot script in body vs. head

2012-11-08 Thread Thomas Broyer
On Thursday, November 8, 2012 3:50:47 AM UTC+1, Michael Allan wrote: Hi Matthew, My understanding is that when the browser sees a script tag, it needs to block until the script resource is available before it can resume parsing and displaying the rest of the page's contents.

Re: GXT and Grids

2012-11-08 Thread Blaze
Hi, First: I can see ur doing a test project. Why you dont use the new GXT 3.0.1 version?! Second: I think u didnt add the requerid .java classes inharitance for the compiler add this in the .gwt.xml file inherits name='com.extjs.gxt.ui.GXT'/ inherits name='com.extjs.gxt.charts.Chart'/

Re: generate and execute javascript at runtime?

2012-11-08 Thread Dennis Haupt
the reason i am using the GWT is so that i do NOT have use javascript. so obviously, eval seems like totally harmless to me :) what's wrong with it? 2012/11/7 Joseph Lust lifeofl...@gmail.com True, but *eval() *is one of the Cardinal sins of programming. Think deeply if there is any way

Re: rpc serialization problem

2012-11-08 Thread Cleiton Cavassa
Cool! Benjamin hints worked for me. Thanks! Em terça-feira, 4 de agosto de 2009 23h52min57s UTC-3, mike escreveu: I have a simple one-to-many betwen two entities. The parent entity uses List to contain the child entities. I am able to persist these entities in the datastore without

Re: Access newly Opened window in gwt

2012-11-08 Thread Thomas Broyer
The 'screen', 'window.open()', 'myWindow.document' and 'document.write()' will have to be done in JSNI. For the screen, maybe you need $wnd.screen (seems unlikely though). Easiest would be to do them all in one method: public native Document openWin() /*-{ var

Re: Setting a style for a single cell of a celltable

2012-11-08 Thread Cham747
Rike255 rgroten@... writes: So I have a skeleton that looks like this: TextColumnStatusRpcBean statusColumn = new TextColumnStatusRpcBean() { at Override public String getCellStyleNames(Context context, StatusRpcBean object) { return ???; }

Re: Scrolling on iPad

2012-11-08 Thread Joshua Godi
I am seeing this issue as well, would like to know a solution if there is one. On Friday, November 2, 2012 2:14:49 AM UTC-5, Mike Dee wrote: I have an app with a DataGrid on it and a vertical Scrollbar. Works as expected - when more data is available then fits within grid, vertical

Re: ListDataProvider and VM use up memory

2012-11-08 Thread Ümit Seren
Exactly for that reason there are server-side caches. Just set up a second level cache (ehcache, etc) and that should solve your scaling issue. If you use Spring as a backend technology it's a couple of configuration lines to add second level cache for Apart from caching there is the

Re: Testing RESTful services using GWTTestCase

2012-11-08 Thread Evgeni Shatohhin
Starting from version 1.6 it will no longer work http://google-web-toolkit.googlecode.com/svn/trunk/distro-source/core/src/doc/helpInfo/servletMappings.html среда, 1 декабря 2010 г., 10:57:34 UTC+2 пользователь ra написал: On Mon, Nov 29, 2010 at 5:14 PM, Raphael André Bauer

Increasing Client-side Storage

2012-11-08 Thread Nukeface
So i read the Client-side Storage introduction article. I do have a question. The company I'm doing my work experience is having trouble with the Client-side storage of all browsers as the size limits are met. We're developing an app which requires offline capability and uses lots and lots of

Re: SuperDevMode stuck on compiling

2012-11-08 Thread Sandro Munda
On Wednesday, July 11, 2012 5:46:16 PM UTC+2, Chris Gamache wrote: I am using Ext-Js LGPL via GWT-Ext, and they have indeed modified the Array prototype. Not much I can do about that. I'm stuck there. I hacked in the modification, and it will get through to compile now. Is there already

Re: How can I add context menu to RichTextArea?

2012-11-08 Thread Zubair Quraishi
Did you find a solution. I am using GWT 2.5 and so far it seems like it is not possible On Monday, November 2, 2009 8:26:57 AM UTC+1, Taimuri wrote: Folks, I am trying to add a context menu to my RichTextArea using pure GWT. There are other derivative APIs like smartGWT or GWT-Ex are

Re: generate and execute javascript at runtime?

2012-11-08 Thread Joseph Lust
It is just a good way to create a security hole and allow for malicious code execution. And it also prevent compiler optimizations since the compiler cannot divine what you're going to run. However, your use case is likely a valid one for eval since you're wrapping a JS lib. Sincerely, Joseph

Re: Increasing Client-side Storage

2012-11-08 Thread Joseph Lust
Sounds like a likely browser defect. Limit of 5MB per app per browser. According to the HTML5 spechttp://www.w3.org/TR/2009/WD-webstorage-20091222/#the-storage-interface, this limit can be increased by the user when needed; however, only a few browsers support this So it really depends on

Re: Is there anything different about internationalizing a Dialog?

2012-11-08 Thread Joseph Lust
Do you have your html host page set to UTF-8 using the meta tag in the header? meta charset=utf-8 Sincerely, Joseph -- 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: Increasing Client-side Storage

2012-11-08 Thread Paul Stockley
Actually the limit is 2500 characters in many browsers as they store the data in mult-byte format. Unless the browser supports it, there is no way of increasing this. What browser/versions are you using? On Thursday, November 8, 2012 12:32:04 PM UTC-5, Joseph Lust wrote: Sounds like a likely

Re: Increasing Client-side Storage

2012-11-08 Thread Joseph Lust
I had been using FF last year, though I was only storing about 250K of serialized character data. Perhaps take a look at the source of the Kindle Chrome app. It stores the book content offline. They must handle this somehow. Sincerely, Joseph -- You received this message because you are

Re: Roadmap GWT?

2012-11-08 Thread Joseph Lust
Any chance you could post that to the Steering Committee forum? Joe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/1W8tvJ66LFcJ. To post to

Re: Increasing Client-side Storage

2012-11-08 Thread alucard
If you are developing for mobile devices you could try with Phonegaphttp://phonegap.com/ (aka Apache Cordova http://incubator.apache.org/cordova/). They have a filehttp://docs.phonegap.com/en/2.2.0/cordova_file_file.md.html#Fileand a

Re: Roadmap GWT?

2012-11-08 Thread Thomas Broyer
On Thursday, November 8, 2012 7:51:08 PM UTC+1, Joseph Lust wrote: Any chance you could post that to the Steering Committee forum? Assuming you're asking me to do it, for the record; it's no news: see https://groups.google.com/d/topic/gwt-steering/AfMwY3nzcps/discussion and

Re: Increasing Client-side Storage

2012-11-08 Thread Oliver Krylow
Currently the only browser I know of that allows the user to set the size of local storage is safari . But in general I do not recommend using local storage for data heavy storing. Think of it rather as advanced cookies. The best use case is if you want to serialize the state of your views to

Re: MVP with multiple EntryPoints

2012-11-08 Thread Cristian Rinaldi
Hi Joseph: Thanks a lot, it was an interesting answer. Beyond GWT, I'm courious about how are you managing dinamyc ORM extensions, i.e. if you are using JPA, how are you merging domain classes from several OSGi bundles. Best regards. - Cristian El miércoles, 12 de septiembre de 2012 15:30:37

Re: ListDataProvider and VM use up memory

2012-11-08 Thread Kei Kei
Sorry, what is server-side caches and second level cache? On Fri, Nov 9, 2012 at 12:50 AM, Ümit Seren uemit.se...@gmail.com wrote: Exactly for that reason there are server-side caches. Just set up a second level cache (ehcache, etc) and that should solve your scaling issue. If you use Spring

Re: MVP with multiple EntryPoints

2012-11-08 Thread Joseph Lust
Christian, Sorry I missed your gchat the other day. Most gServices are blocked at my office. Thanks a lot, it was an interesting answer. Beyond GWT, I'm curious about how are you managing dynamic ORM extensions, i.e. if you are using JPA, how are you merging domain classes from several OSGi

Re: Roadmap GWT?

2012-11-08 Thread Joseph Lust
Thanks Thomas. My apologies, I thought that might have been newer news than July. Are the calls/meetings still regular? I had thought they were going to be Hangouts and recorded, but there is little mention of anything on the forum. Sincerely, Joseph -- You received this message because you

Security in gwt application.

2012-11-08 Thread Anuradha bhat
Hi , We have developed a gwt application. We foundDOM based cross site scripting issue in our .nocahe.js file. Here is the part of the code mentioned in .js file which is vulnerable. Can any body help me in finding , which type of java code will generate this code? Is there any way to do

Re: what's ReflectionHelper.loadClass(String) does?

2012-11-08 Thread Ben St. Pierre
It's used by dev mode to load classes dynamically. GWT production code would be unable to use this. On Monday, October 3, 2011 12:27:07 PM UTC-6, Elhanan wrote: hi.. it seems there is some sort of partial reflection support in gwt, but can i use it? is it the same as class.forname? --

[gwt-contrib] Re: Added new public static method to Window.Location: reloadParameterMap. (issue1859804)

2012-11-08 Thread skybrian
http://gwt-code-reviews.appspot.com/1859804/diff/7001/user/src/com/google/gwt/user/client/Window.java File user/src/com/google/gwt/user/client/Window.java (right): http://gwt-code-reviews.appspot.com/1859804/diff/7001/user/src/com/google/gwt/user/client/Window.java#newcode322

[gwt-contrib] Re: Rework StackTraceDeobfuscator to improve symbol map caching. Users can now specify if they want ... (issue1866803)

2012-11-08 Thread skybrian
LGTM http://gwt-code-reviews.appspot.com/1866803/diff/1/user/src/com/google/gwt/logging/server/StackTraceDeobfuscator.java File user/src/com/google/gwt/logging/server/StackTraceDeobfuscator.java (right):

[gwt-contrib] Re: Rework StackTraceDeobfuscator to improve symbol map caching. Users can now specify if they want ... (issue1866803)

2012-11-08 Thread skybrian
http://gwt-code-reviews.appspot.com/1866803/diff/1/user/src/com/google/gwt/logging/server/StackTraceDeobfuscator.java File user/src/com/google/gwt/logging/server/StackTraceDeobfuscator.java (right):

[gwt-contrib] Reviewer needed

2012-11-08 Thread Daniel Kurka
Hi everyone, I still need a reviewer for: https://gwt-review.googlesource.com/#/c/1130/ -Daniel -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Reviewer needed

2012-11-08 Thread John A. Tamplin
On Thu, Nov 8, 2012 at 3:46 PM, Daniel Kurka kurka.dan...@gmail.com wrote: Hi everyone, I still need a reviewer for: https://gwt-review.googlesource.com/#/c/1130/ It looks like you need an approver, but I don't know who that can be. Should everyone who is a committer be setup as a reviewer

Re: [gwt-contrib] Reviewer needed

2012-11-08 Thread Daniel Kurka
you are right I read someone to approve and to pull this into google infrastructure, while we are still on a pull mirror model. -Daniel 2012/11/8 John A. Tamplin j...@jaet.org On Thu, Nov 8, 2012 at 3:46 PM, Daniel Kurka kurka.dan...@gmail.comwrote: Hi everyone, I still need a reviewer

Re: [gwt-contrib] Reviewer needed

2012-11-08 Thread Matthew Dempsky
Oops, I thought I already imported that. Apparently not. I'll do that now. On Thu, Nov 8, 2012 at 12:46 PM, Daniel Kurka kurka.dan...@gmail.comwrote: Hi everyone, I still need a reviewer for: https://gwt-review.googlesource.com/#/c/1130/ -Daniel --

[gwt-contrib] Re: Use a fully qualified bean name in the GwtSpecificValidatorCreator (issue1865803)

2012-11-08 Thread cromwellian
On 2012/11/06 22:28:54, Nick Chalko wrote: LGTM http://gwt-code-reviews.appspot.com/1865803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors