Versions Compared

Key

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

...

Viewer

quickrun project

WAR project

Other type of project

Notes

DnD

ide/eclipse/launch/prototype_quickrun_dnd.launch

 

 

EmployeeTakeOn not supported

HTML

ide/eclipse/launch/prototype_quickrun_html.launch

viewer-html

 

for quickrun, browser to http://localhost:8080/logon.app

Image Removed

Restful

ide/eclipse/launch/prototype_quickrun_restful.launch

viewer-restful

 

for quickrun, browser to http://localhost:8080

Image Removed

Wicket

 

viewer-wicket

 

 

Scimpi

 

viewer-scimpi

 

 

JUnit Tests

src/test/java

 

viewer-junit

Runs as a JUnit test

BDD (Concordion)

 

 

viewer-bdd

Runs as a JUnit test, see 'BDD Viewer' project below

...

  • using the launch configuration ide/eclipse/launch/prototype_xxx.launch
    • where xxx is html, restful, wicket, scimpi
    • this just runs org.apache.isis.WebServer which boots up Jetty with the web.xml
    • browse to http://localhost:8080Image Removed
  • using mvn jetty:run
    • will need to run mvn clean install for the parent project first
    • cd into the support/prototype directory and do mvn install
    • cd into a viewer directory beneath this, eg cd viewer_scimpi
    • start the web server: mvn jetty:run
    • browse to http://localhost:8080 and click the link for the viewer you chose, eg /prototype-viewer-htmlImage Removedscimpi
  • as an Eclipse WTP Server project

...