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

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

New Here ,
Sep 13, 2015 Sep 13, 2015

Copy link to clipboard

Copied

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

Views

1.2K

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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?

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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
Documentation