Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Get source code from https://jz3950.svn.sourceforge.net/svnroot/jz3950/trunk and build the jar file.
  2. Create maven dependency for the above created jar file using below command;
Code Block

mvn install:install-file -DgroupId=net.sf.jz3950 -DartifactId=jz3950 -Dversion=1.0-SNAPSHOT -Dfile=<path_to_your_jar_file> -Dpackaging=jar -DgeneratePom=true

...

Uncomment the following lines.

Code Block

<!--
      <dependency>
          <groupId>net.sf.jz3950</groupId>
          <artifactId>jz3950</artifactId>
          <version>1.0-SNAPSHOT</version>
      </dependency>
      <dependency>
          <groupId>org.jzkit</groupId>
          <artifactId>a2j</artifactId>
          <version>2.0.4</version>
      </dependency>
-->

...

Uncomment the following line.

Code Block

//List<String> results = externalDataSource.searchForBibs(searchParams,dataSourceConfig);

...

Uncomment the commented line in the following snippet.

Code Block

<bean id="search_button" parent="Uif-SecondaryActionButton-Small"
                      p:methodToCall="search" p:actionLabel="Search"/>
                      <!--p:methodToCall="search" p:actionLabel="Search" p:refreshId="ExternalSourceResults-Section"/>-->

<!--<ref bean="ExternalSourceSearch-Buttons"/>-->
<!--<ref bean="ExternalSourceResults-Section"/>-->
<!--<ref bean="externalNext-Button"/>-->