Search

Results 231 - 239 of 239

Search results

Java Service Invocation

Use this demo to get started with the Java Import Wizard and the Java Service Invocation Adapter so that you can embed Java code in your JOpera processes.

How to run the demo

  1. Download and unzip the attached
  2. Import the both the java-code and the jopera-workflows projects into your JOpera workspace
  3. Open the 'tutorial_java.oml' file in the jopera-workflows project
  4. Start the 'JavaProcess' workflow contained in it. This workflow calls the Java code contained in the other project

More information

Version 2.3.6, released on July 9th 2008

New Process Monitoring Widget Feature:

Fixes:

  • Updating activators is now immediately reflected in the control flow view
  • Monitoring widget used in the Web monitor (Start Process Popup)
  • Updated documentation

How i used WSDL file (From other client)

Dear All

i create WSDL file and need to used from other client

Like this -----> http://i152.photobucket.com/albums/s186/Errkum/JOPERA/1.gif

can i used this file from other client ??-----> http://i152.photobucket.com/albums/s186/Errkum/JOPERA/2.gif

if i used like -----> "" <----- it can b work ??

please help me

Thanks
Err
errkum@hotmail.com

Version 2.3.4, released on April 17th 2008

New JOpera Engine Threads preference page:

  • Start and stop the embedded http server and configure its listening port
  • The api server can now be configured to run automatically when the kernel starts

Updates:

  • Several documentation updates and fixes

Download the latest release of JOpera from the update site: http://www.update.jopera.org

Version 2.3.0, released on January 10th, 2008

It features support for Java 1.5, a rewritten compiler for pipelined processing over sources of streaming data, and an improved Web-based monitoring interface, and a number of bug fixes.

Download the latest release of JOpera from the update site: http://www.update.jopera.org.

Version 2.3.3, released on March 13th, 2008

New Features:

  • Control and data flow edges use bendpoints by default

Updates:

  • The freeze command will save the state of processes in the first open project

Compiler Fixes (thanks to Andreas Quandt):

  • Java Snippets: default values for output parameters correctly initialized
  • Java Snippets: default empty values now correctly typed
  • Loops: system parameters will be reinitialized from updated input parameter values
  • Condition operators now work for simple types

Version 2.3.1, released on January 30th, 2008

It features a new AJAX worklist manager, some important bug fixes in the Condor adapter, and the ability to freeze the execution state of process instances to disk.

Download the latest release of JOpera from the update site: http://www.update.jopera.org.

Version 2.3.5, released on June 18th 2008

New Process Execution Logger Feature:

  • Log into files the final execution state of processes
  • Log into files the partial execution state of tasks as soon as they finish
  • Recover the logged state with the 'JOpera|Unfreeze' command

New Example: ecommerce.oml (Buyer - Seller - Shipper asynchronous message-based interactions)

Fixes:

  • AJAX Worklist handler now shows tasks with empty description
  • Web-based Process Monitor can now be served through a proxy

Version 2.3.2, released on March 5th, 2008

New features:

  • a new mashup example (yahoo.oml) to display Yahoo Local search results on a Google map
  • the ability to edit parameter values displayed in the parameter viewer
  • the ability to restart finished or failed tasks

Bug Fixes (thanks to Carlos da Silva):

  • fixed support for boolean output parameters in the Java snippet compiler
  • fixed support for primitive data types in the Java subsystem