Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Service Oriented Architecture Tools Platform (STP) » OT: help to start
OT: help to start [message #616125] Fri, 16 May 2008 14:23 Go to next message
Nicola Salvo is currently offline Nicola SalvoFriend
Messages: 42
Registered: July 2009
Member
Hello everybody,

have to implement a workflow GUI, and something similar (but easier) that
some of the stp tools. I have no idea how to start, and I'm trying to
understand if GMF + RCP are the right tools to be used. This GUI has to
receive a list
of activities (I suppose modeled with EMF?) from a server, let the user to
compose the WF graphically (I suppose here is GMF) and then when he hits
the RUN button submit the workflow. Now I've been reading several
tutorials, but I miss how I will be able to parse the model and call the
rights methodos.
If this is the WF:

INPUT->A->OUTPUT

is it possible with EMF to associate to the INPUT model, the class to the
class INPUT in the workflow framework? Something like

make_INPUT()
make_OUTPUT()
make_A()
link(INPUT,A)
link(A,OUTPUT)

Sorry for the long mail, and for posting a non STP related question, but
I'm really new to this kind of problems, and I have to start asap.
Thanks

Nicola
Re: OT: help to start [message #616128 is a reply to message #616125] Fri, 16 May 2008 14:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Sorry Nicola, but as you put it this is not a STP related question.
Actually I don't think we can help you much for now.

Try getting more experience over EMF, and maybe have a look at jBPM, it
might be doing what you are trying to achieve (I never used it though,
so this is a blind advice :))


Thanks,

Antoine

Nicola Salvo wrote:
> Hello everybody,
>
> have to implement a workflow GUI, and something similar (but easier)
> that some of the stp tools. I have no idea how to start, and I'm trying
> to understand if GMF + RCP are the right tools to be used. This GUI has
> to receive a list
> of activities (I suppose modeled with EMF?) from a server, let the user to
> compose the WF graphically (I suppose here is GMF) and then when he hits
> the RUN button submit the workflow. Now I've been reading several
> tutorials, but I miss how I will be able to parse the model and call the
> rights methodos.
> If this is the WF:
>
> INPUT->A->OUTPUT
>
> is it possible with EMF to associate to the INPUT model, the class to the
> class INPUT in the workflow framework? Something like
>
> make_INPUT()
> make_OUTPUT()
> make_A()
> link(INPUT,A)
> link(A,OUTPUT)
>
> Sorry for the long mail, and for posting a non STP related question, but
> I'm really new to this kind of problems, and I have to start asap.
> Thanks
>
> Nicola
Re: OT: help to start [message #616131 is a reply to message #616128] Fri, 16 May 2008 15:02 Go to previous messageGo to next message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

Hello,

<Advertisement>
Nicola, feel free to take a look at JWT project, that is aimed to
provide a set of tools for workflow manipulation.
http://www.eclipse.org/jwt/
</Advertisement>

Regards,
Mickael

Antoine Toulme a écrit :
> Sorry Nicola, but as you put it this is not a STP related question.
> Actually I don't think we can help you much for now.
>
> Try getting more experience over EMF, and maybe have a look at jBPM, it
> might be doing what you are trying to achieve (I never used it though,
> so this is a blind advice :))
>
>
> Thanks,
>
> Antoine
>
> Nicola Salvo wrote:
>> Hello everybody,
>>
>> have to implement a workflow GUI, and something similar (but easier)
>> that some of the stp tools. I have no idea how to start, and I'm
>> trying to understand if GMF + RCP are the right tools to be used.
>> This GUI has to receive a list
>> of activities (I suppose modeled with EMF?) from a server, let the
>> user to
>> compose the WF graphically (I suppose here is GMF) and then when he hits
>> the RUN button submit the workflow. Now I've been reading several
>> tutorials, but I miss how I will be able to parse the model and call the
>> rights methodos.
>> If this is the WF:
>>
>> INPUT->A->OUTPUT
>>
>> is it possible with EMF to associate to the INPUT model, the class to the
>> class INPUT in the workflow framework? Something like
>>
>> make_INPUT()
>> make_OUTPUT()
>> make_A()
>> link(INPUT,A)
>> link(A,OUTPUT)
>>
>> Sorry for the long mail, and for posting a non STP related question,
>> but I'm really new to this kind of problems, and I have to start asap.
>> Thanks
>>
>> Nicola
Re: OT: help to start [message #616134 is a reply to message #616128] Fri, 16 May 2008 15:02 Go to previous message
Nicola Salvo is currently offline Nicola SalvoFriend
Messages: 42
Registered: July 2009
Member
Thanks for the hint! :)

Nicola

Antoine Toulme wrote:

> Sorry Nicola, but as you put it this is not a STP related question.
> Actually I don't think we can help you much for now.

> Try getting more experience over EMF, and maybe have a look at jBPM, it
> might be doing what you are trying to achieve (I never used it though,
> so this is a blind advice :))


> Thanks,

> Antoine

> Nicola Salvo wrote:
>> Hello everybody,
>>
>> have to implement a workflow GUI, and something similar (but easier)
>> that some of the stp tools. I have no idea how to start, and I'm trying
>> to understand if GMF + RCP are the right tools to be used. This GUI has
>> to receive a list
>> of activities (I suppose modeled with EMF?) from a server, let the user to
>> compose the WF graphically (I suppose here is GMF) and then when he hits
>> the RUN button submit the workflow. Now I've been reading several
>> tutorials, but I miss how I will be able to parse the model and call the
>> rights methodos.
>> If this is the WF:
>>
>> INPUT->A->OUTPUT
>>
>> is it possible with EMF to associate to the INPUT model, the class to the
>> class INPUT in the workflow framework? Something like
>>
>> make_INPUT()
>> make_OUTPUT()
>> make_A()
>> link(INPUT,A)
>> link(A,OUTPUT)
>>
>> Sorry for the long mail, and for posting a non STP related question, but
>> I'm really new to this kind of problems, and I have to start asap.
>> Thanks
>>
>> Nicola
Previous Topic:STP 3.4M7 Dependencies
Next Topic:Re: [stp-newsgroup] Insert own complex properties into the modeler
Goto Forum:
  


Current Time: Thu Apr 25 01:07:57 GMT 2024

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

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

Back to the top