> my client communicates with server through https request, with a serice call
> like
> 
> List<MyObject> objects = myservice.getAllObjects();

> I'm using Java 6, pivot 2.0. I can see your demo runs quite quick for 100000
> rows data, but where can i find the source code of the demo? Do I need to
> change server side code to wrap <MyObject> to work with JSONSerializer?
> Any example for that?

If you want to try another remoting over http solution that works great with 
Pivot, take a look at http://brap.tornado.no/. It's almost a dropin replacement 
for Spring HttpInvoker, as you would still program against your interfaces the 
way you do now.

-- Edvin

Reply via email to