wicket-jBPM integration

2009-05-09 Thread Eman Nollase
Hello,

im currently developing wicket-jbpm integration. and currently doing the
infrastructure setup and once done i will upload it to googlecode. anyone
wants to join the development is cordially invited.

Thanks a lot.
Cheers.


Re: wicket-jBPM integration

2009-05-09 Thread freak182

Hello,

Here is my initial commit on google code:
http://code.google.com/p/wicket-jbpm/


freak182 wrote:
 
 Hello,
 
 im currently developing wicket-jbpm integration. and currently doing the
 infrastructure setup and once done i will upload it to googlecode. anyone
 wants to join the development is cordially invited.
 
 Thanks a lot.
 Cheers.
 
 

-- 
View this message in context: 
http://www.nabble.com/wicket-jBPM-integration-tp23458100p23458572.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



RE: wicket-jBPM integration

2009-05-09 Thread Stefan Droog
What did you exactly integrate? Did you re-write the jBPM console?

Regards,
Stefan


Van: freak182 [eman.noll...@gmail.com]
Verzonden: zaterdag 9 mei 2009 10:56
Aan: users@wicket.apache.org
Onderwerp: Re: wicket-jBPM integration

Hello,

Here is my initial commit on google code:
http://code.google.com/p/wicket-jbpm/


freak182 wrote:

 Hello,

 im currently developing wicket-jbpm integration. and currently doing the
 infrastructure setup and once done i will upload it to googlecode. anyone
 wants to join the development is cordially invited.

 Thanks a lot.
 Cheers.



--
View this message in context: 
http://www.nabble.com/wicket-jBPM-integration-tp23458100p23458572.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

The information contained in this communication is confidential, intended 
solely for the use of the individual or entity to whom it is addressed and may 
be legally privileged and protected by professional secrecy. Access to this 
message by anyone else is unauthorized. If you are not the intended recipient, 
any disclosure, copying, or distribution of the message, or any action or 
omission taken by you in reliance on it is prohibited and may be unlawful. 
Please immediately contact the sender if you have received this message in 
error. This email does not constitute any commitment from Cordys Holding BV or 
any of its subsidiaries except when expressly agreed in a written agreement 
between the intended recipient and Cordys Holding BV or its subsidiaries. 
Cordys is neither liable for the proper and complete transmission of the 
information contained in this communication nor for any delay in its receipt. 
Cordys does not guarantee that the integrity of this communication has been 
maintained nor that the communication is free of viruses, interceptions or 
interference. If you are not the intended recipient of this communication 
please return the communication to the sender and delete and destroy all copies.

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



RE: wicket-jBPM integration

2009-05-09 Thread freak182


i integrate the core engine and not actually the entire console just the
part of it, just a redirection of page for a particular task. the
jbpm-console is so flexible such that you dont have to program anything
(forms are auto generated) and it's built on jsf (jbpm native).

Im still thinking what the scope of this project. but now i want to design a
business process and run it using wicket as UI part.


Stefan Droog wrote:
 
 What did you exactly integrate? Did you re-write the jBPM console?
 
 Regards,
 Stefan
 
 
 Van: freak182 [eman.noll...@gmail.com]
 Verzonden: zaterdag 9 mei 2009 10:56
 Aan: users@wicket.apache.org
 Onderwerp: Re: wicket-jBPM integration
 
 Hello,
 
 Here is my initial commit on google code:
 http://code.google.com/p/wicket-jbpm/
 
 
 freak182 wrote:

 Hello,

 im currently developing wicket-jbpm integration. and currently doing the
 infrastructure setup and once done i will upload it to googlecode. anyone
 wants to join the development is cordially invited.

 Thanks a lot.
 Cheers.


 
 --
 View this message in context:
 http://www.nabble.com/wicket-jBPM-integration-tp23458100p23458572.html
 Sent from the Wicket - User mailing list archive at Nabble.com.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 The information contained in this communication is confidential, intended
 solely for the use of the individual or entity to whom it is addressed and
 may be legally privileged and protected by professional secrecy. Access to
 this message by anyone else is unauthorized. If you are not the intended
 recipient, any disclosure, copying, or distribution of the message, or any
 action or omission taken by you in reliance on it is prohibited and may be
 unlawful. Please immediately contact the sender if you have received this
 message in error. This email does not constitute any commitment from
 Cordys Holding BV or any of its subsidiaries except when expressly agreed
 in a written agreement between the intended recipient and Cordys Holding
 BV or its subsidiaries. Cordys is neither liable for the proper and
 complete transmission of the information contained in this communication
 nor for any delay in its receipt. Cordys does not guarantee that the
 integrity of this communication has been maintained nor that the
 communication is free of viruses, interceptions or interference. If you
 are not the intended recipient of this communication please return the
 communication to the sender and delete and destroy all copies.
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/wicket-jBPM-integration-tp23458100p23459971.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



RE: wicket-jBPM integration

2009-05-09 Thread freak182


the scope of wicket-jBPM integration:
  minimal requirements
1. be able to route task to a corresponding wicket page.
2. be able to handle jBPM variables dynamically.
3. given the process design, minimal change(e.g change of route, adding
decision element) would not require code change.

  maximum requirement
1. be able act a jbpm console. from JSF to Wicket.


freak182 wrote:
 
 
 i integrate the core engine and not actually the entire console just the
 part of it, just a redirection of page for a particular task. the
 jbpm-console is so flexible such that you dont have to program anything
 (forms are auto generated) and it's built on jsf (jbpm native).
 
 Im still thinking what the scope of this project. but now i want to design
 a business process and run it using wicket as UI part.
 
 
 Stefan Droog wrote:
 
 What did you exactly integrate? Did you re-write the jBPM console?
 
 Regards,
 Stefan
 
 
 Van: freak182 [eman.noll...@gmail.com]
 Verzonden: zaterdag 9 mei 2009 10:56
 Aan: users@wicket.apache.org
 Onderwerp: Re: wicket-jBPM integration
 
 Hello,
 
 Here is my initial commit on google code:
 http://code.google.com/p/wicket-jbpm/
 
 
 freak182 wrote:

 Hello,

 im currently developing wicket-jbpm integration. and currently doing the
 infrastructure setup and once done i will upload it to googlecode.
 anyone
 wants to join the development is cordially invited.

 Thanks a lot.
 Cheers.


 
 --
 View this message in context:
 http://www.nabble.com/wicket-jBPM-integration-tp23458100p23458572.html
 Sent from the Wicket - User mailing list archive at Nabble.com.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 The information contained in this communication is confidential, intended
 solely for the use of the individual or entity to whom it is addressed
 and may be legally privileged and protected by professional secrecy.
 Access to this message by anyone else is unauthorized. If you are not the
 intended recipient, any disclosure, copying, or distribution of the
 message, or any action or omission taken by you in reliance on it is
 prohibited and may be unlawful. Please immediately contact the sender if
 you have received this message in error. This email does not constitute
 any commitment from Cordys Holding BV or any of its subsidiaries except
 when expressly agreed in a written agreement between the intended
 recipient and Cordys Holding BV or its subsidiaries. Cordys is neither
 liable for the proper and complete transmission of the information
 contained in this communication nor for any delay in its receipt. Cordys
 does not guarantee that the integrity of this communication has been
 maintained nor that the communication is free of viruses, interceptions
 or interference. If you are not the intended recipient of this
 communication please return the communication to the sender and delete
 and destroy all copies.
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/wicket-jBPM-integration-tp23458100p23467244.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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