RestfulBeans is a high level API for sharing objects between a server and a Java-based client. The underlying protocol is designed to expose the data consumed by a rich client to the search engines. The key properties of the protocol are compliance with the HTTP spec and REST principles, and XML representation for Java Beans with object references represented as XLink (to allow search engines to walk through the object tree). The key API property is the ability to work with remote objects as if they were local. An application using RestfulBeans is automatically capable of
supplying users with URLs for any “content item”
it deals with.
相關的專案XOOPS, Properties Editor, WordPress Plugins/JSeries, SmillaEnlarger, TuxGuitar |
OAF is the Object Activation Framework for GNOME.
It has a similar purpose to gnorba, the GNOME 1.x
CORBA activation library, and will replace it for
GNOME 2.0. It allows you to do much more powerful
activation queries than gnorba. Each server is
described by an XML file that defines its
attributes. When querying or activating, one may
specify complex requirements using the OAF query
language.
j-XChange is a pure Java implementation of the
entire Collaboration Data Objects (CDO 1.21)
library for accessing Microsoft Exchange Server in
a platform independent manner. This library will
allow interoperability with MS Exchange from all
non-Windows platforms that support Java. This
library is powered by j-Interop.
相關的專案MPC-BE, MeCab, Sylpheed, 和ジラ(Wazilla), Dumpper v.60.3 |
OjBect Console is a Web application that provides
administrative facilities for the Object Relational Bridge
(OJB) persistence framework. This console provides
transparent browse, search, create, update, and delete
functionality for the objects configured within OJB. In
addition, it provides administrative functionality such
as cache management and a configuration viewer.
Finally, it can be extended to build a data management
Web application. The general idea is to provide a
useful administrative tool to OJB and a solid reference
application for OJB/Struts.
相關的專案WordPress Plugins/JSeries, Amateras, osCommerce 日本語版, Properties Editor, MeCab |
OpenDDS is a C++ implementation of the Object
Management Group's Data Distribution Service for
real-time systems specification. In particular,
this implements the Data-Centric Publish-Subscribe
(DCPS) layer of the DDS specification.
相關的專案Dumpper v.60.3, Media Player Classic - Home Cinema, SharpDevelop-jp, Win32 Disk Imager, Properties Editor |
PHP-O-Lait makes it possible for browser-side
JavaScript code to call server-side PHP methods
with two lines of boilerplate code. It uses AJAX
and JSON-RPC and also allows you to make any PHP
class JSON-RPC enabled and access remote JSON-RPC
servers.
相關的專案Darik's Boot and Nuke, TuxGuitar, WordPress Plugins/JSeries, Amateras, Properties Editor |
The Harmless ORB does not want to be "the best ORB on the planet"; it
focuses on usability and interoperability. It does not implement any
service, including the Naming Service; instead, it uses the OpenORB
ones by default.
Jentchina is the client library part of "The Birds
Lake" framework. It is independent of any
graphical toolkit. Its role is to create the
filter trees, to maintain them, and to propose an
API that enables the application of a filter the
easiest way possible (while remaining independent
of any GUI). The Birds Lake is a big framework for
applying a filter on a document using a remote
filter server.
相關的專案DeSmuME, PukiWiki, SmillaEnlarger, Amateras, TOMBO |
Copland is an Inversion of Control (Dependency Injection) container for Ruby. It borrows architectural concepts from the HiveMind Jakarta project, but implements them in significantly different ways.
Universe is an extension to PHP to allow CORBA
access from PHP scripts. It uses MICO as an ORB.
Universe replaces the previous PHP extension
Satellite that used ORBit as ORB.
Glib Binding properties is a system that allows developers to bind properties of GLib and GTK+ objects (Ada95 bindings are also available). This makes it possible to synchronize the properties of several
objects, so that when one property changes the
properties bound with it automatically change accordingly. This often eliminates the need to write callbacks watching for
changes of properties. It supports one-way
and mutual bindings and bindings with
transformation functions.
omniIFR is an implementation of the CORBA Interface
Repository for omniORB.
jabberxmlrpclib is a Python module for making
XMLRPC procedure calls over Jabber. It uses the
Jabber transport instead of the standard HTTP
POST, and is able to take advantage of its rich
communication semantics.
相關的專案iReport-Designer for JasperReports, Properties Editor, TuxGuitar, SmillaEnlarger, DeSmuME |
OpenPMF is a policy management framework which is
currently used with various technologies like
CORBA/CCM/EJB. It allows the centralized,
integrated management of security policies in very
demanding, heterogeneous (legacy) environments.
DataManager is a library that provides a shared memory pool to allocate buffers from. It includes the necessary things to build servers which regulary produce data and provide them via ringbuffers to clients. It includes the common framework to have locking and various access methods. The use generally boils down to simple get()s and put()s. This project is no longer under active development.