fernandohackbart / biosphere

FREEZED!! Moved to https://gitlab.com/fernando.hackbart/biosphere
3 stars 0 forks source link

Convert service type in the service definition to use the implementation class #56

Closed fernandohackbart closed 7 years ago

fernandohackbart commented 7 years ago

THREAD becomes org.biosphere.tissue.services.THREADService SERVLET becomes org.eclipse.jetty.server.Server

Update all the ifs and other usages of keywords by the

THREADService.class Server.class

fernandohackbart commented 7 years ago
public final static String ThreadServiceClass = "org.biosphere.tissue.services.THREADService";
public final static String ServletServiceClass = "org.eclipse.jetty.server.Server";