Web dev and programming discussions forums
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Re: Serializing a List

Compiling GWT 2.0 Project Using Ant on Linux
(22 lines)
GWT website disappear when I activate DragonFly on Opera
(16 lines)
Mar 10, 2010
Mmoossen
Mmoossen
thanks eric for the info.
that seems to be an interesting project.

Michael

On Mar 9, 5:19 pm, Eric <erja### @gmail.com> wrote:
 On Mar 9, 2:41 am, mmoossen <mmoos### @gmail.com> wrote:

 > i found the problem
inhttp://code.google.com/p/google-web-toolkit/source/browse/trunk/user/...
 > line 114:
 > TODO: make the unmodifiable collections serializable

 > so i think i will forget trying to use my server-side beans for
client
 > code.
 > i will just translate the server-side results to client-only
beans.
 > it is just a lot of work (cpu-time) for nothing, but it would be
the
 > same to convert them to JSON for other frameworks.

 The Google Collections project advertises its ImmutableList<T>
class
 as being GWT-compatible. You might be able to resort to that
project's
 Lists.of() method instead of the JDK Collections.unmodifiableList()
 method.

 Respectfully,
 Eric Jablow





Reply
Tags: project, eric, method, beans
Messages in this thread
reply Serializing a List
(27 lines) Mar 8, 2010 09:07
reply Re: Serializing a List
(42 lines) Mar 8, 2010 15:00
reply Re: Serializing a List
(68 lines) Mar 9, 2010 01:41
reply Re: Serializing a List
(28 lines) Mar 9, 2010 10:21
Re: Serializing a List
reply Re: Serializing a List
(11 lines) Mar 10, 2010 06:40