Re: Third Party Library for GWT validation

2015-05-19 Thread Mohammed Sameen
Yes Chad,I can't use GWT Validation(my application response is in the JSON format not in POJO).. On Monday, May 18, 2015 at 5:36:11 PM UTC+5:30, abdul wrote: I want to validate the gwt field like (Email,Text Length,Phone Number,Date SSN,etc..) Is there any proven JS or Library Available for

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: Caused

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

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

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

Re: [gwt-contrib] support for JSR 310 / java.time created

2015-05-19 Thread Joel Handwell
What would be the status of patch? Was it created or still not read? On Wednesday, March 5, 2014 at 5:41:59 PM UTC-5, Daniel Kurka wrote: @Joerg could you start setting up a patch for review in gerrit? On Monday, December 9, 2013 10:20:54 PM UTC+1, Jörg Hohwiller wrote:

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: 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 styles

I need help with this 503 error

2015-05-19 Thread Nana Kwame Amagyei
Loading modules com.atp.ATPSoftware Validating servlet 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

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

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 shahram.za...@gmail.com 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

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 emails