Simple Project List Software Map

185 projects in result set
LastUpdate: 2009-06-04 21:39

OpenEJB

OpenEJB is a simple, lightweight Enterprise JavaBeans (EJB) container and server. You can embed OpenEJB in your own applications, or in a Web application server like Tomcat, or run it as a standalone EJB server. It supports EJB 3.0, 2.1, 2.0, and 1.1, and has partial support for EJB 3.1.

(Machine Translation)
LastUpdate: 2008-08-15 13:05

Wiaflos Accounting

Wiaflos Accounting is an attempt to create a
multi-platform server-client based accounting
system. The goal is to have a central accounting
engine which can either run on a dedicated server
or on the same PC as the client interface. A SOAP
API allows for the easy writing of GUI or Web
interfaces or for tying into in-house systems. It
is intended to be useful for everyone from
single-person organizations to multinational
corporate entities.

(Machine Translation)
LastUpdate: 2010-02-25 16:05

Apache ActiveMQ

Apache ActiveMQ is a popular and powerful message
broker and enterprise integration patterns
provider. Apache ActiveMQ is fast, supports many
cross language clients and protocols, comes with
easy-to-use enterprise integration patterns and
many advanced features, while fully supporting JMS
1.1 and J2EE 1.4.

(Machine Translation)
LastUpdate: 2003-09-08 08:22

SPOPS

SPOPS (Simple Perl Object Persistence w/ Security) is a robust and powerful
Perl module that allows you to serialize objects. It is unique in that it also
allows you to apply security to these objects using a fairly simple but
powerful scheme of users and groups. It's also unique in that for most
objects, you will not need to write any code. All you need is a fairly simple
configuration file, and you can have a class for your object ready to go, right
out of thin air.

(Machine Translation)
LastUpdate: 2008-04-09 07:47

GUPnP

GUPnP is an object-oriented open source framework
for creating UPnP devices and control points,
written in C using GObject and libsoup. The GUPnP
API is intended to be easy to use, efficient, and
flexible. The GUPnP framework consists of two
libraries. GSSDP implements resource discovery and
announcement over SSDP, and GUPnP implements the
UPnP specification: resource announcement and
discovery, description, control, event
notification, and presentation (basic Web server
functionality through libsoup). GUPnP does not
include helpers for construction or control of
specific standardized resources (e.g.
MediaServer); this is left for higher level
libraries utilizing the GUPnP framework.

(Machine Translation)
LastUpdate: 2012-05-30 21:40

Query Object Framework

QOF (Query Object Framework), provides a set of C Language utilities for performing generic structured complex queries on a set of data held by a set of C/C++ objects. This framework is unique in that it does not require SQL or any database at all to perform the query. Thus, it allows programmers to add query support to their applications without having to hook into an SQL database.

LastUpdate: 2006-04-16 18:39

Virtual Object System

The Interreality project is a collection of Open Source, Free Software projects based on the Virtual Object System (VOS) platform. The goal is to develop a free and open platform for multi-user 3D virtual reality games, applications, and interactive, collaborative 3D virtual spaces. VOS is a powerful and generic network object framework designed to support a variety of high-performance applications. It is the basis for Ter'Angreal, a general-purpose browser application for entering and participating in 3D worlds.

LastUpdate: 2003-09-02 08:42

PyORBit

PyORBit is a Python binding for the ORBit2 CORBA ORB. It was developped to suit the needs of the bonobo bindings in GNOME-Python, but is usable for other purposes as well. It aims to follow the standard Python language mapping for CORBA. It can generate stubs at runtime from typelibs, IDL files, or by introspecting remote objects using ORBit2's IModule typelib capabilities.

(Machine Translation)
LastUpdate: 2003-04-24 02:37

Enterprise Object Broker

Enterprise Object Broker (EOB) is an application server that transparently distributes Java objects via their interfaces. It makes no distinction between Local and Remote objects. Because of these features, it is not J2EE compliant. The developer builds beans that implement normal Java interfaces and the deployer decides where the beans are in a cluster of servers. Apache's AltRMI is used in place of RMI. It publishes plain interfaces locally and remotely. The interfaces do not have to extend the java.rmi.Remote interface. Methods do not have to throw RemoteException. AltRMI delivers remoting for Java. EOB sits on top of Apache's Avalon-Phoenix server platform.

(Machine Translation)
LastUpdate: 2004-07-01 04:47

ObJectRelationalBridge

ObJectRelationalBridge (OJB) is an Object/Relational mapping tool that allows transparent persistence for Java objects against relational databases. It supports multiple persistence APIs, including JDO, ODMG, and several custom alternatives.

LastUpdate: 2008-07-21 17:23

Skaringa

Skaringa is an API for Java, JSON, and XML language binding. It transforms Java objects into XML or JSON documents and back, and can generate XML schema definitions for Java classes. Typical applications are data exchange, object persistence, object transformation, and driving XML or JavaScript based presentation layers. Skaringa is designed for speed and simplicity, supporting a wide range of types. It works with all Plain Old Java Objects (POJOs) and is not limited to special cases, like JavaBeans.

(Machine Translation)
LastUpdate: 2013-06-28 23:00

j-Interop

j-Interop is a Java Open Source library (under
LGPL) that implements the DCOM wire protocol
(MSRPC) to enable development of Pure, Bi-
Directional, Non-Native Java applications which can
interoperate with any COM component. The
implementation is itself purely in Java and does not
use Java Native Interface (JNI) to provide COM
access. This allows the library to be used from any
Non-Windows platform. It comes with pre-
implemented packages for automation. This
includes support for IDispatch, ITypeInfo, and
ITypeLib. For more flexibility (in the cases where
automation is not supported), it provides an API
set to directly invoke operations on a COM server.

(Machine Translation)
LastUpdate: 2003-07-22 04:48

encdec

Encdec encodes and decodes C objects such as integers, IEEE754 float and double values, times, and internationalized strings to and from popular binary formats and a wide variety of character encodings as they might appear in various file formats or network messages. It is compiled directly against the libiconv sources.

(Machine Translation)
LastUpdate: 2002-03-27 18:18

ORBit

ORBit is an Object Request Broker aiming for full CORBA 2.2 compliance. It provides a high performance ORB with C bindings.

LastUpdate: 2010-02-06 01:19

The ACE ORB

TAO (The ACE ORB) is an advanced, CORBA-compliant, real-time Object Request Broker (ORB). It is designed to meet the stringent Quality of Service (QoS) requirements of real-time applications, resulting in superior end-to-end predictability, efficiency, and scalable performance. It implements the latest CORBA specifications from the OMG. It is built with components from the ADAPTIVE Communication Environment (ACE) C++ framework, resulting in a highly extensible architecture, adaptability to a wide variety of situations, and portability across a broad range of platforms. Although TAO was designed to meet the demanding requirements of real-time applications, it is also well-suited for general-purpose CORBA applications.

(Machine Translation)