Versions Compared

Key

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

...

Viewer

quickrun project launch config

WAR project

Other type of project

Notes

DnD

prototype_quickrun_dnd.launch

 

 

EmployeeTakeOn not supported

HTML

prototype_quickrun_html.launch

viewer-html

 

for quickrun, browser to

http://localhost:8080/logon.app

Restful

prototype_quickrun_restful.launch

viewer-restful

 

for quickrun, browser to

http://localhost:8080

Wicket

 

viewer-wicket

 

 

Scimpi

 

viewer-scimpi

 

 

BDD

 

 

{{viewer-bdd}

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

JUnit

 

 

{{viewer-junit}

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

Quick Run Project

Some of the viewers have launch configs within quickrun project, in in ide/eclipse/launch. These launch configs run org.apache.isis.Isis --viewer xxx.

...

  • 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:8080
  • using mvn jetty:run
  • as an Eclipse WTP Server project
BDD Viewer Project

The BDD viewer provides an integration between Concordion and Isis. A little background is probably in order:

...