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]

Reply via email to