Re: [C3] Calling another from REST resource

2013-08-26 Thread Andre Juffer
___ From: Javier Puerto [jpue...@gmail.com<mailto:jpue...@gmail.com>] Sent: Monday, August 26, 2013 12:04 PM To: users@cocoon.apache.org<mailto:users@cocoon.apache.org> Subject: Re: [C3] Calling another from REST resource 2013/8/26 Andre Juffer mailto:andre.juf...@oulu.fi>> I a

Re: [C3] Calling another from REST resource

2013-08-26 Thread Andre Juffer
On 08/26/2013 12:05 PM, Javier Puerto wrote: 2013/8/26 Andre Juffer mailto:andre.juf...@oulu.fi>> I am working on using the Java pipe. So far so so good. I have two issues: 1. I intend to use a TextSerializer in the final step as I need just a single String returned from the other block, but

RE: [C3] Calling another from REST resource

2013-08-26 Thread Andre Juffer
vier Puerto [jpue...@gmail.com<mailto:jpue...@gmail.com>] Sent: Monday, August 26, 2013 12:04 PM To: users@cocoon.apache.org<mailto:users@cocoon.apache.org> Subject: Re: [C3] Calling another from REST resource 2013/8/26 Andre Juffer mailto:andre.juf...@oulu.fi>> I am working on using

Re: [C3] Calling another from REST resource

2013-08-26 Thread Javier Puerto
> -- > *From:* Javier Puerto [jpue...@gmail.com] > *Sent:* Monday, August 26, 2013 12:04 PM > > *To:* users@cocoon.apache.org > *Subject:* Re: [C3] Calling another from REST resource > > > > > 2013/8/26 Andre Juffer > >> I a

RE: [C3] Calling another from REST resource

2013-08-26 Thread Andre Juffer
To: users@cocoon.apache.org Subject: Re: [C3] Calling another from REST resource 2013/8/26 Andre Juffer mailto:andre.juf...@oulu.fi>> I am working on using the Java pipe. So far so so good. I have two issues: 1. I intend to use a TextSerializer in the final step as I need just a single

Re: [C3] Calling another from REST resource

2013-08-26 Thread Javier Puerto
enter/biocomputing-and-bioinformatics > www.oulu.fi/biocenter/groups/juffer > > StrucBioCat, www.strucbiocat.oulu.fi > Triacle Biocomputing, www.triacle-bc.com > > -- > *From:* Thorsten Scherler [scher...@gmail.com] > *Sent:* Monday, August 19,

Re: [C3] Calling another from REST resource

2013-08-26 Thread Andre Juffer
le Biocomputing, www.triacle-bc.com<http://www.triacle-bc.com> From: Thorsten Scherler [scher...@gmail.com<mailto:scher...@gmail.com>] Sent: Monday, August 19, 2013 10:12 AM To: users@cocoon.apache.org<mailto:users@cocoon.apache.org> Subject: Re: [C3] Calling

RE: [C3] Calling another from REST resource

2013-08-19 Thread Andre Juffer
PM To: users@cocoon.apache.org Subject: Re: [C3] Calling another from REST resource On 08/19/2013 10:58 AM, Andre Juffer wrote: Hi Thorsten, I already thought that it would down to what you suggested. Seems to me that calling a pipeline in the way you suggested is the most logical way, as the

Re: [C3] Calling another from REST resource

2013-08-19 Thread Thorsten Scherler
cBioCat, www.strucbiocat.oulu.fi > Triacle Biocomputing, www.triacle-bc.com > > > *From:* Thorsten Scherler [scher...@gmail.com] > *Sent:* Monday, August 19, 2013 10:12 AM > *To:* users@cocoon.apache.org > *Subject:* Re: [C3] Calling another from REST resource >

RE: [C3] Calling another from REST resource

2013-08-19 Thread Andre Juffer
: users@cocoon.apache.org Subject: Re: [C3] Calling another from REST resource On 08/15/2013 04:34 PM, Andre Juffer wrote: To clarify my question: I need to identify persons when they access a resource. On the client side, a temporal hash is stored. On the server side, I use that hash to connect

Re: [C3] Calling another from REST resource

2013-08-19 Thread Thorsten Scherler
On 08/15/2013 04:34 PM, Andre Juffer wrote: > To clarify my question: > > I need to identify persons when they access a resource. On the client > side, a temporal hash is stored. On the server side, I use that hash > to connect with an account associated with a person. The hash is not > unique, it

RE: [C3] Calling another from REST resource

2013-08-15 Thread Andre Juffer
To clarify my question: I need to identify persons when they access a resource. On the client side, a temporal hash is stored. On the server side, I use that hash to connect with an account associated with a person. The hash is not unique, it is assigned upon signing in, and lost after signing