Re: how to handle resources on server side (maven gwt)

2011-07-07 Thread tanteanni
thx, the problem is this is my first web-app so it's hard for me to distinguish between gwt specific and webapp specific problems. my problem is that i never had problem with resource handling because of maven (all that is copied to resources is accassible via getClass().getResource...). But

Re: adding filter to file upload in gwt

2011-07-07 Thread Jim Douglas
Aman, Please respond only on the list, not via private email. There are no other options. Assume that the browser is free to ignore the accept attribute, and validate the input when the user clicks the submit button. http://www.w3schools.com/TAGS/att_input_accept.asp

Re: adding filter to file upload in gwt

2011-07-07 Thread aman
Jim, Thanks for your help. Aman On Jul 7, 10:56 am, aman bhatia.ama...@gmail.com wrote: I did not tested it on other browsers initially, now when I am running it on IE it is not working it works well with google chrome with the option of Custom files and All files in the browsing window.I

Re: Application will not run outside dev mode (gwt 2.3)

2011-07-07 Thread Jens
Yes, I ran the GWT compiler to ensure the source for both hosted mode and non hosted mode would be the same. I have tested 5 setups: 1) Development mode (gwt internal jetty) with ?gwt.codesvr 2) Development mode (external server, tomcat) with ?gwt.codesvr 3) Development mode (gwt internal jetty)

Re: how to handle resources on server side (maven gwt)

