Ignore:
Timestamp:
2012-09-12T19:37:39+12:00 (12 years ago)
Author:
ak19
Message:
  1. Fixed the democlient to work with the new GS3 again: lots of small things had got broken (such as image display, since the metadata being stored was different). 2. Updating the jar files and democlient distribution zip files with the latest working version of this.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/gs3-webservices-java-client/trunk/src/GS3DemoClient/org/greenstone/gs3client/GS3JavaClient.java

    r26174 r26180  
    145145    protected JTabbedPane tabbedPane = null;   
    146146       
    147     protected static final int SELECT = 0;
    148     protected static final int GREENSTONE = 1;
    149     protected static final int FEDORA = 2;
     147    public static final int SELECT = 0;
     148    public static final int GREENSTONE = 1;
     149    public static final int FEDORA = 2;
    150150    protected static final String[] dlOptions = {"select", "greenstone", "fedora"};
    151151   
     
    699699                String response = dlAPIA.describeCollectionService(
    700700                        colName, serviceName);
    701                 LOG.error("**** serviceResponse XML:" + response);
    702                 System.err.println("**** serviceResponse XML:" + response);
    703701
    704702                Element serviceResponseXML = getResponseAsDOM(
     
    10561054        this.searchResultsDisplay.changeUIColour();
    10571055    }
     1056
     1057
     1058    public int getActiveDL() {
     1059    return dlChooser.getSelectedIndex(); // SELECT, GREENSTONE, or FEDORA
     1060    }
    10581061   
    10591062    /** The main method of the GS3 java-client application. It instantiates
Note: See TracChangeset for help on using the changeset viewer.