GWT Compiler Task

2015-05-19 Thread naveen gayar
Hi I see that gwt provides support for ant. I wish to have the task which compiles the java code and generate javascript folder. Can anybody provide me hint on the same. Thanks navindian -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group

Re: Debugging in Super Dev Mode is a pain.. :-(

2015-05-19 Thread Shahram Zadeh
Jens, Thanks for quick and informative response. I will definitely try these options. because my project is too huge to quit. will let you know, thanks On Tuesday, May 19, 2015 at 12:18:28 PM UTC-7, Jens wrote: > > IntelliJ 13+ can do this out of the box and for Eclipse there is a plugin >

Re: Third Party Library for GWT validation

2015-05-19 Thread Freddy Boucher
The way you request your server *doesn't matter*... The *GWT Validation Framework* allows you to test your fields in both *front-end* and *back-end*. As soon as you test your fields, you will get an *error list.* On Tuesday, May 19, 2015 at 4:07:15 PM UTC+10, Mohammed Sameen wrote: > > Yes Chad

Re: GWT2.8 JsInterop Java->JS

2015-05-19 Thread Colin Alworth
I'm sorry you haven't gotten this working, but posting incomplete examples makes it hard to help. This is still considered an experimental feature, though it is used in production both inside of Google and outside. Js.js is a proposed new JSNI, and is not required to do anything - the goal is to r

Re: GWT2.8 JsInterop Java->JS

2015-05-19 Thread Alex W
It uses @JsType @JSExport and also implements Serializable. I already mentioned I was using those so I didn't put that in when I sanitized the code since we are not allowed to pastie actual work code. As a user in js, I would expect that all those types would have js analogs in js under their r

I need help with this 503 error

2015-05-19 Thread Thomas Broyer
First thing is to try with GWT 2.6.1 (or better, 2.7) as 2.6.0 is known to have classloader issues in webapps. -- 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

Re: Debugging in Super Dev Mode is a pain.. :-(

2015-05-19 Thread Jens
IntelliJ 13+ can do this out of the box and for Eclipse there is a plugin that connects to Chrome: https://github.com/sdbg/sdbg -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving email

Re: Debugging in Super Dev Mode is a pain.. :-(

2015-05-19 Thread Juan Pablo Gardella
Try with this: http://sdbg.github.io/ On 19 May 2015 at 15:17, RgooRoo wrote: > Is it possible in the future to get back the ability or better to say > luxury to debug in the IDE both server and client in one place. > despite lots' of advantages of Super Dev Mode, I'm extremely uncomfortable > t

Debugging in Super Dev Mode is a pain.. :-(

2015-05-19 Thread RgooRoo
Is it possible in the future to get back the ability or better to say luxury to debug in the IDE both server and client in one place. despite lots' of advantages of Super Dev Mode, I'm extremely uncomfortable to switch between Eclipse and browser. I'm stuck with the classic. Is there anything t

I need help with this 503 error

2015-05-19 Thread Nana Kwame Amagyei
> > Loading modules com.atp.ATPSoftware Validating tags for module 'atpsoftware' For additional info see: file:/C:/Eclipse/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/doc/helpInfo/servletMappings.html [WARN] Module declares a servlet class 'org.spri

Re: Canvas and a handler on each element

2015-05-19 Thread Brotinger
Thanks for your answer. Sounds very good, but a little bite difficult than i thought :-) I´ll try it with Lienzo Am Dienstag, 19. Mai 2015 02:12:52 UTC+2 schrieb Jens: > > You paint into a canvas using its Context2D object > (canvas.getContext2d()). It has a bunch of methods for still style

Re: GWT2.8 JsInterop Java->JS

2015-05-19 Thread Colin Alworth
JSON.stringify will try to serialize the js objects to a json string as best it can (ignoring cycles, and non-json data like methods). At the risk of sounding snarky, you know that class won't work in JsInterop, right? For a start, its missing its @JsType! ;) Next, some of these fields can't clea

Re: Cannot convert Entity to Bean

2015-05-19 Thread salk31
I think you will need to provide more info for proper help. Full stack trace maybe so we can see what server side code you are using? On Tuesday, May 12, 2015 at 1:37:30 PM UTC+1, blugine wrote: > > My application was ok but when I have added a new variable its getting > following error: > > > C