[Design of JBoss jBPM] - Re: Task Management component?
by aapthorp
Tom,
The original concept started out as you suggest:
- an action handler to send iCalendar / iTip / iMip notifications to a user via e-mail
- message bean yp handle iTip assignment confirmations / declines returned via e-mail.
- http retrieval of tasks in iCalendar format
and then developed further as I experimented with CalDav and CalDav sched:
- retrieval of task entries via CalDav
- accept / decline / complete / update tasks via CalDav
- creation of ad-hoc tasks via CalDav
- view actor free / busy via CalDav
Apart from the currently limited VTODO (task support) in some clients the potential for extending PIM type apps based on standards for Human Task management is evident (have you come across HumanEdj?). The main limitation is task specific variables and rendering, although I have a few ideas on how to address this e.g. Xforms, XUL extensions. Currently a link to access the task instance via the JBPM console is provided, and for simple tasks the user can signal completion from the calendar client.
As much as possible I've limited the integration to layering the iCalendar model over the JBPM task model and exposing this via e-mail, CalDav and HTTP .ics. The questions I outlined are a result of mismatches between the two models. I've also had initial discussions with CalConnect on limitations in the current iCalendar standards for this purpose.
Hope this answers...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193550#4193550
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193550
16 years, 2 months
[Design of POJO Server] - Re: Missing org.jnp.server.NamingServer_Stub
by anil.saldhana@jboss.com
Dimitris,
| anil@localhost:~/jboss-4.2/Branch_4_2/testsuite$ ant tests-matrix -Dnojars=true -Dmatrix-versions=/home/anil/jboss-4.2/client/ -Djdk14=/opt/java/j2sdk1.4.2_18 -Djdk15=/opt/java/jdk1.5.0_15
| Buildfile: build.xml
|
| maybejars:
|
| tests-matrix:
| [echo] creating legacy-invokers config
| [copy] Copying 328 files to /home/anil/jboss-4.2/Branch_4_2/build/output/jboss-4.2.4.GA/server/legacy-invokers
| [echo] Overwriting config descriptors
| [copy] Copying 1 file to /home/anil/jboss-4.2/Branch_4_2/build/output/jboss-4.2.4.GA/server/legacy-invokers
| [echo] Will start the jboss instance localhost with default, dist=/home/anil/jboss-4.2/Branch_4_2/build/output/jboss-4.2.4.GA
| [echo] Waiting for localhost to start...
|
| tests-standard-unit-matrix-version50x:
|
| execute-matrix-unit-target:
| [echo] >>>>>> Executing test=testbyvalue filter=org/jboss/test/testbyvalue/test/**/*TestCase.class
| [junit] Running org.jboss.test.compatibility.test.matrix.MatrixTestContainer
| [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 12.481 sec
|
| execute-matrix-unit-target:
| [echo] >>>>>> Executing test=bmp filter=org/jboss/test/bmp/**/*TestCase.class
| [junit] Running org.jboss.test.compatibility.test.matrix.MatrixTestContainer
| [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12.779 sec
|
| execute-matrix-unit-target:
| [echo] >>>>>> Executing test=cmp2 filter=org/jboss/test/cmp2/**/*TestCase.class
| [junit] Running org.jboss.test.compatibility.test.matrix.MatrixTestContainer
| [junit] Tests run: 253, Failures: 0, Errors: 0, Time elapsed: 79.466 sec
| [echo] Will stop the jboss instance at url jnp://localhost:1099
| [java] The jvmargs attribute is deprecated. Please use nested jvmarg elements.
| [java] Shutdown message has been posted to the server.
| [java] Server shutdown may take a while - check logfiles for completion
| [echo] Waiting for 'default' server to stop...
| [echo] Will start the jboss instance localhost with default, dist=/home/anil/jboss-4.2/Branch_4_2/build/output/jboss-4.2.4.GA
| [echo] Waiting for localhost to start...
|
| tests-standard-unit-matrix-version-pooled:
|
| execute-matrix-unit-target:
| [echo] >>>>>> Executing test=pooled-invoker filter=org/jboss/test/pooled/test/**/BeanStressTestCase.class
| [junit] Running org.jboss.test.compatibility.test.matrix.MatrixTestContainer
| [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.866 sec
| [echo] Will stop the jboss instance at url jnp://localhost:1099
| [java] The jvmargs attribute is deprecated. Please use nested jvmarg elements.
| [java] Shutdown message has been posted to the server.
| [java] Server shutdown may take a while - check logfiles for completion
| [echo] Waiting for 'default' server to stop...
|
| BUILD SUCCESSFUL
| Total time: 2 minutes 54 seconds
| anil@localhost:~/jboss-4.2/Branch_4_2/testsuite$
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193527#4193527
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193527
16 years, 2 months
[Design of JBoss Profiler] - Re: Coding standards and process queries
by rhills
I haven't gone for the night yet, but will be very shortly
"jesper.pedersen" wrote : The folder paradigm won't work in all of our cases - since we have some menu items to connect to agents.
|
| The integration with the Embedded Jopr is in the future - we need something that works first ;)
OK, I'll play with the existing setup and see what I can do with it. From looking at the templates, it seems to me that if we can put all the menu items into one area of the page, then merging the various templates into one should be pretty simple. The simplest way to put all the menu stuff in one place for now AFAICT would be to add the stuff on the left to the menubar across the top.
Also, while I'm working on menu stuff, I'm guessing all the menu titles should go into the properties bundle as you'd mentioned in an earlier post.
"jesper.pedersen" wrote : As stated previously I would rather have something that just dumps the output (like the command line client) inside < pre > tags and make it pretty / usable later on.
|
I guess I'm not familiar with the functionality in the commandline client, but it seems to me from my brief look over the web app so far that there's a fair bit of functionality there. Are you aware if there's much missing?
"jesper.pedersen" wrote : As to Beta4 - we will see; it depends on how much time I have in the coming months for this work. Maybe the release criteria is a working web console ;)
OK, I was thinking we might be pretty close with what we have now, but obviously not.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193487#4193487
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193487
16 years, 2 months