NetBeans Platform Meets OSGi
This video takes you on a tour of new support for OSGi being developed for the NetBeans Platform.
This video takes you on a tour of new support for OSGi being developed for the NetBeans Platform.
OSGi is about to become the predominant standard in Enterprise Java and for good reasons. But like any other new technology introducing it inside existing environments can be challenging. This talk shows the benefits of OSGi in Enterprise Java, the concrete challenges and solutions to them. The focus is on …
This talk was given by Peter Kriens at Jazoon 2009. The value of modularity is proven by nature and was quickly discovered for software as well. By reducing coupling between the components of an application, applications become more flexible and easier to maintain. Object Oriented (OO) programming took these lessons …
This video from the talk of Jérôme Dochez and Ludovic Champenois at Jazoon 2009 demonstrates the Java EE 6 features coupled with a highly modular application server architecture where users will be capable of choosing the exact set of features they require while using the latest technology advancements from the …
Project Fuji forms the core component of Open ESB v3 effort and represents Sun’s next generation open source integration runtime, focused on providing a lightweight, developer-friendly, and extensible platform for composite application development. Fuji project home page
Maintaining and evolving deployed applications is a challenging task, as the Java platform provides no support for versioning or dynamic updates. In most cases, fixing a bug (no matter how small) requires a system shutdown while running multiple versions of the same applications inside the same VM is no-go. This …