Package org.springframework.richclient.context.support

Examples of org.springframework.richclient.context.support.DefaultRichClientApplicationContext


import org.springframework.richclient.context.support.DefaultRichClientApplicationContext;

public class Tester {
    public static void main(String[] args) {
        DefaultRichClientApplicationContext context = new DefaultRichClientApplicationContext("org/springframework/richclient/context/test/application-context.xml");
       
       
    }
View Full Code Here

TOP

Related Classes of org.springframework.richclient.context.support.DefaultRichClientApplicationContext

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.