16 projects tagged "OS Independent"
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.
SwitchRMI is a framework for remote method invocation from Java that allows the client to choose from one of several RMI protocols. Objects can be made available over a number of transports; HTTP and SMTP are implemented. Any object vended can respond to an RMI request in any one of the supported protocols. Clients and servers can interact with third party implementations of supported protocols. New protocols and transports can be plugged in to the framework at runtime.
CarrierWave provides a set of facilities that automate and extend the EJB Value Object (or Data Transfer Object) pattern into supporting arbitrary value graphs. Specifically, CarrierWave provides a code generator that creates typed value objects from the source code of corresponding business objects, a client interface supporting the selection, modification, deletion, and invocation of business objects, and near-transparent business object persistence through various object persistence applications and interfaces like JDO.
elemenope is an Enterprise Application Integration, Service Oriented Architecture, and general messaging framework. It provides the capability for massive decoupling of an enterprise's components through standardized interfaces for communications. It provides complete abstraction of both transmission protocol and functional components. A project may connect components via a particular protocol standard, and completely change the protocol technology deployed with a simple change to a configuration file, i.e. no code changes. It implements the following connector sets: JMS, SOAP, XML-RPC, direct call, and native IBM MQSeries. It allows an organization to easily create a large scale multi-platform application to conduct messaging or transaction processing. It simplifies architecture of large systems by standardizing functional components and message pathways.
Mandala is a Java library which eases the development of concurrent object-oriented applications by using the concept of asynchronous references. Mandala also provides remote asynchronous references in order to create distributed applications. Mandala is dynamic in that objects do not have to be specifically written to be accessed asynchronously (and remotely).
SDE for NetBeans is a UML modeling environment tightly integrated with NetBeans. It lets you draw all types of UML diagrams (use case diagram, class diagram, sequence diagram, activity diagram, etc.) in NetBeans, reverse source code (Java, C++, XML, XML Schema, CORBA IDL, etc.) to UML models, and generate Java source from UML diagrams. It features a Rational Rose importer, an XMI importer, HTML/PDF documentation generators, and plug-in and template support.
Yet Another Component Assembler is between PicoContainer, Spring, Avalon, and Digester. It is a library to manage the creation, assembly, preparation, and activation of components and (optionally) their deactivation, disassembly, and destruction. It's not a container, but it includes a basic container (called DefaultContainer) in the my.yaca.helper package. It's not a Configuration Builder, but a builder (called EasyBuilder) is included in the my.yaca.helper package.