java JPA entities and PB question

2009-08-16 Thread FiveTwelve
I have an application that already has a ton of Soap web services that basically serve up JPA entities. I use this to communicate data to a Silverlight application. Soap is horribly slow, one of our messages is 10MB!!! The equivalent protobuf message is 300K! I'm looking for an easy way to start

Re: java JPA entities and PB question

2009-08-16 Thread David Yu
On Sun, Aug 16, 2009 at 9:37 PM, FiveTwelve cape...@gmail.com wrote: I have an application that already has a ton of Soap web services that basically serve up JPA entities. I use this to communicate data to a Silverlight application. Soap is horribly slow, one of our messages is 10MB!!! The