DA-Launcher Examples Print E-mail

End User Application with GUI

An application that has a GUI and intended for end users to consume. Download. (The program might have some OSGi-inrelated problems when run in Mac OS)

JPA, Toplink, H2 database Example

An application that uses non-bundled versions of JPA, Toplink and H2 database. This example shows how easy it's to deal with non-bundled libraries when using DA-Launcher. Download

OSGi-baed Application embedded in a Web Application

This example shows how easy it's to embed OSGi-based applications in Web Applications using DA-Launcher. You can download a WAR file for this example or a Tomcat instance with the example application.

Spring Dynamic Modules Example

This example shows how easy it's to use Spring Dynamic Modules with DA-Launcher and how the resultive application is lightweight and performant. Download

Spring Web Console Example

This example runs a Web Application archived in a WAR file from DA-Launcher using Spring and Tomcat. Download

JAXB Example

An application that uses JAXB (which is OSGi-incompliant). This example shows how easy it's to deal with OSGi incompliant libraries when using DA-Launcher. Download