Member Login

E-mail:    Password:  


Vendor : Sun Microsystems


Email  E-mail this page

Related Content  Related Content

Remember  Remember this item

 

Format: HTML

Date: 01/09/2007


Creating Extensible Applications With the Java Platform

WORTHWHILE?

0

0 votes


Overview

An extensible application is one that the user can extend easily without modifying its original code base. One can enhance its functionality with new plug-ins or modules. Developers, software vendors, and even customers can add new functionality or Application Programming Interfaces (APIs) by simply adding a new Java Archive (JAR) file onto the application classpath or into an application-specific extension directory. This paper describes two ways to create applications with extensible services, which allows the user or others to provide service implementations that require no modifications to the original application. By designing an extensible application, one provides an easy way to upgrade or enhance specific parts of a product without changing the core application.



See also: Programming Languages, Application Development