2011-07-07 Thread tanteanni
in meantime i tried to put my file to main/webapp/WEB-INF/myfile (next to web.xml). but getResurceAsStream(/+myfile) still returns null (with or without /). so where to copy resources to? (i don't want to manipulate the pom) -- You received this message because you are subscribed to the

R: Re: Can't install Google Web Toolkit Developer Plugin under Chrome

2011-07-07 Thread Vlad
Hi Chris, the OS is Windows XP 5.1.2600 SP2, and the browser has been installed via the installer easily downloadable from http://www.google.com/chrome/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

ways to handle session timeout

2011-07-07 Thread Leung
Hi, Session timeout event is handled by HttpSessionListener. In GWT, what is the best way to tear down the client GUI if the token is removed from the session? I can check the validity of the token everytime the user clicks the GUI components. But is this the only way? Thanks -- You received

Specifying cache expiration

2011-07-07 Thread Vik
Hie I used PageSpeed chrome extension to analyze my app home page which is hosted on GAE. The suggestion come to set image cache expiration to 1 week at least. Now I do not know where should I do that? Please advise. Thankx and Regards Vik Founder http://www.sakshum.org

Re: How do I align a GWT application to the center?

2011-07-07 Thread Adolfo Panizo Touzon
Amigo, en el html donde tienes el id flexTable, mete css. 2011/7/6 Xavier xrobl...@gmail.com I have an html5 canvas element within a flextable and that flextable is in the root panel. I would like to align the application so it is displayed in the center of the page both vertically and

Re: How do I align a GWT application to the center?

2011-07-07 Thread Adolfo Panizo Touzon
O mejor aun mete una hoja de estilo en el widget que quieres que salga centrado. 2011/7/7 Adolfo Panizo Touzon adolfo.pan...@gmail.com Amigo, en el html donde tienes el id flexTable, mete css. 2011/7/6 Xavier xrobl...@gmail.com I have an html5 canvas element within a flextable and that

Re: Access permutation id inside a generator

2011-07-07 Thread Eric Ayers
A static variable isn't going to be a good solution for users using a multi process build, (Precompile an CompilePerms entry points into the compiler.) Maybe the GWT compiler could provide an api to return the current properties settings as a string that you could hash on? On Jul 6, 2011 10:47

GWT + Spring Security

2011-07-07 Thread Renato Beserra
Hi, I am integrating a GWT application with Spring Security and I got a great example on a previous thread - http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c8032d9a472d975b/b9634461528cd31b?lnk=gstq=renatobeserra#b9634461528cd31b. But now I want to secure my rpc calls,

Serialization error in MapString,Object with numeric object

2011-07-07 Thread Darkman97i
Hi I've got a serialization problem with a MapString,Object when object type is Integer, Double etc... the GWT show error indicating Type 'java.lang.Integer' was not included in the set of types which can be serialized by this SerializationPolicy I'm usign version 2.1.0 it's normal or it's some

Re: [appengine-java] Specifying cache expiration

2011-07-07 Thread jMotta
Vik, Go to you administration panel Application Settings There is a combo Cookie Expiration to set how long it should keep your users logged in. If the problem isn't in this cookie, you should look into your code where you generate a cookie and set the Max Age of it to 1 week (in ms probably).

Re: Yes or No: Will Singleton-izing my Resources offer tangible performance gains??

2011-07-07 Thread Thomas Broyer
When you ask such questions to yourself, look at the generated classes (pass -gen to the DevMode or Compiler so it writes them to disk). First, a GWT.create() always creates a new instance (it's equivalent to a 'new' with the zero-arg constructor of the replacement or generated class).

gwtTestCase ScheduledCommand

2011-07-07 Thread gwtomni gwtomni
Hello, I have a login() method. inside it I have a ScheduledCommand. I want to test this method with GWTTestCase. unfortunately the instruction inside the scheduledCommand is never called from my gwtTestCase. any Idea ? thx -- You received this message because you are subscribed to

Re: Specifying cache expiration

2011-07-07 Thread Rob Coops
Have a look at the following page: http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files Under the header: Setting the Browser Cache Expiration ;-) Hope that helps, also there is a bit of chatter on why a GAE would or would not GZip a file when

Is it possible to go to a new Place without inserting a new history item?

2011-07-07 Thread Eugen Paraschiv
I'm trying to do a place change but avoid introducing a new history item. My current code is: placeController.goTo(new ABCPlace(null)); which does trigger a: HistoryImpl.newItem I have searched the various discussions about changes in place navigation and such but found no answer on how to do

Re: Access permutation id inside a generator

2011-07-07 Thread Pierre Coirier
Thanks Eric. In multi-process build, each process will have its own counter, so two different processes may end up creating the same class (like com.test.impl_0). Will the tryCreate method of GeneratorContext return null in one of the process or will both classes be created and somehow one of

Is there a way to catch com.google.gwt.user.client.ui.AttachDetachException or avoid it in an unusual gwt setup

2011-07-07 Thread d56
His, We have a weird case of using GWT that causes many head aches. A couple of GWT components are being attached to divs of a website segment that is periodically rerendered per richfaces ajax call. When that happens the widget is not visible anymore since the original parent html element gets

Gwt Dialog box should place within Absolutepanel not to the entire window

2011-07-07 Thread somaldo
Hi Currently am working on placing dialog box within the specifed area.i.e if we give setglassenabled(true) means a greyed layover dialox box is coming. but grey area occupies the entire screen or window and the dialog appears in the middle of the window. but i want dialog box should be

GWT 2.4 - close?

2011-07-07 Thread cri
Sorry, Just can't help myself. Are we anywhere close to the 2.4 release? Thanks, Chuck -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group,

Re: Specifying cache expiration

2011-07-07 Thread Vik
Tx a lot guys.. this seems to be answering me what i was looking for,. Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Thu, Jul 7, 2011 at 6:09 PM, Rob Coops rco...@gmail.com wrote: Have a look at the following page:

Re: GWT 2.4 - close?

2011-07-07 Thread Rob Coops
Exactly one minute later I get the following email :-) Revision: 10420 Author: mrruss...@google.com Date: Thu Jul 7 06:43:13 2011 Log: tag for the 2.4 rc1 release

Re: How to skip history token on place change? (Activies, Places and History management)

2011-07-07 Thread Eugen Paraschiv
I have run into the same issue. It is true the tokenizer is not added to the mapper, than it works, only that means that I'm forced to go with a all or nothing approach. What I would be interested in is to be able to programatically decide when to trigger a history item addition and when not

Aw: Is it possible to go to a new Place without inserting a new history item?

