elemenope/dev

JMS Compliant Messaging Framework

Developers' page

Developers:

elemenope changelog

Features Release 5.1 [RELEASED 2006-08-06]
  1. Addition of Enterprise XML-RPC Service Transport Protocol implementation -- Embedded Jetty HTTP Server allows full enterprise capability in XML-RPC services with simplified deployment.
  2. Addition of Generic Filesystem Ingestion Operation implementation -- Allows automated processing of files.
  3. All examples from elemenope User Guide Cookbook now within the standard configuration file
  4. ElemenopeStandardConfiguration -- fixed broker and dispatcher initialization to allow 0 or 1 of each. Fixed default service/operation call to maintenance loop to fatal exit when throwable occurs within. Added capability to define more than one Broker for a service for use with web service implementations.
  5. XmlRpcDispatcher -- changed default action when null payload is encountered. This allows call to default service/operation through XML-RPC, as this default call from w/in the maintenance loop always passes a null payload.
Features Release 5.0 [RELEASED 2006-03-26]
  1. Configuration changed to reflect services focus.
  2. Spring Framework integration with elemenope for simplified user initialization and configuration.
  3. Spring Framework acquisition method within Elemenope
  4. Expanded BPM capabilities
    • Basic list
    • Basic chain
    • Asynchronous BPM with JMS
  5. Addition of standardized BPM payload interface.
  6. Addition of boolean attribute to BPM payload to enable one to stop further processing.
  7. Dispatcher Failover cleanup
  8. Repositories cleanup
  9. Utility classes moved out to new FOSS project ctutil.
Features Release 4.1 [RELEASED 2005-03-15]
  1. Full implementation of ElemenopeStartupServlet allows multiple configuration (initializationGroups) to be utilized within a single application server.
    • implementation of user level initialization
    • implementation of standard and user shutdown
Features Release 4.0 [RELEASED 2005-03-03]
  1. Official release 4.0
  2. Reorganization of base elemenope interfaces...
    • Complete transmission protocol transparency
    • Connector (connectivity implementor e.g. to JMS queue, web service, direct call, etc.)
    • Broker (generic receipt functionality)
    • Dispatcher (generic transmission functionality)
    • Transaction (processing)
    • ElemenopeConfiguration (configuration functionality)
    • ElemenopeComponent (components with visibility [to all other components])
  3. New connectors
    • Direct/Blocking call connector
    • SOAP web services connector
  4. New Features
    • Configurable Dispatcher failover
    • Complete protocol transparency for transmission/receipt of messages
Features Release 4.0rc1 [RELEASED 2005-02-19]
  1. Reorganization of base elemenope interfaces...
    • Complete transmission protocol transparency
    • Connector (connectivity implementor e.g. to JMS queue, web service, direct call, etc.)
    • Broker (generic receipt functionality)
    • Dispatcher (generic transmission functionality)
    • Transaction (processing)
    • ElemenopeConfiguration (configuration functionality)
    • ElemenopeComponent (components with visibility [to all other components])
  2. New connectors
    • Direct/Blocking call connector
    • SOAP web services connector
  3. New Features
    • Configurable Dispatcher failover
    • Complete protocol transparency for transmission/receipt of messages
Features Release 3.0 [RELEASED 2004-01-09]
  1. [jjr-verified] XML-RPC web services connector
  2. XML-RPC web services clients (multiple language/OS)
    1. [jjr-verified] Java
  3. [jjr-verified] sep examples and base in netbeans
  4. [mer-verified] C interface (MQ)
  5. [jjr-verified] update connector interfaces (Sender/Receiver) to JMS
  6. [jjr-verified] Broker transaction type field position configuration
Features Release 2.0 [RELEASED 2003-11-18]
  1. [jjr-verified] distribution script(s)
  2. [jjr-verified] add delimiter configuration to BrokerBase
  3. [jjr-verified] JNDI connector set
  4. [jjr-verified] JNDI example/setup
Features Release 1.1 [RELEASED 2003-10-29]
  1. [jjr-verified] Add mainframe capabilities to site
  2. [jjr-verified] Separation of XMLConfiguration utility into its own project
  3. [mer-verified] correct usage within jdoc on elemenope::main()
  4. [mer-verified] rid protected items within elemenope class
  5. [jjr-verified] mv properties to conf
  6. [jjr-verified] ANT build script (both framework and user)
  7. [jjr-verified] strip down jars and execution script
  8. [jjr-verified] developer's page on site
Release 1.0 [RELEASED 2003-10-05]


Proposed Features

[release non-specific or not assigned]
  1. New connectors
    1. CORBA connector
    2. tcp/ip socket connector
  2. XML-RPC web services clients (multiple language/OS)
    1. [jjr-started] Perl
    2. [mer] C
    3. [mer] C++
    4. [mcb/mer] Microsoft .NET
    5. [mcb] COM
    6. [mcb] PHP
    7. [jjr] Python
  3. [jjr] topic connectors