Package org.springframework.richclient.application.support

Examples of org.springframework.richclient.application.support.DefaultApplicationDescriptor


        // singleton instance, creating the application window to display
        // the initial page.
        try {
            launcher = new MyApplicationLauncher(startupContextPath,
                    new String[]{richclientApplicationContextPath});
            DefaultApplicationDescriptor appDescr = launcher.getApplicationDescriptor();
            appDescr.setVersion(version);
            appDescr.setBuildId(buildId);
        } catch (Throwable e) {
            logger.error("RuntimeException during startup", e);
        }
    }
View Full Code Here

TOP

Related Classes of org.springframework.richclient.application.support.DefaultApplicationDescriptor

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.