compilation-mappings.txt

2015-04-21 Thread Nuno R
Hi. In my project, GWT outputs a compilation-mappings.txt and modulename.devmode.js files. I think they shouldn't be needed in production, is there a way to configure (e.g. compiler flag) so that those files aren't generated? Thank you. -- You received this message because you are subscribed

JSONPath

2015-02-24 Thread Nuno R
Hello. Does anyone know a GWT library that supports JSONPath queries at runtime? I don't know the desired JSONPath expression at compile time (it's a configuration kept on the server), so i think any solution relying on GWT generators doesn't fit my use case. Thank you, Nuno -- You received

JSInterop and terse JSNI syntax

2015-02-10 Thread Nuno R
Hi. Ray's talk, Deep Dive in JsInterop https://drive.google.com/file/d/0B3ktS-w9vr8IN3d6UUNyWTJIOTQ/view, shows an example to write terse JSNI syntax without the need to write native methods. Is this already available on 2.7.0? String helloWorld = js(“$0 + $1”, “Hello”, “World”); I found the

Re: JSInterop and terse JSNI syntax

2015-02-10 Thread Nuno Graça
You need to enable the flag -XjsInteropMode to use JSInterop. -- 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

Re: GWT Material Design

2015-02-09 Thread Nuno Graça
Yes if we can use any alternative on Jquery and other external resources dont hesitate to tell me. There is gQuery, you can have a look into the presentation from GWT.create http://gwtquery.github.io/gwt.create-slides/gwtcreate2015/gwtcreate2015.html. Have a look. -- You received this

Handling mouse events in capture phase

2014-05-09 Thread Nuno R
every single event in the application) ** I want to catch mouse events on a parent widget and avoid to target child ones and still be able to normally handle mouse events on other widgets in the screen.* Best regards, Nuno Rosa -- You received this message because you are subscribed to the Google

Re: My CellTable is slow and I don't know why

2013-08-11 Thread Nuno Godinho de Matos
It runs the DevMode main class, ture. But I am quite certain mvn gwt:run is fueling me the compiled javascript. The project compilation time is huge for making the gecko_1_3 and safari permutations (since I am testing in both chrome and firefox). What would be the point of compiling all that java

Re: My CellTable is slow and I don't know why

2013-08-10 Thread Nuno Godinho de Matos
Christ! I have never seen a hover effect so sluggish (probably because the hover/graying effect is being added programatically by CellTable implementation code of the mouse out and mouseover). The online sample goes fast on the browser,

Core Script Injector (faster than its shadow?)

2013-02-17 Thread Nuno Godinho de Matos
Hi, In an application that uses Highchats and Bootstrap, the com.google.gwt.core.client.ScriptInjector does not seem to be working correctly for me. Basically, during the onLoad() of my entrypoint, if I try to inject js Highcharts.js dependency using the core gwt injector, I end up not

curious class class not found exception

2012-10-28 Thread Nuno Godinho de Matos
Presently, when i try to run my gwt application through eclipse I am getting a curious: java.lang.NoClassDefFoundError: com/google/gwt/user/client/rpc/RemoteService The intersting about this exception is that by command line firing a gwt:run my project loads and runs just fine. It is thorugh

Re: curious class class not found exception

2012-10-28 Thread Nuno Godinho de Matos
Thanks a lot and well spotted! What you just said makes all the sense in the world. I will take a look at my runtime lib folder in while. Thanks again. On Sunday, October 28, 2012 5:57:10 PM UTC+1, Jens wrote: And gwt-servlet.jar is in your war/WEB-INF/lib folder? In your stack trace you

Re: GWT tree table data grid?

2012-10-02 Thread Nuno Gonçalves
I'm also searching for this. On Thursday, January 26, 2012 10:11:06 PM UTC, CRISTI Stamate wrote: Can anyone tell me if exist in GWT the tree table data gid component? I mean by tree table data grid a component that is: - data grid like in GWT 2.4 (fixed header and footer and scrollable

