Changes between Version 206 and Version 207 of WikiStart
- Timestamp:
- 06/27/19 11:19:30 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v206 v207 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 party 417 {{{ 418 <dependency> 419 <groupId>geniusweb</groupId> 420 <artifactId>simplerunner</artifactId> 421 <version>1.0.0</version> 422 <scope>test</scope> 423 </dependency> 424 }}} 415 425 416 426 = GeniusWeb sources =