JavaBean activation framework-common desktop environment bridge

Data processing: software development – installation – and managem – Software program development tool – Code generation

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C717S116000, C717S121000

Reexamination Certificate

active

06637021

ABSTRACT:

BACKGROUND OF THE INVENTION
1. Field of the Invention
This invention relates to the field of computer software, and, more specifically, to the use of computer software across multiple platforms in varying environments.
Portions of the disclosure of this patent document contain material that is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure as it appears in the Patent and Trademark Office file or records, but otherwise reserves all copyright rights whatsoever. Sun, Sun Microsystems, the Sun logo, Java, JavaBeans, and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. All SPARC trademarks are used under license and are trademarks of SPARC International, Inc. in the United States and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc.
2. Background Art
Software developers may create and write computer code such that the code can be used and reused in a variety of different applications. Code that is written in such a format may be referred to as a module or bean. For example, a module may be written that provides the ability to view a word processing document. Other applications can then insert or utilize the pre-programmed module to view a word processing document as part of the application. However, depending on the environment that a developer/user is utilizing the module may not be compatible or execute properly. For example, a developer using a particular type of graphical user interface may not be able to execute or utilize modules written in a programming language that the graphical user interface does not understand. A method for bridging the gap between the module and the graphical user interface is needed and useful.
To provide a better understanding of the prior art, a description of object oriented programming, programming languages, modules and environments is useful.
Object-Oriented Programming
Object-oriented programming is a method of creating computer programs by combining certain fundamental building blocks, and creating relationships among and between the building blocks. The building blocks in object-oriented programming systems are called “objects.” An object is a programming unit that groups together a data structure (one or more instance variables) and the operations (methods) that can use or affect that data. Thus, an object consists of data and one or more operations or procedures that can be performed on that data.
An object can be instructed to perform one of its methods when it receives a “message.” One advantage of object-oriented programming is the way in which methods are invoked. When a message is sent to an object, it is not necessary for the message to instruct the object how to perform a certain method. It is only necessary to request that the object execute the method.
Object-oriented programming languages are predominantly based on a “class” scheme. The class-based object-oriented programming scheme is generally described in Lieberman, “Using Prototypical Objects to Implement Shared Behavior in Object-Oriented Systems,” OOPSLA 86 Proceedings, Sep. 1986, pp. 214-223.
A class defines a type of object that typically includes both variables and methods for the class. An object class is used to create a particular instance of an object. An instance of an object class includes the variables and methods defined for the class. Multiple instances of the same class can be created from an object class. Each instance that is created from the object class is said to be of the same type or class.
A hierarchy of classes can be defined such that an object class definition has one or more subclasses. A subclass inherits its parent's (and grandparent's etc.) definition. Each subclass in the hierarchy may add to or modify the behavior specified by its parent class.
Programming Languages
Applications may be written in a variety of programming languages including FORTRAN, Pascal, Assembly Language, C, C++, Ada, LISP, Small Talk, Visual Basic, or the Java ™ programming language.
As described above, in an object-oriented programming language, each program may be comprised of one or more object classes. Classes in such a programming language may be compiled into machine independent bytecode class files. Each class contains code and data in a platform-independent format called the class file format. The computer system acting as the execution vehicle supports the runtime environment (e.g., a Java™ runtime environment if the Java programming language is utilized). The runtime environment contains a program called a virtual machine, which is responsible for executing the code in classes.
Applications may be designed as standalone applications, or as “applets” which may be identified by an applet tag in an HTML document, and loaded by a browser application. The class files associated with an application or applet may be stored on the local computing system, or on a server accessible over a network. Each class is loaded into the runtime environment, as needed, by the “class loader.”
Classes are loaded on demand from the network (stored on a server), or from a local file system, when first referenced during an application or applet's execution. The runtime environment locates and loads each class file, parses the class file format, allocates memory for the class's various components, and links the class with other already loaded classes. This process makes the code in the class readily executable by the virtual machine.
Modules
Classes may be incorporated into components referred to as modules or JavaBeans ™ components. Components or modules may be easily used in multiple applications merely by inserting the module in the code for the desired application. For example, a module that provides a viewer for viewing a word processing document or a PDF (portable document format) document may be inserted in a word processing application that provides the ability to edit and spell check a document. Similarly a module for editing a document in a specific format (e.g., HTML or PDF) may be inserted in an application that provides additional capabilities or services. Additionally, a module for viewing a spreadsheet document or a document in the form of a presentation may be inserted in an application that provides further abilities.
JavaBeans components are designed in accordance with the JavaBeans API Specification to allow for component-based application building. Bridges (e.g., ActiveX bridges) may be used with JavaBeans components to allow JavaBeans components to be used in other component model environments, such as OLE/COM and CORBA. For example, a JavaBeans Bridge for ActiveX enables developers using ActiveX and COM objects to embed JavaBeans in their ActiveX or COM code.
Support for features such as “introspection,” “customization,” “events,” “properties” and “persistence” is provided within the JavaBeans framework to facilitate application building and component use. “Introspection” permits builder tools to analyze how a particular bean works. “Customization” permits an application builder to customize the appearance and behavior of a bean. “Events” provide a simple communication metaphor that can be used to connect a bean with other application components or beans. “Properties” are used for bean customization and programmatic use. “Persistence” allows for a bean to have its customized state saved and reloaded later. These features are discussed in the JavaBeans API Specification, Version 1.01, by Sun Microsystems (1997), which is available on the World Wide Web, and is incorporated herein by reference.
The prior art (e.g., the JavaBeans Activation Framework (JAF))provides the ability to utilize a standard service to determine the type of an arbitrary piece of data, encapsulate access to it, discover the operations available on it, and to instantiate the appropriate module to perf

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

JavaBean activation framework-common desktop environment bridge does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with JavaBean activation framework-common desktop environment bridge, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and JavaBean activation framework-common desktop environment bridge will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-3140743

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.