2011-07-07 Thread Jens
I think if you do not put a ABCPlaceTokenizer into the @WithTokenizers annotation it could work. But why do you need this for just one place? A Place is something you can navigate to and if you do not want a history token for it then you probably do not want that place? -- J. -- You

2.4 beta / Indigo support

2011-07-07 Thread cri
I just noticed that there is GPE 2.3 update link for Indigo, but there isn't an Indigo link for GPE 2.4 beta. Should GPE 2.4 beta work in Indigo? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Add progress bar while dataprovider is loading

2011-07-07 Thread Issam
I'm working with dataProviders, pagers ... and I would like to display a progress or any gif image while dataprovider is loading data when the user click on the pager to see next page. Any suggestion are welcome. thanks -- You received this message because you are subscribed to the Google

Youtube iFrame z-index problem

2011-07-07 Thread tobirius
I am struggling to put UI elements above an embedded youtube iframe. No z-index seems large enough to get on top of the iframe. Only when using a PopupPanel it seems to be possible to show content above the iframe. I wonder how this is done. What is so special about the PopupPanel that it is

injecting js and then making the panel reload

2011-07-07 Thread Mark
I need to inject js into a section of my page and then get that section to execute that js. Any ideas? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe

Re: [appengine-java] Re: Specifying cache expiration

2011-07-07 Thread jMotta
That's cool, I didn't know that. I don't know if it was just with me but the Rob Coops answer was kind hidden into the Vik thanks: Rob Coops rco...@gmail.com wrote: Have a look at the following page:

Re: Add progress bar while dataprovider is loading

2011-07-07 Thread gadev
What about *setLoadingIndicator(widget);* -George -- 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/-/a3ghgfhj2NEJ. To post to this group, send

Re: Add progress bar while dataprovider is loading

2011-07-07 Thread Issam
Could you please give me more details ? On 7 juil, 16:58, gadev george.agiasog...@newsint.co.uk wrote: What about *setLoadingIndicator(widget);* -George -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Issues with renaming a uifield that is used in a uihandler

2011-07-07 Thread Patrick Tucker
I just stumbled across the following issue: I have a SuggestBox that is attached to a ValueChangeEvent with more than 1 SuggestBox like this: @UiHandler({suggestBox1, suggestBox2}) If I rename suggestBox1 using Alt+Shift+R or the RefactorRename menu item, the value in the UiHandler is not

file upload

2011-07-07 Thread j.sir lai
file upload widget can use RequestBuilder to send data -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

NullPointerException During Compile

2011-07-07 Thread Brian Cabana
Hi members, I recently upgraded to GWT 2.3.0 and recompiled my projects in Eclipse. On one project I got the following error and stack: [ERROR] An internal compiler exception occurred com.google.gwt.dev.jjs.InternalCompilerException: Unexpected error during visit. at

File upload

2011-07-07 Thread j.sir lai
How to File upload before set Content Type ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Deformed DialogBox

2011-07-07 Thread Tiago Rinck Caveden
Hello all, I'm a newbie in GWT and I am struggling to create a dialog box using UIBinder. I'm sorry if this has already been discussed but I couldn't find it. This is the graphical result of my dialog :-( [image: Screenshot.png] The code that I'm doing is the following. First, the java code for

Re: how to handle resources on server side (maven gwt)

2011-07-07 Thread Marius Grama
Hi, put your resource to be retrieved via Thread.currentThread().getContextClassLoader().getResourceAsStream() in src/main/java or src/main/resources on your IDE so that it can be exported to WEB-INF/classes (instead of just WEB-INF/ directory). On Jul 7, 9:24 am, tanteanni

Re: How do I align a GWT application to the center?

2011-07-07 Thread Gary Eberhart
I use center in the html page to center my gwt application. On Wed, Jul 6, 2011 at 12:31 PM, Xavier xrobl...@gmail.com wrote: I have an html5 canvas element within a flextable and that flextable is in the root panel. I would like to align the application so it is displayed in the center of

Re: migration from 2.1 to 2.3 problem