Re: GWT ui:style how big of a bad idea (or not) is it to use it?

2012-08-09 Thread Nuno Godinho de Matos
that if would be making my code use a CSS resource getter to find out the ODD classname. My kindest regards, Nuno. On Saturday, August 4, 2012 11:33:09 PM UTC+2, Joseph Lust wrote: To start with CSSResource is awesome and I highly recommend using it. It forces you to program *better*. Should you

GWT ui:style how big of a bad idea (or not) is it to use it?

2012-08-04 Thread Nuno Godinho de Matos
Hi, I am wondering how big a mistake is it to take advantage of the ui:style feature in ui binder interfaces? Say your styles are all comprised within ui:style tags, and you always refer to them using the {style.} notation. Now, on the browser, this shall all become obfuscated after

Re: PlaceController constructor Deprecated

2012-07-29 Thread Nuno Godinho de Matos
On Friday, September 9, 2011 4:01:37 PM UTC+2, Thomas Broyer wrote: There must be somewhere in your code where you have a dependency on com.google.gwt.event.shared.EventBus rather than com.google.web.bindery.event.shared.EventBus. Oh yes, there is indeed. The GWTP plugin in its latest

Re: Large GIN Modules and DevMode performance

2012-05-25 Thread Nuno R
and are now more closer to the results in a Linux environment that it is still faster then w7. On Thursday, May 24, 2012 8:58:06 AM UTC+1, Thomas Broyer wrote: On Thursday, May 24, 2012 4:25:34 AM UTC+2, Nuno R wrote: Hi, At the moment we've a large scale application that reached

Re: adding eclipse/GWT/app engine project to version control (git)

2012-05-25 Thread Nuno R
Take a look at a maven setup. Don't need to keep in the repository any files related with IDE configuration or project dependencies. http://maven.apache.org/plugins/maven-eclipse-plugin/ http://mojo.codehaus.org/gwt-maven-plugin/ After cloning a repo running *maven eclipse:eclipse* generates

Re: Large GIN Modules and DevMode performance

2012-05-24 Thread Nuno R
Thanks Thomas, that was what i suspected. On Thursday, May 24, 2012 8:58:06 AM UTC+1, Thomas Broyer wrote: On Thursday, May 24, 2012 4:25:34 AM UTC+2, Nuno R wrote: Hi, At the moment we've a large scale application that reached a bottleneck at DevMode startup time. It takes ~120s

Large GIN Modules and DevMode performance

2012-05-23 Thread Nuno Rosa
Hi, At the moment we've a large scale application that reached a bottleneck at DevMode startup time. It takes ~120s to hit onModuleLoad() call and spends most of the time generating and compiling GIN Injector ~85%. Our best result was to target gwt-UnitCache to a virtual disk in RAM, this

Re: GWT Designer Issues

2011-08-16 Thread Nuno R
-component.xml files and see if i can figure it out. Thanks, Nuno R. On 5 Ago, 21:49, Konstantin Scheglov scheg...@google.com wrote: Official way for handling exception in GWT Designer is creating error report (as suggested by error page) and creating new issue, with report attached. In other

GWT Designer Issues

2011-08-05 Thread Nuno R
GWT Designer support @UiField(provided=true)? I always get the following error: http://pastie.org/2326089 Does anyone one have stumbled on this before? Thanks in advance, Nuno -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Compiler Deprecated warnings

2011-06-21 Thread Nuno R
Hi, I'm using SDK 2.1.0 on a project and using incubator (gwt- incubator-20101117-r1766.jar) for the FastTree widget. When i compile the project, compiler throws deprecated warnings on widgets that aren't used on the project code. As all i can see, FastTree and FastTreeItem doesn't have any

{HEX}.cache.html leakage

2011-03-21 Thread Nuno Teodoro
Hi all, I've seen this a problem (or best practice) that should be addressed which relates with OWASP's GWT presentation where they sate that: Are the {HEX}.cache.html files accessible by unauthenticated users? Is the login functionality implemented using GWT RPC? If yes, the {HEX}.cache.html

