Changes between Version 24 and Version 25 of PDBj-DDBJ-KEGG
- Timestamp:
- 2008/02/13 15:14:00 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDBj-DDBJ-KEGG
v24 v25 55 55 * SOAP isn't good at huge data (e.g., big XML file) <-> No problem with REST. 56 56 * REST requires more coding on the client side. User must handle output data (XML or flat text...) <-> SOAP can give you the object right away. 57 * REST cannot do complicated stuffs? 57 * REST cannot do complicated stuffs? (datatypes, etc.) 58 58 * No language supports the full SOAP spec. 59 59 * Only a few languages have SOAP libraries.