Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的要求是从 Java 代码连接到 Z39.50 服务器。为了连接到 Z39.50 服务器,我使用了适用于 Windows 系统的 YAZ 客户端,它连接到服务器并以 MARC/XML 格式给出响应。有命令提示符接受命令并给我们响应。
现在,我需要编写一个 Java 程序(Servlet)来利用这个 YAZ 客户端并获得这些响应。
我得到了解决方案。我使用 yaz4j.jar 连接 Z39.50 服务器。