Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Marking in the process image
Marking in the process image [message #131605] Wed, 06 May 2009 14:11 Go to next message
No real name is currently offline No real nameFriend
Messages: 38
Registered: July 2009
Member
Hello,

How can I mark the state of a process instance in the process image?


Thanks,
kristin
Re: Marking in the process image [message #131712 is a reply to message #131605] Thu, 07 May 2009 09:48 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi Kristin,

> How can I mark the state of a process instance in the process image?

Sorry, I don't understand what you mean with "process instance" and
"process image"? Could you please clarify?

Ralf
Re: Marking in the process image [message #131730 is a reply to message #131712] Thu, 07 May 2009 11:49 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 38
Registered: July 2009
Member
Hi,

Sorry, I try to describe it better. I have a JBPM-Process. If I start my
process, I have a process instance. I have for each process instance a
process image. I would like mark the state of the process instance in the
process image.

Kristin
Re: Marking in the process image [message #132017 is a reply to message #131730] Fri, 08 May 2009 15:41 Go to previous messageGo to next message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
Hi Kristin,

I am not quite sure what you are doing and what a "process image" is.
Just a guess, is it Jobs and progress monitors what you need?
http://www.eclipse.org/articles/Article-Concurrency/jobs-api .html
(ignore the sections about workspace and resources, they are not
available in RAP)
http://wiki.eclipse.org/FAQ_How_do_I_use_progress_monitors%3 F
http://www.eclipse.org/articles/Article-Progress-Monitors/ar ticle.html

HTH
Rüdiger

Kristin Polenz wrote:
> Hi,
>
> Sorry, I try to describe it better. I have a JBPM-Process. If I start my
> process, I have a process instance. I have for each process instance a
> process image. I would like mark the state of the process instance in
> the process image.
> Kristin
>
Re: Marking in the process image [message #132155 is a reply to message #132017] Mon, 11 May 2009 07:46 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 38
Registered: July 2009
Member
Hi,

I think it is not easy to understand the special jbpm topic. In principle,
I have a image which I will change with RAP. So, I want to mark a current
position in this image. For example, I have a image of a map and I will
mark a position in this map.

kristin
Re: Marking in the process image [message #132168 is a reply to message #132155] Mon, 11 May 2009 10:00 Go to previous messageGo to next message
Setya Nugdjaja is currently offline Setya NugdjajaFriend
Messages: 567
Registered: July 2009
Senior Member
Kristin,

From my understanding you are using RAP as front end of jBPM through
which you can start process instances, execute tasks etc and you want to
be able to track process execution progress which is reflected by which
state/task node is currently highlighted. I think jBPM has similiar
console and you can peek at the source to see how it's implemented.

Regards,

Setya
Re: Marking in the process image [message #132216 is a reply to message #132155] Mon, 11 May 2009 12:56 Go to previous message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi Kristin,

I guess you want to draw on an image on the server, right? You could use
AWT graphics or any image drawing library to do so, but note that for
this to work, you might need to have an X-Server installed at
deployment. With AWT graphics, some operations even work without X, you
have to specify the java.awt.headless=true option. See [1] for details.

Hope that helps,
Ralf

[1] http://java.sun.com/developer/technicalArticles/J2SE/Desktop /headless/

Kristin Polenz wrote:
> Hi,
>
> I think it is not easy to understand the special jbpm topic. In
> principle, I have a image which I will change with RAP. So, I want to
> mark a current position in this image. For example, I have a image of a
> map and I will mark a position in this map.
> kristin
>
Previous Topic:ArrayIndexOutOfBoundsException in ConcurrentTableUpdator
Next Topic:Small talk about RAP and using a persistence layer (e.g. Hibernate)
Goto Forum:
  


Current Time: Thu Apr 25 14:24:22 GMT 2024

Powered by FUDForum. Page generated in 0.03843 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top