The class code org.basex.server.ClientSession coincides roughly with the
class code BaseXClient.java provided as an example of Java client in https://github.com/BaseXdb/basex-api/tree/master/src/main/java?
The code is basically equivalent, but the files in the API package don't have any BaseX class dependencies. The performance should be pretty much the same, too.
Hope this helps, Christian
On Sat, Feb 18, 2012 at 3:44 PM, Christian Grün christian.gruen@gmail.com wrote:
The class code org.basex.server.ClientSession coincides roughly with the class code BaseXClient.java provided as an example of Java client in https://github.com/BaseXdb/basex-api/tree/master/src/main/java?
The code is basically equivalent, but the files in the API package don't have any BaseX class dependencies. The performance should be pretty much the same, too.
Good to know about this - we're still at 6.6.3-snapshot, so haven't seen this class yet.
Still - my question persists - when do ClientSession instances become unusable?
- Godmar
basex-talk@mailman.uni-konstanz.de