2011-07-07 Thread dpwrussell
Hi, I was relieved to not be the only one having this problem and it did solve it for GWT only project. GWT + GXT still fails though, at the moment I can't build at all. The OP actually has GXT stuff as well so thus I'm following this up here. [gwt:compile] auto discovered modules

Can i develop a web site using GWT

2011-07-07 Thread SwaminathanG
Hi, This is Swaminathan. I am familiar with GWT + GAE in web application building. I have a query Whether i can have my whole web site(which includes 40html + 5JSP + Application) deployed in Google App Engine. Is that possible to effect this. If possible, Is the web site will be

GWT Widget styling using CSS and UiBinder

2011-07-07 Thread vik
Can somebody please post a simple example on how to style a 'fairly- complex' widget like the gwt-DatePicker with different colors and assets? There are a few examples online for the date picker but they either are incomplete or don't use the UiBinder technique. I would like to use the UiBinder

Re: Re: Can't install Google Web Toolkit Developer Plugin under Chrome

2011-07-07 Thread Chris Conroy
Vlad, Double check your firewall settings. If you can, try disabling any firewall that you are running for temporary troubleshooting. Do you see a gray toolbox when you try to connect via chrome? If you don't see a red toolbox in the url bar, then go to the extension's options page and whitelist

Re: Aw: Is it possible to go to a new Place without inserting a new history item?

2011-07-07 Thread Eugen Paraschiv
Yes, I am aware that if I don't include the tokenizer in the mapping, it works fine. The problem with that is that it's an all or nothing solution, whereas I'm looking for a programatic way of choosing when the navigation should add a new history item and when it should not. It seems to be a

Re: Aw: is there a simpler gwt gae tutorial?

2011-07-07 Thread Drew Spencer
THANK YOU, THANK YOU, THANK YOU! -- 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/-/IP7UUG1cupoJ. To post to this group, send email to

Re: Aw: is there a simpler gwt gae tutorial?

2011-07-07 Thread Drew Spencer
THANK YOU, THANK YOU, THANK YOU! -- 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/-/s-BIoHoUHwwJ. To post to this group, send email to

Re: Can i develop a web site using GWT

2011-07-07 Thread David Chandler
Certainly you can deploy an HTML+JSP Web site in Google App Engine. You don't mention what you're comparing it to, but App Engine Web servers are located in data centers all over the world and there is built-in edge caching of static resources (HTML, CSS, images), so it's quite fast from most

TabLayoutPanel selectTab() not working correctly

2011-07-07 Thread Mark Wengranowski
Hi everyone, I'm having a wierd problem with a TabLayoutPanel where the selectTab() function does not work when called from my custom header composite. So far this is what i've done. 1. Create a new UI binder composiete that has a tablayoutpanel 2. Create a custom header UI binder composite

Re: GWT Widget styling using CSS and UiBinder

2011-07-07 Thread Rob Coops
On Thu, Jul 7, 2011 at 11:09 AM, vik vmgu...@gmail.com wrote: Can somebody please post a simple example on how to style a 'fairly- complex' widget like the gwt-DatePicker with different colors and assets? There are a few examples online for the date picker but they either are incomplete or

Aw: Re: Aw: Is it possible to go to a new Place without inserting a new history item?

2011-07-07 Thread Jens
Ah ok so you do a redirect from abc:null to abc:1 and do not want the redirect to appear in the history. You could try to implement a custom

Re: Add progress bar while dataprovider is loading

2011-07-07 Thread George Agiasoglou
There is not really a lot to it, actually the celltable does come with a loading indicator already, you should be able to see it whenever the range changes. Make sure on the range change implementation of your AsyncDataProvider to call these two methods updateRowCount(); updateRowData();

Re: GWT + Spring Security

2011-07-07 Thread Juan Pablo Gardella
Hi Renato, I have a service layer, so in this method I use JSR250 http://en.wikipedia.org/wiki/JSR_250annotations, Spring security can work with this API. In client side I don't protect the invocations. In server side, spring security throws an exception, if try to access to a protected method,

Re: resizable dialog

2011-07-07 Thread Jörg
This response is kinda late, but I just came across the same problem and found a promising solution here: http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/DragDropDemo.html#WindowExample That's part of http://code.google.com/p/gwt-dnd/ -- You received this message because you

Re: Aw: Re: Aw: Is it possible to go to a new Place without inserting a new history item?

2011-07-07 Thread Eugen Paraschiv
Thanks for taking the time to go into this. I will go with the custom historian and see how that pans out. The id of the first item is indeed variable. Thanks again for the suggestions. On Jul 7, 2011 6:23 PM, Jens jens.nehlme...@gmail.com wrote: -- You received this message because you are

CellTable with SimplePager displaying GAE datastore data in async

2011-07-07 Thread George Agiasoglou
Hi there, I have a celltable which displays data from GAE datastore using an AsyncDataProvider. Everything works fine up to the last page. So if pageSize is 10 and the results are 35, doing 1-10, 11-20, 21-30 and back works fine. In order to do this I store cursors so that I can continue

Same origin policy with subdomain

2011-07-07 Thread ag87
Hello, I developed an application with GWT and this application calls some web services. I'd like to run application on subdomain1.domain.com and Web Services on subdomain2.domain.com. Same-Origin policy prevents me from doing this. Is there any way to avoid the SOP ? Thanks -- You received

CssResource w/o UiBinder

2011-07-07 Thread Lars
So, I've had success using UiBinder to declare styles in ui:style blocks and then accessing them in my .java file via: interface Styles extends CssResource { String hideAdditionalFilters(); String showAdditionalFilters(); } Now I have a class that does NOT have an associated UiBinder file

Recursive Editors

2011-07-07 Thread Jeff Larsen
I'm trying to build an editor where it can have a collection of itself. For example, I have an object Foo class Foo{ String foo; ListFoo foos; //getters setters ommited for brevity } I've tried making FooEditor implement EditorFoo and CompositeEditorFoo, Foo, FooEditor, but then when

Aw: Same origin policy with subdomain

2011-07-07 Thread Jens
Take a look at: http://google-web-toolkit.googlecode.com/svn/javadoc/2.3/com/google/gwt/jsonp/client/JsonpRequestBuilder.html It uses JSONP (http://en.wikipedia.org/wiki/JSONP) to avoid the same origin policy. -- J. -- You received this message because you are subscribed to the Google

Re: GWT + Spring Security

2011-07-07 Thread Renato Beserra
Thanks for your answer. I considered something like that, but every restricted rpc method implementation has to call another method, with its own interface secured by annotations, right? 2011/7/7 Juan Pablo Gardella gardellajuanpa...@gmail.com Hi Renato, I have a service layer, so in this

Re: Same origin policy with subdomain

2011-07-07 Thread Hilco Wijbenga
On 7 July 2011 10:05, ag87 g.aurel...@gmail.com wrote: Is there any way to avoid the SOP ? Just run a proxy on your server. Everything uses the same server:port so no SOP issues and the server (i.e. your proxy) figures out where to send the request. Jetty does this quite nicely for development.

GWTP - placeManager.revealPlace does not work second time onwards

2011-07-07 Thread Bhavin
Hi, I have written a call to a presenter via placeManager.revealPlace. The issue is that when the flow reaches this line of code for the first time, it gets executed and my presenter is getting invoked, but when I try to perform some transaction on the same page and try to execute the same line

GWT Datastore query through RPC errs

