All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.Main Maven / Gradle / Ivy

Go to download

EOS is a Full Fledged Java Application Server with built in Dependency Injection, Request Mapping and Data Management support. EOS boasts its own custom view tag library and the ability to write your own custom view tags.

The newest version!
package test;

import eos.Eos;

public class Main {
    public static void main(String[] args) throws Exception {
        Eos eos = new Eos.Builder().withPort(3000).spawn(2000).make();
        eos.run();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy