Re: Workflow Engine for tapestry

2010-01-05 Thread Dan Adams
We integrated drools and it went pretty well. 

Dan Adams 
Principal Software Engineer 
Interactive Factory 
p: 617.235.5857 

- Original Message - 
From: "abangkis"  
To: "Tapestry users"  
Sent: Monday, January 4, 2010 4:49:04 AM GMT -05:00 US/Canada Eastern 
Subject: Workflow Engine for tapestry 

Dear all, i have a questions. 

Is there any recommendation for a workflow engine that would work well 
with tapestry. Or is it using the Tapestry IOC is enough ? 


TIA 

Abangkis 

- 
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org 
For additional commands, e-mail: users-h...@tapestry.apache.org 



Re: Workflow Engine for tapestry

2010-01-05 Thread abangkis
yes alfie i would be very munch interested, you can send it to this
address. Thanks a lot :)

Cheers,

Abangkis

On Tue, Jan 5, 2010 at 4:41 PM, Alfie Kirkpatrick
 wrote:
> Agree with others that it runs fine in other app servers, and that it's
> a nice product to work with. I did some work to replicate the spring
> integration technique in T5 meaning you can use tapestry services as
> jBPM handlers, etc provided they aren't per thread scope. I handed this
> over to Alejandro Scandroli for the Trails/Tynamo project, but happy to
> send it to you if interested.
>
> Regards, Alfie.
>
> -Original Message-
> From: abangkis [mailto:abang...@gmail.com]
> Sent: 04 January 2010 16:10
> To: Tapestry users
> Subject: Re: Workflow Engine for tapestry
>
> Hi toby, thanks for the info. jBPM is very popular, its a jboss
> product right. Are you deploying under jboss ? Can it be deployed in a
> different app server like Glassfish or Weblogic ?
>
> Can you give me some hint how you integrate it with tapestry. I'm
> still in the inception process between using a workflow engine or not.
>
>
> Thanks a lot,
> Cheers,
>
> Abangkis
>
>
> On Mon, Jan 4, 2010 at 10:52 PM, Toby Hobson
>  wrote:
>> If it's pure workflow (as opposed to SOA orchestration) I would
> recommend
>> jBPM, I have used it alongside T5 with great success.
>>
>> Toby
>>
>> 2010/1/4 abangkis 
>>
>>> Dear all, i have a questions.
>>>
>>> Is there any recommendation for a workflow engine that would work
> well
>>> with tapestry. Or is it using the Tapestry IOC is enough ?
>>>
>>>
>>> TIA
>>>
>>> Abangkis
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>
>>>
>>
>
>

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



RE: Workflow Engine for tapestry

2010-01-05 Thread Alfie Kirkpatrick
Agree with others that it runs fine in other app servers, and that it's
a nice product to work with. I did some work to replicate the spring
integration technique in T5 meaning you can use tapestry services as
jBPM handlers, etc provided they aren't per thread scope. I handed this
over to Alejandro Scandroli for the Trails/Tynamo project, but happy to
send it to you if interested.

Regards, Alfie.

-Original Message-
From: abangkis [mailto:abang...@gmail.com] 
Sent: 04 January 2010 16:10
To: Tapestry users
Subject: Re: Workflow Engine for tapestry

Hi toby, thanks for the info. jBPM is very popular, its a jboss
product right. Are you deploying under jboss ? Can it be deployed in a
different app server like Glassfish or Weblogic ?

Can you give me some hint how you integrate it with tapestry. I'm
still in the inception process between using a workflow engine or not.


Thanks a lot,
Cheers,

Abangkis


On Mon, Jan 4, 2010 at 10:52 PM, Toby Hobson
 wrote:
> If it's pure workflow (as opposed to SOA orchestration) I would
recommend
> jBPM, I have used it alongside T5 with great success.
>
> Toby
>
> 2010/1/4 abangkis 
>
>> Dear all, i have a questions.
>>
>> Is there any recommendation for a workflow engine that would work
well
>> with tapestry. Or is it using the Tapestry IOC is enough ?
>>
>>
>> TIA
>>
>> Abangkis
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Workflow Engine for tapestry

2010-01-04 Thread Toby Hobson
Yeah jBPM is both appserver and web agnostic. It uses hibernate for ORM so
if you're already using hibernate in your app you can use the same session
factory and take advantage of caching, transaction management etc. Unlike
the commercial workflow products (Oracle etc) its very lightweight so
integration is a breeze

Toby

2010/1/4 abangkis 

> Hi juan,
>
> thanks a lot for the Info :)
>
> cheers,
>
> Abangkis
>
> On Mon, Jan 4, 2010 at 11:21 PM, Juan E. Maya  wrote:
> > I have used Jboss on tomcat and jetty without any problems. It should
> > run fine with any other app server. U just need to put the jar inside
> > ur classpath and start playing with it.
> >
> > To integrate with tapestry i guess u could have a tapestry service to
> > control the movement of the token between the workflow. Basically U
> > will use the service to move around the workflow graph.
> >
> > This article on TSS is a bit old but should give u a feeling of how is
> > to work with jbpm. It uses spring but it's practically the same with
> > tapestry.
> >
> > http://www.theserverside.com/tt/articles/article.tss?l=jBPMandSpring
> >
> >
> > On Mon, Jan 4, 2010 at 11:10 AM, abangkis  wrote:
> >> Hi toby, thanks for the info. jBPM is very popular, its a jboss
> >> product right. Are you deploying under jboss ? Can it be deployed in a
> >> different app server like Glassfish or Weblogic ?
> >>
> >> Can you give me some hint how you integrate it with tapestry. I'm
> >> still in the inception process between using a workflow engine or not.
> >>
> >>
> >> Thanks a lot,
> >> Cheers,
> >>
> >> Abangkis
> >>
> >>
> >> On Mon, Jan 4, 2010 at 10:52 PM, Toby Hobson <
> toby.hob...@googlemail.com> wrote:
> >>> If it's pure workflow (as opposed to SOA orchestration) I would
> recommend
> >>> jBPM, I have used it alongside T5 with great success.
> >>>
> >>> Toby
> >>>
> >>> 2010/1/4 abangkis 
> >>>
>  Dear all, i have a questions.
> 
>  Is there any recommendation for a workflow engine that would work well
>  with tapestry. Or is it using the Tapestry IOC is enough ?
> 
> 
>  TIA
> 
>  Abangkis
> 
>  -
>  To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>  For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 
> >>>
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> >> For additional commands, e-mail: users-h...@tapestry.apache.org
> >>
> >>
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


