Package nl.whitehorses.wls.sca.spring

Examples of nl.whitehorses.wls.sca.spring.ILoggerComponent.log()


    public static void main(String[] args) {
        try {
            final Context context = new InitialContext();

            ILoggerComponent logger = (ILoggerComponent)context.lookup("LoggerService_EJB30_JNDI");
            logger.log("scaSpring", "111", "hello");
        } catch (Exception ex) {
            ex.printStackTrace();
        }
    }
}
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.