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

Restful

ide/eclipse/launch/prototype_quickrun_restful.launch

viewer-restful

 

for quickrun, browser to

http://localhost:8080

Wicket

 

viewer-wicket

 

 

Scimpi

 

viewer-scimpi

 

 

JUnit Tests

src/test/java

BDD (Concordion)

 

 

viewer-bddjunit

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

JUnit Tests

src/test/java

BDD (Concordion)

 

 

viewer-junitbdd

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

Quick Run Project

...

In addition, the src/test/java demonstrates how the JUnit viewer can be used, wrapping each domain object in order to enforce the same rules that the viewers enforce. This can be run either:

  • in Eclipse, right-click on the {{viewer-bdd} project and select Run As>Junit Tests
  • in Maven, just mvn clean test
WAR Projects

All of the webapp-based viewers have their own WAR project. The app can be started in one of several ways:

...