Z39.50 is a protocol for data retrieval (mostly used in library metadata exchange). On Mon, May 4, 2009 at 11:20, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
On May 4, 2009, at 9:10 AM, Alexandre Bergel wrote:
ZOOM is an acronym for 'Z39.50 Object-Orientation Model'
yes but this is not really clear either. I read the manual but this should be so obvious that they never said a word about what is a z39.50 OOM
Looks like for doing databasing.
Alexandre
On 4 May 2009, at 08:59, Stéphane Ducasse wrote:
YAZ C toolkit for development of Z39.50 applications.
So what is it?
On May 4, 2009, at 1:40 AM, Hernán Morales Durand wrote:
This is a binding of the ZOOM Yaz client for Squeak and Pharo [1].
To install:
1) Download the compiled library (DLL or SO) from http://www.indexdata.dk/yaz/ and copy the yaz3.dll (or equivalent in Unix) to your Squeak directory. 2) Make sure you have installed FFI package in your image: 3) If you have Installer in your image doIt this:
Installer ss project: 'Z3950'; install: 'Z3950'; install: 'Z3950Tests'.
To use:
Right now you must know the infamous PQF/PQN query syntax (I'm working on it). Connect to a Z39.50 server and make a query for records with author Foucault :
Z3950Client new server: #Alameda; query: '@attr 1=1003 foucault'.
or using a random server for Kant
Z3950Client new query: '@attr 1=1003 kant'.
Best regards
Hernán
[1] SqueakSource page link : http://www.squeaksource.com/Z3950.html
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel  http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project