- HttpURLConnection
- v3 : http://hc.apache.org/httpclient-3.x/ (End of life)
- v4 : http://hc.apache.org/httpcomponents-client/
- REST Framework: The JFS SDK provides a REST framework that can be used by applications to structure their code as a set of REST handlers (also called services). This framework is based on Apache's HTTP Component library. A key characteristic of this framework is that the REST handlers work with the HttpRequest and HttpResponse classes provided by the Apache's HTTP Component library, instead of the HttpServletRequest and HttpServletResponse classes provided by J2EE. This approach allows us to create a framework that is isolated from application servers-specific behavior (See the ServerSDKQnA for more details).
참고 bulk operations
- HTTP pipelining(http://en.wikipedia.org/wiki/HTTP_pipelining)
- IETF HTTP Batch proposals using MIME multi-part(http://tools.ietf.org/html/draft-snell-http-batch-01 and http://martin.atkins.me.uk/specs/batchhttp)
- Microsoft ADO.Net batch requests(http://msdn.microsoft.com/en-us/library/cc668802(VS.100).aspx)
- WebSockets.
- JFS bulk operations service(https://jazz.net/wiki/bin/view/Main/JFSBulkOperations).
-
댓글 없음:
댓글 쓰기