Package org.g4studio.demo.online.service

Examples of org.g4studio.demo.online.service.DemoService


   * @author XiongChun
   * @since 2011-2-30
   * @see BaseAction
   */
  public static void main(String[] args) {
    DemoService demoService = (DemoService)SpringBeanLoader.getSpringBean("demoService");
    Dto outDto = demoService.doTransactionTest();
    System.out.println("返回值:\n" + outDto);
  }
View Full Code Here

TOP

Related Classes of org.g4studio.demo.online.service.DemoService

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.