main
public static void main(java.lang.String[] args)
starts a db4o server.
To test with a remote server:
- set IN_PROCESS_SERVER to false
- start STDb4oClientServer on the server
- run SodaTest on the client
- STDb4oClientServer needs to be uncommented in SodaTest#ENGINES
The server can be stopped with CTRL + C.