Home page
Java Programmers





If you own a website that related to java development you are welcome to participate in our website.

Join our partner list

Article - Java Development And Java Programmers on Web Development Forum

java development
Website about Java Development - Programmers portal. Other useful information: In this presentation, recorded at a recent Skills Matter meet up, Neil Bartlett gives a brief introduction to OSGi, the dynamic module system forĀ  Java. It... J2EE: EJB, JSP, Servlets, JSF, JSTL, JCA, JMS, JTA, JNDI, JDBC, JMX, RMI, etc. Frameworks: Struts, Hibernate, JPA, iBATIS, JBoss AOP, Spring, JSF, AJAX, GWT, YUI, Flex/Flash, JUnit, and Jakarta common libraries. Integration: Web Services on Axis and WebMethods; as well as the Web Service Standards such as SOAP, WSDL and UDDI.
For you information - A Programmer Is Someone Who Writes Computer Software. The Term Computer Programmer Can Refer To A Specialist In One Area Of Computer Programming Or To A Generalist Who Writes Code For Many Kinds Of Software. One Who Practices Or Professes A Formal Approac
Component-Oriented Java Development With OSGi | Javalobby - Component-Oriented Java Development with OSGi | Javalobby Login Join DZone The heart of the Java developer community Home Zones .NET Zone Agile Zone Architects Zone Book Zone Eclipse Zone Groovy Zone Javalobby JetBrains Zone NetBeans Zone PHP Zone RIA Zone Refcardz Ruby Zone SOA Zone SQL Zone Server Zone Web Builder Zone Library Refcardz Forums Links Snippets Home Component-Oriented Java Development with OSGi Submitted by Nitin Bharti on Fri, 2009/04/10 - 9:53am Tags: Server-side OSGi Your browser is not able to display this multimedia content. In this presentation, recorded at a recent Skills Matter meet up, Neil Bartlett gives a brief introduction to OSGi, the dynamic module system forĀ  Java. It has basically become the industry standard for modular Java although it has yet to be fully integrated within Java. OSGi provides a modular delegation system enabling loading of dependencies in an efficient manner instead of scanning through all of the class loads. OSGi dependencies also maintain versioning to ensure a compatible version of a dependency is loaded, it also enables different versions of the same library to be loaded at the same time. After introducing OSGi Neil moves on to discuss component oriented (COP) using OSGi and how this is an improvement on OOP. Neil explains that OOP which aimed to enable code re-use didn't really work out how it was planned, very few classes can be removed from an application and then used within another application because of their dependencies on other classes. One solution to re-use is to not try but instead leave the class where it is and call it from there, basically SOA. Neil explains that OOP isn't really broken but it's just not the complete answer -- COP extends this to make it easier to write re-usable code. COP is basically building on top of OOP but more capable of running on its own and using the services of other components. This is a great example of how OSGi can be used. Neil provides a demonstration of how this theory can be put into practice using a mailboxes demo. How the component can be dynamically updates as more components are services become available. He also demonstrates how easy it is to get things running with OSGi and add and remove packages. Editor's Note: The slides for this presentation will be made available shortly
 
 
  Copyright © 2009 software-n-web-development.50webs.com. All rights reserved.