Package com.sharomank.config

Examples of com.sharomank.config.ApplicationResourceFactory


*/
public class TestClient {
    private static final Random RANDOM = new Random();

    public static void main(String[] args) {
        ApplicationResourceFactory factory = ApplicationResourceFactory.getSingleton();
        ClientService service = factory.getClientService();
        TestClient client = new TestClient();
        client.run(service);
    }
View Full Code Here

TOP

Related Classes of com.sharomank.config.ApplicationResourceFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.