Hi, Our current implementation invloves passing a serialised object via a GET request to a Sling servlet, it is deserialsed, the object is added as a request attribute and forwarded to a relavent JSP page depending on a property in the object.This implementation will not work for large amounts of da...