I'm writing Java web project, main goal is - searching in libraries with z39.50 protocol.(it's client not server)
I've found that there is ZOOM library. from this project born series of projects: JZKit, YAZ4J, JAFER.
I tried Yaz-client (in Windows), program works nice. I didn't got how works Yaz4j. and I liked Jafer, but I cant understand how to receive results in needed format...
I have googled, but information about z3950 in java is absence for me. Where I can find more info about z3950 implementation in Java?