Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jwt-dev] JWT4SOA: Presentation of the Task Engine Framework

Hi all

Here are the links to the code that I've given during the presentation :

architecture : http://wiki.eclipse.org/Image:Tef.png

how it is called in bonita : http://www.scorware.org/ls-svn/SCOrWare/branches/scarbo/wam-TaskEngineFramework-bonita4/src/main/java/org/scorware/jwt/bonita4/TaskEngineFrameworkHook.java

how frascati calls the service : http://www.scorware.org/ls-svn/SCOrWare/branches/scarbo/wam-TaskEngineFramework-frascati-serviceProvider/src/main/java/org/scorware/jwt/frascati/FrascatiServiceProvider.java

transformation : http://www.scorware.org/ls-svn/SCOrWare/branches/scarbo/jwt-transformation-xpdl-bonita4/src/org/eclipse/jwt/transformations/xpdl/bonita4/impl/

test on bonita transfo input resources : http://www.scorware.org/ls-svn/SCOrWare/branches/scarbo/wam-TaskEngineFramework-bonita4/src/test/resources/

data mapping : http://www.scorware.org/ls-svn/SCOrWare/branches/scarbo/wam-TaskEngineFramework-bonita4/src/main/java/org/scorware/jwt/bonita4/NumberedArgsDataMappingService.java

NB. data binding is avoided by staying in a java only world. Non java engines must handle it in their specific impl of ProcessStateService, Non java service providers must handle it in their specific implementation of ServiceProvider (ex. Frascati does it with CXF using JAXWS)

Regards,
Marc

Mickael Istria a écrit :
Hi all,

Here is a cheap support that could be useful for the presentation.
As you'll understand, it won't be possible for you to test it now, because Frascati is still private.

Let's start in a few minutes!

Regards,
Mickael

Charles Souillard a écrit :
Hi,

If possible, I would like to participate.
My skype login is : charles.souillard

Regards
Charles

Mickael Istria a écrit :
Hi all,

As you may know, one of the JWT project aim is to leverage SOA in a BPM context. Indeed, efforts have been done to facilitate the design of services calls in a process, and to have a complete use case (from design to runtime) of Workfow and SOA simple collaboration.

This topic will be discussed tomorrow at 3:00pm (Paris/Berlin) via Skype.
Some points to be discussed are:
* The task engine framework
* Implementation on top of Bonita 4.0.1 and Frascati 0.4
* Think about a demonstration scenario for showcases

Anyone interested can join this telco simply by answering to this mail, mentioning his skype login.


Regards,
Mickael
_______________________________________________
jwt-dev mailing list
jwt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jwt-dev



_______________________________________________
jwt-dev mailing list
jwt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jwt-dev

------------------------------------------------------------------------

_______________________________________________
jwt-dev mailing list
jwt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jwt-dev



Back to the top