2011-07-07 Thread SwaminathanG
Hello, I am trying to query the datastore from GWT client side code But it throws an exception '500 error' even while accessing the method. But we can insert into the datastore through other method. What am i missing? public String[] getStocks() throws NotLoggedInException {

Re: Can i develop a web site using GWT

2011-07-07 Thread Deepak Singh
Hi, I have developed a gwt application and now i want to host it on GAE with my registered domain name www..com. How can i do it? Let me know the process. Thanks Deepak On Thu, Jul 7, 2011 at 9:29 PM, David Chandler drfibona...@google.comwrote: Certainly you can deploy an HTML+JSP Web

Re: CssResource w/o UiBinder

2011-07-07 Thread Brian Reilly
Try adding a call to resources.css.ensureInjected(). I've seen that problem before and I think the call ensureInjected() fixed it. -- Brian On Thu, Jul 7, 2011 at 1:15 PM, Lars lweinr...@gmail.com wrote: So, I've had success using UiBinder to declare styles in ui:style blocks and then

Re: CssResource w/o UiBinder

2011-07-07 Thread Lars
You are exactly right. I added resources.css().ensureInjected(); in the constructor of my class and it all works now. Much appreciated. - Lars -- 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: Can i develop a web site using GWT

2011-07-07 Thread David Chandler
Just follow the prompts in the App Engine admin console. See Domain Setup under Application Settings. In the future, please post GAE questions to the App Engine group. /dmc On Thu, Jul 7, 2011 at 2:26 PM, Deepak Singh deepaksingh...@gmail.comwrote: Hi, I have developed a gwt application

Re: GWT Datastore query through RPC errs

2011-07-07 Thread David Chandler
Please post to the App Engine group and include a stack trace. This is server-side code, not GWT. /dmc On Thu, Jul 7, 2011 at 2:21 PM, SwaminathanG swami...@gmail.com wrote: Hello, I am trying to query the datastore from GWT client side code But it throws an exception '500 error' even

secure widgets

2011-07-07 Thread Alberto Sarubbi
hi there, i'm developing an application that came into a common use case when HTML is generated from server side, which is whether to include or not an element in the output based on security constraints applicable for the current user only. some security frameworks, like the one we're using

2.0 to 2.3

2011-07-07 Thread omae...@yahoo.fr
Hello, I have developed a GWT application in version 2.0. I want to migrate in 2.3. What is the procedure to follow ? The only thing i have to do is to unzip the GWT SDK 2.3 and re-compile my application ? Thanks for the answer Stephane -- You received this message because you are

Re: 2.0 to 2.3

2011-07-07 Thread Juan Pablo Gardella
I recommend copy whole eclipse. In this copy desinstall all plugins relate to eclipse and install the lasts. When you desinstall a plugin restart eclipse. I use this way and never have problems. If fail, I continue have the old eclipse well configurated. 2011/7/7 omae...@yahoo.fr omae...@yahoo.fr

Re: 2.0 to 2.3

2011-07-07 Thread Juan Pablo Gardella
Sorry, where I put: In this copy desinstall all plugins relate to eclipse and install the lasts. Is In this copy desinstall all plugins relate to gwt and install the lasts. 2011/7/7 Juan Pablo Gardella gardellajuanpa...@gmail.com I recommend copy whole eclipse. In this copy desinstall all

Re: GWT Designer Eclipse Problem

2011-07-07 Thread Marko Kotar
Alexander Mitin alexander.mitin@... writes: Which are versions of your Ubuntu, GWT GWT Designer? Have you got WebKitGTK libs installed? On Jun 4, 2:21 pm, Noor baken...@... wrote: Hi, I am using Ubuntu , Eclipse 3.5 with GWT designer. But when I placing a control on the my

Re: GPE tooling

2011-07-07 Thread David Chandler
Hi Jeff, We could possibly expose some classes as part of GPE's public API, but of course they might change in future releases. Can you be more specific as to which classes would be helpful? Thanks, /dmc On Sat, Jul 2, 2011 at 9:24 PM, jeffma...@jeffmaury.com jeffma...@gmail.com wrote:

Re: GWT Designer Eclipse Problem

2011-07-07 Thread Alexander Mitin
Try this workaround: 1. Open terminal and change dir to /usr/lib 2. Do sudo ln -s libwebkitgtk-1.0.so.0.6.0 libwebkit-1.0.so.2 command, where libwebkitgtk-1.0.so.0.6.0 is the webkit lib file, it's name could be different in version numbers. 3. Restart Eclipse. -- You received this message

Recursive Editors

2011-07-07 Thread Gal Dolber
to avoid the infinite loop of instantiation, you need to instantiate the child editor under demand, only when needed On Thursday, July 7, 2011, Jeff Larsen larse...@gmail.com wrote: I'm trying to build an editor where it can have a collection of itself. For example, I have an object Foo

Re: GWT + Spring Security

2011-07-07 Thread Kevin Jordan
It's been a while since I've set mine up to do this, but when you say you're setting them in the interface on the client side, are you trying them on the Async interface or the interface your server-side code implements off of? If you do it on the interface your server- side code uses as the

Re: Designer Problem : « uibinder template should be in client package »

2011-07-07 Thread Saad
Thanks! I can verify that this build path tweak works. On May 10, 9:55 pm, m0rganic morgan.bic...@gmail.com wrote: I had the same exact issue. Check your build path settings. In my case the culprit was 'm2eclipse maven project import', it was changing a rule in my build path during import

Re: Linking multiple GWT applciations..

2011-07-07 Thread Gautam Kowshik
Can't I simply create module libraries and call them from my main app EntryPoint, something like: class PortalClient implements EntryPoint { Game1Module game1; Game2Module game2; onModuleLoad() { game1 = new Game1Module(); game2 = new Game2Module(); if (isSelectedGame1) {

GWT client/server module ..

2011-07-07 Thread Gautam Kowshik
I'm a GWT noob and have been trusted with the task of building a full fledged game portal :-) Now iv been trying to organize the componenents of the project into modules before i start full fledged code development. My plan, for now, is to maintain each game as a separate GWT module and interface

RequestFactory: Usage of the EntityService / EntityLocator / ServiceLocator pattern

2011-07-07 Thread Alexander Orlov
I've just implemented this pattern parallel to my basic RequestFactory implementation on top of JPA. It seems that the ServiceLocator brings a little bit more structure into the code... But is the usage of the ServiceLocator pattern encouraged or recommended, considering the future evolvement of

Re: Aw: Re: Aw: Is it possible to go to a new Place without inserting a new history item?

2011-07-07 Thread Abduxkur Ablimit
@Prefix(TOKEN_NAME)     public static class Tokenizer implements PlaceTokenizerPayRequestListPlace {         // Since the place is injectable, we'll let Gin do the construction.         private final ProviderPayRequestListPlace placeProvider;         @Inject     public

Why no GWT for Calendar API?

2011-07-07 Thread Jeffrey Chimene
Hi: I might have a use case for a GWT binding for the Calendar API. Is it not there or am I missing something? Cheers, jec -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Why no GWT for Calendar API?

2011-07-07 Thread Jim Douglas
With 328 stars, it's the most popular open issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=603 On Jul 7, 7:55 pm, Jeffrey Chimene jchim...@gmail.com wrote: Hi: I might have a use case for a GWT binding for the Calendar API. Is it not there or am I missing something?

TabLayoutPanel Internal Size

2011-07-07 Thread joel
Is there a way to set the size of the contained panel in pixels (ie. one tabs contents)? The size of the TabLayoutPanel seems to also include the tab and border, etc. J -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: Linking multiple GWT applciations..

2011-07-07 Thread Robert Hanson
Can't I simply create module libraries and call them from my main app Yes, you can, assume all you need to do is create a single compilation unit. But that doesn't address any communication issues between clients and client-server. Also, instead of doing it like you have, maybe consider

Re: GWT client/server module ..

2011-07-07 Thread Robert Hanson
At the end of the day, its just JavaScript, which means you get the same communication that you would with JavaScript (i.e. XHR). There are lots of ways to implement it though. Even though the transport mechanism is the same you could use GWT-RPC, RequestFactory, RequestBuilder, or JSONP. If

Re: 2.0 to 2.3

2011-07-07 Thread Robert Hanson
The only thing i have to do is to unzip the GWT SDK 2.3 and re-compile my application ? Yes. Note that you may get some errors that you need to fix due to API changes. Rob On Thu, Jul 7, 2011 at 1:14 PM, omae...@yahoo.fr omae...@yahoo.fr wrote: Hello, I have developed a GWT application

Re: secure widgets

2011-07-07 Thread Robert Hanson
wouldn't the security constraint container be available to a DOM inspector for analysis? some kind of a BIG HOLE in security? Yes. And it is also trivial to take your obfuscated code and de-obfuscate it. So assume that anyone that can download your JavaScript code can read it and change it as

[gwt-contrib] [google-web-toolkit] r10420 committed - tag for the 2.4 rc1 release

2011-07-07 Thread codesite-noreply
Revision: 10420 Author: mrruss...@google.com Date: Thu Jul 7 06:43:13 2011 Log: tag for the 2.4 rc1 release http://code.google.com/p/google-web-toolkit/source/detail?r=10420 Added: /tags/2.4.0-rc1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Add compile-time tests for APT-based RequestFactory interface validator. (issue1473801)

2011-07-07 Thread bobv
Reviewers: keertip, pquitslund, tbroyer, Description: Add compile-time tests for APT-based RequestFactory interface validator. Move all validator message formatting to a single class. Patch by: bobv Review by: keertip,pquitslund, t.broyer Suggested by: t.broyer Please review this at

[gwt-contrib] Re: Updating npapi plugin to remove gwtId from Jso objects (idenity fix), (issue1469803)

2011-07-07 Thread codefu
http://gwt-code-reviews.appspot.com/1469803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Updating npapi plugin to remove gwtId from Jso objects (idenity fix), (issue1469803)

2011-07-07 Thread codefu
Added support for dynamically checking the browser for identity, which includes Chromium 12, 13, and some versions of 14. Responsibility for the expando was packaged in to the LocalObjects. The new NPVariantUtil.h is simply all the static NPVariant utilities from NPVariantProxy that strictly

[gwt-contrib] [google-web-toolkit] r10421 committed - Fixing IsRenderable API step 2: pass in a stamper instead of the actua...

2011-07-07 Thread codesite-noreply
Revision: 10421 Author: rdcas...@google.com Date: Wed Jul 6 10:57:13 2011 Log: Fixing IsRenderable API step 2: pass in a stamper instead of the actual ID. As we discussed a few weeks ago, the goal here is to make the exact scheme by which elements are marked and retrieved

[gwt-contrib] [google-web-toolkit] r10422 committed - UnifyAst correctly handles polymorphic overrides with mixed default/pu...

2011-07-07 Thread codesite-noreply
Revision: 10422 Author: sco...@google.com Date: Wed Jul 6 13:03:16 2011 Log: UnifyAst correctly handles polymorphic overrides with mixed default/public access. GWT AST now tracks method access. This is used by UnifyAst to correctly compute overrides. Before, UnifyAst would

[gwt-contrib] Re: Updating npapi plugin to remove gwtId from Jso objects (idenity fix), (issue1469803)

2011-07-07 Thread conroy
almost there http://gwt-code-reviews.appspot.com/1469803/diff/6009/plugins/npapi/LocalObjectTable.h File plugins/npapi/LocalObjectTable.h (right): http://gwt-code-reviews.appspot.com/1469803/diff/6009/plugins/npapi/LocalObjectTable.h#newcode166 plugins/npapi/LocalObjectTable.h:166: set( id,

[gwt-contrib] Re: Comment on IssueReportSample in google-web-toolkit

2011-07-07 Thread codesite-noreply
Comment by herditea...@gmail.com: yes my join For more information: http://code.google.com/p/google-web-toolkit/wiki/IssueReportSample -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Updating npapi plugin to remove gwtId from Jso objects (idenity fix), (issue1469803)

2011-07-07 Thread codefu
http://gwt-code-reviews.appspot.com/1469803/diff/6009/plugins/npapi/LocalObjectTable.h File plugins/npapi/LocalObjectTable.h (right): http://gwt-code-reviews.appspot.com/1469803/diff/6009/plugins/npapi/LocalObjectTable.h#newcode166 plugins/npapi/LocalObjectTable.h:166: set( id, jsObject ); On

[gwt-contrib] Re: Updating npapi plugin to remove gwtId from Jso objects (idenity fix), (issue1469803)

2011-07-07 Thread codefu
http://gwt-code-reviews.appspot.com/1469803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

  1   2   >