![]() |
|
Home > Development > Databases & Networking > Entry Service
Entries have stable and unique string identifier to refer from anywhere; the identifier reveals entry nesting structure. Entry nesting and service hierarchy are independent one from another, so entries can be moved into another service without changing their identifiers. ES-Path (XQuery/XPath-like language) exists to query the entry tree. Distributed Refreshable Objects underlies this library, which adds more flexibility and efficiency to ES: a bunch of remote calls are collected and sent as one package through network; all remote entries are cached on client side with no stale data possible; subscription on entry changes is possible. All this is done with no any messaging server (peer-to-peer communication takes place), which gives very high scalability of the entry tree and possibility to use it in global scope. The key features are: - Single view of typed objects covering all data sources involved of any types (RDBMS, XML, etc.). - Stable string object identifier to refer from anywhere; back reference navigation is supported; - XQuery/XPath-like ES-Path language to query the whole tree. - Remote entries are cached locally; no stale data is possible. - No central messaging server needed to notify of changes; increased scalability. - Effective network data interchange Related software: entry, service, application, distributed, system, data, global, object, tree, technologies, entry service, application distributed, distributed system, data distributed, global object service, global tree technologies, … A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| © 2005—2008 Free-Soft-Downloads.com. Third-party products and brand names may be trademarks or registered trademarks of their respective owners. |