Re: Workflow Engine for tapestry

2010-01-04 Thread abangkis
Hi juan,

thanks a lot for the Info :)

cheers,

Abangkis

On Mon, Jan 4, 2010 at 11:21 PM, Juan E. Maya  wrote:
> I have used Jboss on tomcat and jetty without any problems. It should
> run fine with any other app server. U just need to put the jar inside
> ur classpath and start playing with it.
>
> To integrate with tapestry i guess u could have a tapestry service to
> control the movement of the token between the workflow. Basically U
> will use the service to move around the workflow graph.
>
> This article on TSS is a bit old but should give u a feeling of how is
> to work with jbpm. It uses spring but it's practically the same with
> tapestry.
>
> http://www.theserverside.com/tt/articles/article.tss?l=jBPMandSpring
>
>
> On Mon, Jan 4, 2010 at 11:10 AM, abangkis  wrote:
>> Hi toby, thanks for the info. jBPM is very popular, its a jboss
>> product right. Are you deploying under jboss ? Can it be deployed in a
>> different app server like Glassfish or Weblogic ?
>>
>> Can you give me some hint how you integrate it with tapestry. I'm
>> still in the inception process between using a workflow engine or not.
>>
>>
>> Thanks a lot,
>> Cheers,
>>
>> Abangkis
>>
>>
>> On Mon, Jan 4, 2010 at 10:52 PM, Toby Hobson  
>> wrote:
>>> If it's pure workflow (as opposed to SOA orchestration) I would recommend
>>> jBPM, I have used it alongside T5 with great success.
>>>
>>> Toby
>>>
>>> 2010/1/4 abangkis 
>>>
 Dear all, i have a questions.

 Is there any recommendation for a workflow engine that would work well
 with tapestry. Or is it using the Tapestry IOC is enough ?


 TIA

 Abangkis

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org


>>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Workflow Engine for tapestry

2010-01-04 Thread Juan E. Maya
I have used Jboss on tomcat and jetty without any problems. It should
run fine with any other app server. U just need to put the jar inside
ur classpath and start playing with it.

To integrate with tapestry i guess u could have a tapestry service to
control the movement of the token between the workflow. Basically U
will use the service to move around the workflow graph.

This article on TSS is a bit old but should give u a feeling of how is
to work with jbpm. It uses spring but it's practically the same with
tapestry.

http://www.theserverside.com/tt/articles/article.tss?l=jBPMandSpring


On Mon, Jan 4, 2010 at 11:10 AM, abangkis  wrote:
> Hi toby, thanks for the info. jBPM is very popular, its a jboss
> product right. Are you deploying under jboss ? Can it be deployed in a
> different app server like Glassfish or Weblogic ?
>
> Can you give me some hint how you integrate it with tapestry. I'm
> still in the inception process between using a workflow engine or not.
>
>
> Thanks a lot,
> Cheers,
>
> Abangkis
>
>
> On Mon, Jan 4, 2010 at 10:52 PM, Toby Hobson  
> wrote:
>> If it's pure workflow (as opposed to SOA orchestration) I would recommend
>> jBPM, I have used it alongside T5 with great success.
>>
>> Toby
>>
>> 2010/1/4 abangkis 
>>
>>> Dear all, i have a questions.
>>>
>>> Is there any recommendation for a workflow engine that would work well
>>> with tapestry. Or is it using the Tapestry IOC is enough ?
>>>
>>>
>>> TIA
>>>
>>> Abangkis
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>
>>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Workflow Engine for tapestry

2010-01-04 Thread abangkis
Hi toby, thanks for the info. jBPM is very popular, its a jboss
product right. Are you deploying under jboss ? Can it be deployed in a
different app server like Glassfish or Weblogic ?

Can you give me some hint how you integrate it with tapestry. I'm
still in the inception process between using a workflow engine or not.


Thanks a lot,
Cheers,

Abangkis


On Mon, Jan 4, 2010 at 10:52 PM, Toby Hobson  wrote:
> If it's pure workflow (as opposed to SOA orchestration) I would recommend
> jBPM, I have used it alongside T5 with great success.
>
> Toby
>
> 2010/1/4 abangkis 
>
>> Dear all, i have a questions.
>>
>> Is there any recommendation for a workflow engine that would work well
>> with tapestry. Or is it using the Tapestry IOC is enough ?
>>
>>
>> TIA
>>
>> Abangkis
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Workflow Engine for tapestry

2010-01-04 Thread Toby Hobson
If it's pure workflow (as opposed to SOA orchestration) I would recommend
jBPM, I have used it alongside T5 with great success.

Toby

2010/1/4 abangkis 

> Dear all, i have a questions.
>
> Is there any recommendation for a workflow engine that would work well
> with tapestry. Or is it using the Tapestry IOC is enough ?
>
>
> TIA
>
> Abangkis
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>