Hi James,
thanks for the quick reply and the project in general it has really
helped me a lot and saved me a lot of time :)
About the code I added it is actually almost nothing, I followed the
pattern you used, It should be in JsonSerializer class at the end of
the function handleDouble:
else if (field.getTypeName().equals(java.lang.Double.class.getName())
|| field.getTypeName().equals("double"))
{
field.setFieldValue(this, value);
}
I used the interface "convertDouble" to override the default
conversion which doesn't handle the double, so, please, if you notice
anything wrong in this line, let me know... as I am using this in a
large project.
About maven, I would love to help but I am a java newbie and I had to
search to find out what maven is and how to use it!!
I have been using gwt for a while but no java at the desktop, so I am
not familiar with maven.
I will try to make some documentation on how to use the library as
some places are not quite clear and I had to dive into the source to
find to out how to use it, I will try to make a couple of short
tutorials...
Thanks again.
> >
gwt-ent+u...@googlegroups.com<
gwt-ent%2Bunsu...@googlegroups.com >
> > .