Package org.apache.ivory

Source Code of org.apache.ivory.Prism

package org.apache.ivory;

import org.apache.ivory.util.EmbeddedServer;

public class Prism {

    public static void main(String[] args) throws Exception {
        EmbeddedServer server = new EmbeddedServer(16000,
                "prism/target/ivory-prism-0.2-SNAPSHOT");
        server.start();
    }
}
TOP

Related Classes of org.apache.ivory.Prism

TOP
Copyright © 2018 www.massapi.com. 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.