Package org.apache.geronimo.test.eba.api

Examples of org.apache.geronimo.test.eba.api.Hello.sayHello()


        Hello hello = new Hello();
       
        PrintWriter out = response.getWriter();
        out.println("<html><head><title>Sample Wab Application Bundle</title></head></html>");
        out.println("<body><h1>");
        out.println(hello.sayHello("Web Application Bundle"));
        out.println("</h1></body></html>");
    }
   
}
View Full Code Here

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.