Alfresco Integration

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Alfresco Integration

daniele ippoliti
Hello guys,

the integration from Orbeon to Alfresco is it possible just with the PE version? Or we can do it also with CE version?
I mean with PE version you have the possibility to define some parameter to store something in the repository of Alfresco during the submission, but If I have written my WebScript service on alfresco side and I call it specyfing a URL in the action attribute of xf:submission can I perform my saving of the documents?

Thank you

Daniele


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Alfresco Integration

idwright
Hi,
I've done integration with Alfresco using the Alfresco CMIS/REST
interface using xforms:submission on CE.
Probably the most interesting part is working out how to authenticate to
Alfresco - this will depend on both your application and security model.

We have Orbean and Alfresco both behind the same CAS server so can do it
that way, or you can use basic auth - I'm sure that there are other options.

Regards,
Ian
On 19:59, daniele ippoliti wrote:

> Hello guys,
>
> the integration from Orbeon to Alfresco is it possible just with the
> PE version? Or we can do it also with CE version?
> I mean with PE version you have the possibility to define some
> parameter to store something in the repository of Alfresco during the
> submission, but If I have written my WebScript service on alfresco
> side and I call it specyfing a URL in the action attribute of
> xf:submission can I perform my saving of the documents?
>
> Thank you
>
> Daniele


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Alfresco Integration

Alexey Vasyukov
Hello Daniele,

It depends on what you want to achieve. Description of possible options - http://wiki.orbeon.com/forms/doc/developer-guide/form-runner/alfresco-integration In brief - PE can write to Alfresco when form is send with workflow-send button, tighter integration can be achieved with custom Form Runner persistence layer. You are to write some code on Alfresco side to implement persistence layer on top of Alfresco.

Our experience of such integration based on custom persistence layer - http://blog.ossgeeks.org/2011/11/implementing-egovernment-portal-powered.html Complete implementation with sources will be published in nearest days.

Best regards,
Alexey

2011/11/18 Ian Wright <[hidden email]>
Hi,
I've done integration with Alfresco using the Alfresco CMIS/REST interface using xforms:submission on CE.
Probably the most interesting part is working out how to authenticate to Alfresco - this will depend on both your application and security model.

We have Orbean and Alfresco both behind the same CAS server so can do it that way, or you can use basic auth - I'm sure that there are other options.

Regards,
Ian

On 19:59, daniele ippoliti wrote:
Hello guys,

the integration from Orbeon to Alfresco is it possible just with the PE version? Or we can do it also with CE version?
I mean with PE version you have the possibility to define some parameter to store something in the repository of Alfresco during the submission, but If I have written my WebScript service on alfresco side and I call it specyfing a URL in the action attribute of xf:submission can I perform my saving of the documents?

Thank you

Daniele



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Alfresco Integration

daniele ippoliti
Hello

thank you very much for this description, now it's very clear but what's happen if instead of use PE version and have the possibility to write in alfresco, I use a WebScript that write on the Alfresco database the xml document and I link this webscript with the attribute action/resource of the xf:submission component ?

thank you
Daniele Ippoliti

2011/11/20 Alexey Vasyukov <[hidden email]>
Hello Daniele,

It depends on what you want to achieve. Description of possible options - http://wiki.orbeon.com/forms/doc/developer-guide/form-runner/alfresco-integration In brief - PE can write to Alfresco when form is send with workflow-send button, tighter integration can be achieved with custom Form Runner persistence layer. You are to write some code on Alfresco side to implement persistence layer on top of Alfresco.

Our experience of such integration based on custom persistence layer - http://blog.ossgeeks.org/2011/11/implementing-egovernment-portal-powered.html Complete implementation with sources will be published in nearest days.

Best regards,
Alexey

2011/11/18 Ian Wright <[hidden email]>
Hi,
I've done integration with Alfresco using the Alfresco CMIS/REST interface using xforms:submission on CE.
Probably the most interesting part is working out how to authenticate to Alfresco - this will depend on both your application and security model.

We have Orbean and Alfresco both behind the same CAS server so can do it that way, or you can use basic auth - I'm sure that there are other options.

Regards,
Ian

On 19:59, daniele ippoliti wrote:
Hello guys,

the integration from Orbeon to Alfresco is it possible just with the PE version? Or we can do it also with CE version?
I mean with PE version you have the possibility to define some parameter to store something in the repository of Alfresco during the submission, but If I have written my WebScript service on alfresco side and I call it specyfing a URL in the action attribute of xf:submission can I perform my saving of the documents?

Thank you

Daniele



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Alfresco Integration

daniele ippoliti
I want to add more information on this topic:
I'm using alfresco share for the UI, and I have an i-frame where I want to load the form with orbeon application. Basically I would like to not contact simply the Orbeon filter to have a simple translation but I would like to request something in the Builder Runner , so to obtain this I should define my form as a file xhtml in the orbeon folder under webapp right? But Imagine that I'm using alfresco to retrieve the document that I have to modify and I need to pass it to the xhtml file how can I do it?

Daniele Ippoliti

2011/11/21 daniele ippoliti <[hidden email]>
Hello

thank you very much for this description, now it's very clear but what's happen if instead of use PE version and have the possibility to write in alfresco, I use a WebScript that write on the Alfresco database the xml document and I link this webscript with the attribute action/resource of the xf:submission component ?

thank you
Daniele Ippoliti


2011/11/20 Alexey Vasyukov <[hidden email]>
Hello Daniele,

It depends on what you want to achieve. Description of possible options - http://wiki.orbeon.com/forms/doc/developer-guide/form-runner/alfresco-integration In brief - PE can write to Alfresco when form is send with workflow-send button, tighter integration can be achieved with custom Form Runner persistence layer. You are to write some code on Alfresco side to implement persistence layer on top of Alfresco.

Our experience of such integration based on custom persistence layer - http://blog.ossgeeks.org/2011/11/implementing-egovernment-portal-powered.html Complete implementation with sources will be published in nearest days.

Best regards,
Alexey

2011/11/18 Ian Wright <[hidden email]>
Hi,
I've done integration with Alfresco using the Alfresco CMIS/REST interface using xforms:submission on CE.
Probably the most interesting part is working out how to authenticate to Alfresco - this will depend on both your application and security model.

We have Orbean and Alfresco both behind the same CAS server so can do it that way, or you can use basic auth - I'm sure that there are other options.

Regards,
Ian

On 19:59, daniele ippoliti wrote:
Hello guys,

the integration from Orbeon to Alfresco is it possible just with the PE version? Or we can do it also with CE version?
I mean with PE version you have the possibility to define some parameter to store something in the repository of Alfresco during the submission, but If I have written my WebScript service on alfresco side and I call it specyfing a URL in the action attribute of xf:submission can I perform my saving of the documents?

Thank you

Daniele



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws





--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws