[Design of JBoss jBPM] - JBPM Dynamic forms
by clandestino_bgd
Dear JBPM developers,
I would like to hear your view about existing dynamic forms functionality in JBPM 3.1.3.
In particular, I am curious why such approach has been chosen.
Let me try to summarize the main features of your approach:
1. For each task separate *.form file has to be created in GPD
2. The provided sample process has those *.form files which are JSF specific
3. The form is rendered by engine when Task is executed (have not found how - I would appreciate if you point me to the particular part of source)
The things I find a little bit problematic are:
1. JSF based .form files (I am using Struts for example)
2. The need for multiple definition of the same or very similar forms.
My question is:
1. Why diddn't you store the info how form will look like on variable level in process definition JPDL file. Each variable should be populated by one of the available HTML input controls.
2. Web pages (dynamic forms) then can have only custom JSP tags. This solution is chosen by RUNAWFE. Also I have did that when I developed WF service based on XPDL.
I would really appreciate your views about this.
Thank you.
Regards
Milan Agatonovic
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985521#3985521
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985521
19 years, 5 months
[Design of JBoss jBPM] - Re: improving the build
by david.lloyd@jboss.com
"david.lloyd(a)jboss.com" wrote : "tom.baeyens(a)jboss.com" wrote :
| | 2) improve versioned dependencies
| | For each top level subproject, you'll be able to specify wether the sources are used (using version 'snapshot'). Or wether a specific version from the repository is being used.
| |
|
| Just an FYI, I'd like to not be using any snapshot versions by the time we do a final release. Apart from that, everything sounds good.
|
Also, every time I use a snapshot version, I put the corresponding future release version above it. That way I won't forget what release will include the changes that were not in the last stable release. And I only used snapshots when the fix is actually committed into that project.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985501#3985501
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985501
19 years, 5 months