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



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 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

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



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

2009-04-29 Thread freak182

yes, that one from JBoss.


nino martinez wael wrote:
> 
> this one : http://www.jboss.com/products/jbpm/ ?
> 
> 
> 
> 2009/4/29 Eman Nollase :
>> Hello,
>>
>> Is there a wicket + jBPM integration? Thanks a lot. Cheers.
>>
> 
> -
> 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-%2B-jbpm-tp23297799p23302609.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

2009-04-29 Thread nino martinez wael
this one : http://www.jboss.com/products/jbpm/ ?



2009/4/29 Eman Nollase :
> Hello,
>
> Is there a wicket + jBPM integration? Thanks a lot. Cheers.
>

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



wicket + jbpm

2009-04-29 Thread Eman Nollase
Hello,

Is there a wicket + jBPM integration? Thanks a lot. Cheers.


Re: Wicket jBPM

2007-11-03 Thread Eelco Hillenius
On 11/3/07, William Hoover <[EMAIL PROTECTED]> wrote:
> When you download jBPM (http://www.jboss.com/products/jbpm/downloads) the 
> deploy directory contains the "jBPM Web Console Application" 
> (http://docs.jboss.com/jbpm/v3/userguide/introduction.html#d0e100) that...
>
> "The jBPM console web application serves two purposes. First, it serves as a 
> central user interface for interacting with runtime tasks generated by the 
> process executions. Secondly, it is an administration and monitoring console 
> that allows to inspect and manipulate runtime instances. The third 
> functionality is Business Activity Monitoring. These are statistics about 
> process executions. This is useful information for managers to find 
> bottlenecks or other kinds of optimisations."

So you would build a new one so that you can extend/ customize/
integrate in your own application, right?

> I was wondering if anyone has started a Wicket project (instead of the JSF 
> endorsed one). I would hate to recreate the wheel if someone has already 
> started a similar project. I don't know if it would be possible to have this 
> as a contributed project under both Wicket and Red Hat licenses, but it would 
> defiantly be a useful integration tool either way.

The license might be a problem for Wicket core projects, but it can
have a place in the wicket-stuff repo.

> Also, the RHDS Eclipse plug-in is a very robust tool that is able to generate 
> not only the graphs, process definitions, etc. but is also capable of 
> generating the corresponding JSF pages. There is a flash demo 
> (http://docs.jboss.com/jbpm/v3/demos/movies/jbpm-overview.htm) that gives a 
> simple demonstration of the plug-in, but it doesn't really show the full 
> functionality of the tool- including JSF code generation (you can download 
> the Eclipse plug-in to see how the JSF code generation works through the 
> Eclipse auto update site: 
> http://downloads.jboss.org/jbosside/updates/development). I would be 
> interested in contributing a Wicket code generation module for this plug-in 
> (if licenses allow).

Would definitively be nice to have such a project for Wicket.

Eelco

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Wicket jBPM

2007-11-03 Thread Eelco Hillenius
> Come on! Recreating the wheel is what us software engineers do best!
> Imagine how boring the wheel would be if we hadn't already recreated it
> 500 times.

That wheel would then also be rectangular ;-)

Eelco

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: Wicket jBPM

2007-11-03 Thread Chris Colman
> I was wondering if anyone has started a Wicket project (instead of the
JSF
> endorsed one). I would hate to recreate the wheel if someone has
already
> started a similar project.

Come on! Recreating the wheel is what us software engineers do best!
Imagine how boring the wheel would be if we hadn't already recreated it
500 times.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Wicket jBPM

2007-11-03 Thread William Hoover
When you download jBPM (http://www.jboss.com/products/jbpm/downloads) the 
deploy directory contains the "jBPM Web Console Application" 
(http://docs.jboss.com/jbpm/v3/userguide/introduction.html#d0e100) that...

"The jBPM console web application serves two purposes. First, it serves as a 
central user interface for interacting with runtime tasks generated by the 
process executions. Secondly, it is an administration and monitoring console 
that allows to inspect and manipulate runtime instances. The third 
functionality is Business Activity Monitoring. These are statistics about 
process executions. This is useful information for managers to find bottlenecks 
or other kinds of optimisations."

I was wondering if anyone has started a Wicket project (instead of the JSF 
endorsed one). I would hate to recreate the wheel if someone has already 
started a similar project. I don't know if it would be possible to have this as 
a contributed project under both Wicket and Red Hat licenses, but it would 
defiantly be a useful integration tool either way.

Also, the RHDS Eclipse plug-in is a very robust tool that is able to generate 
not only the graphs, process definitions, etc. but is also capable of 
generating the corresponding JSF pages. There is a flash demo 
(http://docs.jboss.com/jbpm/v3/demos/movies/jbpm-overview.htm) that gives a 
simple demonstration of the plug-in, but it doesn't really show the full 
functionality of the tool- including JSF code generation (you can download the 
Eclipse plug-in to see how the JSF code generation works through the Eclipse 
auto update site: http://downloads.jboss.org/jbosside/updates/development). I 
would be interested in contributing a Wicket code generation module for this 
plug-in (if licenses allow).

-Original Message-
From: Eelco Hillenius [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 03, 2007 3:28 AM
To: users@wicket.apache.org
Subject: Re: Wicket jBPM


On 11/2/07, William Hoover <[EMAIL PROTECTED]> wrote:
> I guess what I'm really asking is if anyone actually composed the UI 
> integration piece that supports the API (similar to the JBoss jBPM webapp) so 
> that all of the controller variables could be seamlessly linked to models.

I don't know whether someone did exactly that. Is there a public demo
of that web app? Or can you expand a bit on what it does? Since it is
super easy to create self-contained components with Wicket (see for
instance Gerolf's JMX panel[1]), the sky is probably the limit when it
comes to creating jBPM integration. From what I remember working with
it about 2.5 years ago is that jBPM has a nice straightforward Java
API, so the two should go together well.

If you have more concrete ideas, you could consider starting a
wicket-stuff project for it, and see whether other's hop on board (I
for one might be interested in that, though I won't actually have time
for that the next few months).

Eelco

[1] 
http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jmx-panel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Wicket jBPM

2007-11-02 Thread Eelco Hillenius
On 11/2/07, William Hoover <[EMAIL PROTECTED]> wrote:
> I guess what I'm really asking is if anyone actually composed the UI 
> integration piece that supports the API (similar to the JBoss jBPM webapp) so 
> that all of the controller variables could be seamlessly linked to models.

I don't know whether someone did exactly that. Is there a public demo
of that web app? Or can you expand a bit on what it does? Since it is
super easy to create self-contained components with Wicket (see for
instance Gerolf's JMX panel[1]), the sky is probably the limit when it
comes to creating jBPM integration. From what I remember working with
it about 2.5 years ago is that jBPM has a nice straightforward Java
API, so the two should go together well.

If you have more concrete ideas, you could consider starting a
wicket-stuff project for it, and see whether other's hop on board (I
for one might be interested in that, though I won't actually have time
for that the next few months).

Eelco

[1] 
http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jmx-panel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Wicket jBPM

2007-11-02 Thread William Hoover
I guess what I'm really asking is if anyone actually composed the UI 
integration piece that supports the API (similar to the JBoss jBPM webapp) so 
that all of the controller variables could be seamlessly linked to models.

-Original Message-
From: Eelco Hillenius [mailto:[EMAIL PROTECTED]
Sent: Friday, November 02, 2007 1:31 PM
To: users@wicket.apache.org
Subject: Re: Wicket jBPM


On 11/2/07, William Hoover <[EMAIL PROTECTED]> wrote:
> Has anyone successfully setup JBoss jBPM with Wicket?

Several people who I know. You can use jBPM like any regular Java API.

Eelco

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Wicket jBPM

2007-11-02 Thread Eelco Hillenius
On 11/2/07, William Hoover <[EMAIL PROTECTED]> wrote:
> Has anyone successfully setup JBoss jBPM with Wicket?

Several people who I know. You can use jBPM like any regular Java API.

Eelco

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Wicket jBPM

2007-11-02 Thread William Hoover
Has anyone successfully setup JBoss jBPM with Wicket?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]