Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The LinkChecker example shows how a client application (the link checker swing program) can interact with the REST api to update spreadsheets in realtime.

To run this demo, you will need to install and run Sheetster Server Pro:
http://www.extentech.com/products/download/download.jsp?product_name=Sheetster&product_version=2

Next, you will need to sign into the Sheetster web application and upload the sample report template (BrokenLinksReport.xlsx).

You will need the document ID from this report template so that you can
configure the

The communication happens in the SheetsterRESTClient.java which has many helper methods to create the default spreadsheet and to ease the insertion of cell values.

IMPORTANT: You must edit the values in CheckLinks.java to set the following:

1. sheetster reporting server URL (ie: 127.0.0.1)
2. sheetster reporting server port (ie: 8080)
3. sheetster reporting server username (ie: admin@acme.com)
4. sheetster reporting server password (ie: password)

Now you can run the "CheckLinks" class as a program to start the example application.

To customize the application further, edit the template spreadsheet used for the report.

Also, editing the handling of broken and working links and other automations up and downstream are easily extended.

For more information on CheckLinks: the original CheckLinks author is Jeff Heaton(http://www.jeffheaton.com).

  File Modified
You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.
No files shared here yet.
  • Drag and drop to upload or browse for files
    • No labels