Changes between Initial Version and Version 1 of Ticket #965


Ignore:
Timestamp:
2024-05-01T18:20:50+12:00 (7 weeks ago)
Author:
anupama
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #965 – Description

    initial v1  
    5050- build.xml would copy out the webswing-api.jar (if it exists) into the web/applet folder, as there are webswing library imports and calls being made in the GsdlCollageApplet and JPhind code now, so the webswing-api is needed during compile and runtime.
    5151
     52- There's further a webswing.config.application and webswing.config.applet to swap between when running Phind/Collage as webswing applications versus webswing applets. Another change that must be made is in webswing-phind.xsl/webswing-collage.xsl: set isWebswingRunAsApplet to true if run as applet and to false if run as application.
     53
    5254- It turned out that several Collage (but not Phind) applet parameters and even width and height as geometry dimensions were set as classifier options such as through GLI, appearing in collectionConfig.xml. These would need to appear in the applet element, so these were now pushed out by the perl code (buildConfig.xml) to be available in AbstractBrowse service as options subelements on the classifier, and AbstractBrowse then pushed any options available on classifiers out onto the pageResponse. The XSL then read these into the applet element.
    5355