Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

What is the best option to access z39.50 server with coldfusion?

New Here ,
Sep 13, 2015 Sep 13, 2015

Hello everyone,

I need to access library data by z39.50 protocol, but have no idea how it can be done with ColdFusion.

Could somebody give an advice please?

Thank you,

Anton

TOPICS
Advanced techniques
1.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 14, 2015 Sep 14, 2015

The best / easiest way to do stuff like this is almost always via a Java Library. This will involve adding some jar files to the class path and then calling createObject("java", "some.java.object") to access the java api. Here is one possible library you could use: http://www.k-int.com/jzkit

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 24, 2015 Sep 24, 2015

Pete, thanks for reply.

Will YAZ work as well?

http://www.indexdata.com/yaz4j

If you've worked with both of them, which one will be easier to use?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Oct 12, 2015 Oct 12, 2015
LATEST

I haven't worked with them just noting that there is usually a java api you can leverage for this type of problem.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources