Re: Passing bag of Serializable objects to RPC

2009-06-12 Thread Daniel Jue
Ah, I figured out what I was doing wrong. I am using GXT, and my pojo/bean was being used as a runtime generated class that implemented gxt's BeanModel. My ignorance on exactly how this worked prevented me from refactoring correctly. I had been trying to make a genericized form component,

Passing bag of Serializable objects to RPC

2009-06-11 Thread Daniel Jue
Hi, I've read some past emails on this subject, but I want to know if anyone has a best practice for this. Lets say I have MyService(HashMapString,Serializable reportBag) . I've read it's advisable to narrow down the Serializable to a type that has a smaller set of implementations, such as using