[xwiki-devs] unregnt help needed for integration of Bonita and Xwiki
Hi, I am new with xwiki and Bonita.Is there any body who can give me some suggestion to intigrate xwiki and bonita. is there any document available.It would be really helpful for me if anyone can provide me some information about it. thanks, Rupok
Hi, I am new with xwiki and Bonita.Is there any body who can give me some suggestion to intigrate xwiki and bonita. is there any document available.It would be really helpful for me if anyone can provide me some information about it. thanks, Rupok
Hi Rupok, On Aug 16, 2008, at 9:53 PM, rupok sayeem wrote:
Hi, I am new with xwiki and Bonita.Is there any body who can give me some suggestion to intigrate xwiki and bonita. is there any document available.It would be really helpful for me if anyone can provide me some information about it.
No I don't think there's any documentation. What integration do you have in mind? Bonita is written in Java AFAIK so I don't see any issue for writing a XWiki plugin using Bonita. That plugin would offer some methods to trigger some bonita workflow for example. Then you need to decide when these should be triggered: * when a given page is called * when a button is pressed in somewhere * when a document is saved * etc For plugins see http://platform.xwiki.org/xwiki/bin/view/DevGuide/ If you want more precise help you need to ask more specific questions. Thanks -Vincent
Hi , i want to make intigration like this.i will have a page on xwiki.where i will have a dropdown to select the xwiki user.multiple users can be selected.in that page i will have a button creat workflow.it will launch bonita workflow creation page. it will create automatically a space in xwiki where all internal users involved in this workflow have access to, In these spaces there will be the workflow model with colors indicating in which step the workflow is. The space can also be used to attach documents and write information about each task in the workflow. The user of the first task in the workflow receives an email before start date with a link to his space, (depending if it is internal or external user). When the next task is being activated, this user receives an email with link and so on. When the end date has passed before workflow is completed, all users in the workflow receive an email. thanks in advance, Rupok On 8/17/08, Vincent Massol <[email protected]> wrote:
Hi Rupok,
On Aug 16, 2008, at 9:53 PM, rupok sayeem wrote:
Hi, I am new with xwiki and Bonita.Is there any body who can give me some suggestion to intigrate xwiki and bonita. is there any document available.It would be really helpful for me if anyone can provide me some information about it.
No I don't think there's any documentation. What integration do you have in mind?
Bonita is written in Java AFAIK so I don't see any issue for writing a XWiki plugin using Bonita. That plugin would offer some methods to trigger some bonita workflow for example.
Then you need to decide when these should be triggered: * when a given page is called * when a button is pressed in somewhere * when a document is saved * etc
For plugins see http://platform.xwiki.org/xwiki/bin/view/DevGuide/
If you want more precise help you need to ask more specific questions.
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
---------- Forwarded message ---------- From: rupok sayeem <[email protected]> Date: Aug 17, 2008 2:27 AM Subject: Re: [xwiki-devs] Fwd: unregnt help needed for integration of Bonita and Xwiki To: XWiki Developers <[email protected]>, [email protected] Hi , i want to make intigration like this.i will have a page on xwiki.where i will have a dropdown to select the xwiki user.multiple users can be selected.in that page i will have a button creat workflow.it will launch bonita workflow creation page. it will create automatically a space in xwiki where all internal users involved in this workflow have access to, In these spaces there will be the workflow model with colors indicating in which step the workflow is. The space can also be used to attach documents and write information about each task in the workflow. The user of the first task in the workflow receives an email before start date with a link to his space, (depending if it is internal or external user). When the next task is being activated, this user receives an email with link and so on. When the end date has passed before workflow is completed, all users in the workflow receive an email. thanks in advance, Rupok On 8/17/08, Vincent Massol <[email protected]> wrote:
Hi Rupok,
On Aug 16, 2008, at 9:53 PM, rupok sayeem wrote:
Hi, I am new with xwiki and Bonita.Is there any body who can give me some suggestion to intigrate xwiki and bonita. is there any document available.It would be really helpful for me if anyone can provide me some information about it.
No I don't think there's any documentation. What integration do you have in mind?
Bonita is written in Java AFAIK so I don't see any issue for writing a XWiki plugin using Bonita. That plugin would offer some methods to trigger some bonita workflow for example.
Then you need to decide when these should be triggered: * when a given page is called * when a button is pressed in somewhere * when a document is saved * etc
For plugins see http://platform.xwiki.org/xwiki/bin/view/DevGuide/
If you want more precise help you need to ask more specific questions.
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Hi Rupok, We have received your first mail. I don't have another answer for you more than what I've already answered. Maybe others have. What part is not clear? Have you started implementing it? Do you have a specific question? Thanks -Vincent On Aug 18, 2008, at 6:55 PM, rupok sayeem wrote:
---------- Forwarded message ---------- From: rupok sayeem <[email protected]> Date: Aug 17, 2008 2:27 AM Subject: Re: [xwiki-devs] Fwd: unregnt help needed for integration of Bonita and Xwiki To: XWiki Developers <[email protected]>, [email protected]
Hi ,
i want to make intigration like this.i will have a page on xwiki.where i will have a dropdown to select the xwiki user.multiple users can be selected.in that page i will have a button creat workflow.it will launch bonita workflow creation page. it will create automatically a space in xwiki where all internal users involved in this workflow have access to,
In these spaces there will be the workflow model with colors indicating in which step the workflow is. The space can also be used to attach documents and write information about each task in the workflow.
The user of the first task in the workflow receives an email before start date with a link to his space, (depending if it is internal or external user).
When the next task is being activated, this user receives an email with link and so on.
When the end date has passed before workflow is completed, all users in the workflow receive an email.
thanks in advance, Rupok
On 8/17/08, Vincent Massol <[email protected]> wrote: Hi Rupok,
On Aug 16, 2008, at 9:53 PM, rupok sayeem wrote:
Hi, I am new with xwiki and Bonita.Is there any body who can give me some suggestion to intigrate xwiki and bonita. is there any document available.It would be really helpful for me if anyone can provide me some information about it.
No I don't think there's any documentation. What integration do you have in mind?
Bonita is written in Java AFAIK so I don't see any issue for writing a XWiki plugin using Bonita. That plugin would offer some methods to trigger some bonita workflow for example.
Then you need to decide when these should be triggered: * when a given page is called * when a button is pressed in somewhere * when a document is saved * etc
For plugins see http://platform.xwiki.org/xwiki/bin/view/DevGuide/
If you want more precise help you need to ask more specific questions.
Thanks -Vincent
participants (2)
-
rupok sayeem -
Vincent Massol