SCA BPEL/EJB/JMS Example

2007-05-15 Thread Rahul Nandkumar Bindu
Hi all,
I wanted to try out BPEL, EJB and JMS with SCA. I could not find the
examples for these in the samples provided with Tuscany. Could someone
please tell me where I can find these samples?

Rahul. 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SCA BPEL/EJB/JMS Example

2007-05-15 Thread Simon Laws

Hi Rahul

You find use at the point where we are just getting to the end of a period
of refactoring in the Tuscany SCA codebase to make the code a little easier
to understand. If you look at the latest code in svn trunk you will see a
set of modules (see java/sca/modules) that we have ported over to the new
code, this includes

Bindings
 JsonRPC
 RMI
 WebServices (with Axis)
Implementations
 Java
 Script, e.g. Ruby, Python etc.
 Spring

There are quite a few modules that we haven't yet ported over (see
java/sca/contrib). This is where the BPEL implementation is at the moment so
it won't run with the latest code.  I also notice that the JMS binding has
made it into sca/modules but that it's not being built and tested regularly
as part of our build so I imagine someone is working on that at the moment.
Maybe someone can comment?

We are just about to do a release with this basic set of functionality. Then
I expect the Tuscany community will start looking at all the other modules
in Contrib and any other new one people want to add. If you feel like
getting your hands dirty now is a great time to get involved as there is no
shortage of modules to fix/add.

Hope that helps.

Simon


Re: SCA BPEL/EJB/JMS Example

2007-05-15 Thread haleh mahbod

Hi Rahul,
There is also a patch for EJB binding in the JIRA system that is based on M2
release. This also needs to be ported over to the new code base.

Haleh

On 5/15/07, Simon Laws <[EMAIL PROTECTED]> wrote:


Hi Rahul

You find use at the point where we are just getting to the end of a period
of refactoring in the Tuscany SCA codebase to make the code a little
easier
to understand. If you look at the latest code in svn trunk you will see a
set of modules (see java/sca/modules) that we have ported over to the new
code, this includes

Bindings
  JsonRPC
  RMI
  WebServices (with Axis)
Implementations
  Java
  Script, e.g. Ruby, Python etc.
  Spring

There are quite a few modules that we haven't yet ported over (see
java/sca/contrib). This is where the BPEL implementation is at the moment
so
it won't run with the latest code.  I also notice that the JMS binding has
made it into sca/modules but that it's not being built and tested
regularly
as part of our build so I imagine someone is working on that at the
moment.
Maybe someone can comment?

We are just about to do a release with this basic set of functionality.
Then
I expect the Tuscany community will start looking at all the other modules
in Contrib and any other new one people want to add. If you feel like
getting your hands dirty now is a great time to get involved as there is
no
shortage of modules to fix/add.

Hope that helps.

Simon