RE: [C3] Calling another from REST resource

Andre Juffer <[email protected]>
Newsgroups gmane.text.xml.cocoon.user
Message-ID <[email protected]>
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 out. When accessing the resource, say a VideoResource in block A,

@POST
Response doSomething(@PathParam("hash") String hash)
{
    Account account = .... // Use the hash here.

    this.facade_.doSomething(account, ....);

    return someResponse;
}

The account information is obtained from another block (B), which is accessed by various others block for the same purpose. These blocks represent various services for which a person may have an account.

Thus, the line with

Account account = .... // Use the hash here.

would access another block.

Can this easily be facilitated with cocoon3 at this stage?

thanks for your time,


------------------------------------------------------------------------------------------------------------------------------
Andre H. Juffer
Biocenter Oulu and Department of Biochemistry
University of Oulu, Finland
Phone: +358-294-481161
Email: [email protected]
WWW:
  www.biochem.oulu.fi/Biocomputing/
  www.oulu.fi/biocenter/biocomputing-and-bioinformatics
  www.oulu.fi/biocenter/groups/juffer

StrucBioCat, www.strucbiocat.oulu.fi
Triacle Biocomputing, www.triacle-bc.com

________________________________
From: Andre Juffer [[email protected]]
Sent: Wednesday, August 14, 2013 4:20 PM
To: [email protected]
Subject: [C3] Calling another from REST resource

Is it actually possible to call an another block (say block A) from within a REST resource that resides in block B?

Thanks,


------------------------------------------------------------------------------------------------------------------------------
Andre H. Juffer
Biocenter Oulu and Department of Biochemistry
University of Oulu, Finland
Phone: +358-294-481161
Email: [email protected]
WWW:
  www.biochem.oulu.fi/Biocomputing/
  www.oulu.fi/biocenter/biocomputing-and-bioinformatics
  www.oulu.fi/biocenter/groups/juffer

StrucBioCat, www.strucbiocat.oulu.fi
Triacle Biocomputing, www.triacle-bc.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.