http://issues.jabsorb.org/show_bug.cgi?id=61

           Summary: Make JSONRPCServlet more extendible
           Product: jabsorb
           Version: 1.3
            Status: NEW
          Severity: enhancement
          Priority: medium
         Component: server
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Current implementation of JSONRPCServlet could not be extended normally.
Because of some fields are "private" and "static" (for one instance of servlet
why use static fields for example - "GZIP_THRESHOLD"?). That fields make hard
to extend method "service" of this servlet.
Also i suggest to refactor method "service", divide it to different "protected"
methods, for example introduce method for "Process the request" there
jsonobject is created.


-- 
Configure bugmail: http://issues.jabsorb.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.

_______________________________________________
Jabsorb-dev mailing list
[email protected]
http://lists.jabsorb.org/mailman/listinfo/jabsorb-dev

Reply via email to