Package com.emc.plants.service.interfaces

Examples of com.emc.plants.service.interfaces.Login


/*        ApplicationContext context = new Annotation(
        "app-context.xml");
*/
    System.out.println("Spring Context :: " + context.getBean("loginBean"));

    Login loginBean = (Login) context.getBean("loginBean");

    CustomerInfo cInfo = (CustomerInfo)loginBean.getCustomerInfo("123");
   
    System.out.println("First Name :: "+cInfo.getFirstName());
    }
View Full Code Here

TOP

Related Classes of com.emc.plants.service.interfaces.Login

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.