GWT dev mode with pre-installed tomcat

2010-01-08 Thread Nuno
Hello everybody, I'm implementing gwt on a existing project. and i need to use dev mode with the already installed tomcat. Can anybody help me configure this? I'm using gwt 2.0 Att Bruno Bilescky -- Wants to learn Javascript? Read my blog / Quer aprender a programar? leia meu blog

Re: Creating and Importing GWT Independent Modules

2009-08-04 Thread Nuno
:49, Nuno brun...@gmail.com wrote: you dont need to do much thing for this... just create your gwt library project, you dont need to define any entrypoints. after, just click with your right button on your project, then export, then select java package after you only need to import

Re: Creating and Importing GWT Independent Modules

2009-07-29 Thread Nuno
you dont need to do much thing for this... just create your gwt library project, you dont need to define any entrypoints. after, just click with your right button on your project, then export, then select java package after you only need to import this jar on the other project you want to use

Re: Setting Background image on panel

2009-07-29 Thread Nuno
but you may be setting the wrong path... unless your css file is located on the same page as the html... otherwise you would be looking at: blablabal/*css*/images/bgleer.jpg from your css * * *and * blablabal/images/bgleer.jpg from your GWT/html code On Wed, Jul 29, 2009 at 5:22 AM, Rodrigue

Re: Client or server?

2009-07-29 Thread Nuno
a class in the client sive can also be used in the server side...just make it implements Serializable and send it back to the server with the RPC services. Also note that as the classes in the client package are going to become javascript, they don't implement all of the JRE. That may be also a

Re: Can I invoke RPC Methods from Java

2009-07-29 Thread Nuno
Just to correct something...i dont know if you can call these rpc services from another java application, but GWT does not use JSON on their RPC calls. it is possible to work with json, but the default value are serialized objects. On Wed, Jul 29, 2009 at 12:11 PM, Trevis trevistho...@gmail.com

Re: Using class on both client and server sides

2009-07-29 Thread Nuno
Also, if you class is just a pojo you dont really need to create it in two places... the server code can access all of your client code. You just need to make the classes you want to transport from client to server or vice versa. In your example Contact may stay in the client package, and if you

Re: Crux - A web framework built over GWT - Released

2009-07-27 Thread Nuno
Very good work Thiago. It's always good to see some brazilian work with that much quality. Realy good work. []s bruno On Mon, Jul 27, 2009 at 4:43 PM, Thiago tr_bustama...@yahoo.com.br wrote: Hi, I would like to invite GWT community to know Crux. It is a GWT extension that provides a

Re: How to convert an EntryPoint object into a Composite object.

2009-07-24 Thread Nuno
you may give a look at this pagehttp://tcninja.blogspot.com/2009/07/composites-when-you-need-to-group.html to learn a little more about composites. On Fri, Jul 24, 2009 at 7:07 AM, Baskar baskarani...@gmail.com wrote: I am new to GWT RPC application. I have downloaded the GWT plugin for

Re: Interface not RPC serializable

2009-07-21 Thread Nuno
Don't you also need to do: class POJO extends Serializable ? I got many alerts about this in my classes. On Tue, Jul 21, 2009 at 3:51 PM, Juraj Vitko juraj.vi...@gmail.com wrote: I'm trying to RPC-send an interface member in a POJO - all types implementing this interface are Enums (see the

Re: Creating Stand Alone Composite??

2009-07-19 Thread Nuno
If you create a new project with a module, dont add any entrypoint to this module.Then create all the composites you want in this module. after you may create a jar file of this project (to use anywhere) or you can just import this project into yours (click properties - java build path - projects

Re: GWT client side annotations

2009-07-18 Thread Nuno
For what i know GWT has no support for reflection... i think you may get the class name from the getClass() method. On Fri, Jul 17, 2009 at 8:24 PM, Gianluigi dava...@yahoo.it wrote: Hi to all, it's first time that i try to use annotation in client side gwt application, i tried to compile