Changes between Version 207 and Version 208 of WikiStart
- Timestamp:
- 06/27/19 11:22:56 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v207 v208 413 413 * time-outs may still be enforced while you are debugging but you avoid the Tomcat session time-out. 414 414 * With stand-alone runner, your parties are run together in a single classloader. This is different from running in the partiesserver. 415 * Add a end-to-end test in your party that invokes the simplerunner to run the party against itself:416 * Add this dependency to your party417 {{{418 <dependency>419 <groupId>geniusweb</groupId>420 <artifactId>simplerunner</artifactId>421 <version>1.0.0</version>422 <scope>test</scope>423 </dependency>424 }}}425 415 426 416 = GeniusWeb sources =