Author: osit

The goal of the Subversion project is to build a version control system that is a compelling replacement for CVS in the open source community. The software is released under an Apache/BSD-style open source license.

Read More

MenuetOS has been written with 32 bit x86 assembly language from the ground up to support 32 bit assembly programming as a platform for faster and smaller system footprint. Menuet has no unix roots and the basic system is meant to be clean asm based structure. Menuet isnÂ’t based in any particular operating system, since the idea has been to remove the extra layers between different parts of software, which complicate programming and create bugs. Menuet’s application structure is not specifically reserved for asm programming, the header can be produced with practically any other language. However, the overall application programming…

Read More

XmlBlaster is MOM (Message oriented Middleware) with a lot of features. XmlBlaster is a publish/subscribe and point to point MOM server (message-oriented middleware) which exchanges messages between publishers and subscribers. The message is described with XML-encoded meta information. Messages may contain everything, GIF images, Java objects, Python scripts, XML data, a word document, plain text – just anything. Communication with the server is based on CORBA (using JacORB) or RMI or XmlRpc, clients are free to choose their preferred protocol. Other protocols like email, socket or SOAP may be plugged in. Subscribers can use XPath expressions to filter the messages…

Read More

openadaptor™ is a Java/XML-based software platform which allows for rapid business system integration with little or no custom programming. openadaptor™ can be loosely classified as EAI (Enterprise Application Integration) software. It is highly extensible and provides many ready-built interface components for JMS, LDAP, Mail, MQ Series, Oracle, Sybase and MSSQL Server as well as data exchange formats such as XML. New components are regularly added. The openadaptor™ collaborative software development initiative exists to: – Provide the necessary infrastructure for a software project to engage and challenge the Open Source community; – Facilitate systems integration within any company, its partners, and…

Read More

* Point-to-Point and publish-subscribe messaging models * Guaranteed delivery of messages * Synchronous and asynchronous message delivery * Persistence using JDBC * Local transactions * Message filtering using SQL92-like selectors * Authentication * Administration GUI * XML-based configuration files * In-memory and database garbage collection * Automatic client disconnection detection * Applet support * Integrates with Servlet containers such as Jakarta Tomcat * Support for TCP, RMI, HTTP and SSL protocol stacks * Support for large numbers of destinations and subscribers

Read More

Proteus is a framework for creating messaging applications, and a message broker built upon that framework. Proteus has adapters that allow databases, message queues, ftp servers, email and other message sources and sinks to be addressed in a simple, uniform fashion. It differs in approach from most other toolkits in supporting both centralized and point to point implementations with a minimal footprint. Features * written in 100% Java for portability (WIN32,POSIX and even OS/390 MVS) * convenient for Java developers to use and extend (no new languages or complex commands to learn) * simple and elegant model * minimal footprint…

Read More

A clean room implementation of the Java Message Service API part of the J2EE specification. It allows asynchronous delivery of messages in distributed systems with optional QOS parameters like persistence, guaranteed delivery or transactions. JBoss-4.x supports the JMS1.1 version of the spec. JBoss-3.2.x supports the JMS1.0.2b spec. It supports two messaging styles: Queue where a message is received by one client. Topic where a message is “broadcast” to multiple client subscribers. NOTE: JMS1.1 includes a combined model of Queue/Topic connections that can be used for both styles. Features Fire and Forget for asynchronous delivery. Guaranteed Delivery using persistent messages and…

Read More

JORAM (Java Open Reliable Asynchronous Messaging) is an open source implementation of the JMS (Java Message Service) 1.1 API.

Read More