view src/main/webapp/index.html @ 311:eeb5d3a5e194

JUnit test cases and small test application for LAF importer. !! Currently the tests are ignored when running with maven. !! Some system properties are still missing in maven (coming soon ;))
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 20 Aug 2013 16:19:20 +0200
parents f4bc98fb8aac
children
line wrap: on
line source
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Lada</title>
</head>
<body>
<h1>Lada Debug Page</h1>
<p>This is the debugging page for the lada webservice. Below you find some links to trigger actions on the REST Api.</p>
<h2>Test</h2>
<ul>
  <li><a href="rest/default">Hallo Welt</a></li>
</ul>
<h2>Proben</h2>
<ul>
  <li><a href="rest/proben">List Proben</a></li>
  <li><a href="rest/proben/1">Auswahl Probe (1)</a></li>
  <li><a href="rest/proben/new">Anlegen neues Element</a></li>
  <li><a href="rest/proben/deleteLast">Löschen Letztes Element</a></li>
</ul>
</body>
</html>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)