Newbie - Where do i start [message #153209] |
Thu, 07 October 2004 04:57 ![Go to next message Go to next message](theme/Solstice/images/down.png) |
Eclipse User![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=) |
|
|
|
Originally posted by: ranjit.notMyId.com
I have been reading a lot about GEF and want to implement a workflow
designer using GEF. I understand the MVC concept and all that, but
frankly speaking I have no clue where do I start from!!
Can someone point me to a basic step by step tutorial that will tell me
how to go about creating a very very basic GEF application so that I
atleast get a head start (e.g. where do these classes go, which is the
base class, how does it get called, should I write a plugin or a
application etc)?
I know I may be asking for too much but really I am lost on my first
application in GEF. All of the tutorials/articles talk at abstract level
and give little code snippets.
Thanks in advance
|
|
|
Re: Newbie - Where do i start [message #153223 is a reply to message #153209] |
Thu, 07 October 2004 06:38 ![Go to previous message Go to previous message](theme/Solstice/images/up.png) ![Go to next message Go to next message](theme/Solstice/images/down.png) |
Eclipse User![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=) |
|
|
|
Originally posted by: mschuhma.ftisoft.at
You should read the following article on the eclipse-wiki.info site:
http://eclipse-wiki.info/GefDescription
Best regards,
Martin.
"Ranjit" <ranjit@notMyId.com> wrote in message
news:ck2hod$q2r$1@eclipse.org...
>
> I have been reading a lot about GEF and want to implement a workflow
> designer using GEF. I understand the MVC concept and all that, but
> frankly speaking I have no clue where do I start from!!
> Can someone point me to a basic step by step tutorial that will tell me
> how to go about creating a very very basic GEF application so that I
> atleast get a head start (e.g. where do these classes go, which is the
> base class, how does it get called, should I write a plugin or a
> application etc)?
> I know I may be asking for too much but really I am lost on my first
> application in GEF. All of the tutorials/articles talk at abstract level
> and give little code snippets.
>
> Thanks in advance
|
|
|
Re: Newbie - Where do i start [message #153243 is a reply to message #153209] |
Thu, 07 October 2004 12:09 ![Go to previous message Go to previous message](theme/Solstice/images/up.png) ![Go to next message Go to next message](theme/Solstice/images/down.png) |
Eclipse User![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=) |
|
|
|
Originally posted by: Greenbank.water.pku.edu.cn
Ranjit wrote:
>
> I have been reading a lot about GEF and want to implement a workflow
> designer using GEF. I understand the MVC concept and all that, but
> frankly speaking I have no clue where do I start from!!
> Can someone point me to a basic step by step tutorial that will tell me
> how to go about creating a very very basic GEF application so that I
> atleast get a head start (e.g. where do these classes go, which is the
> base class, how does it get called, should I write a plugin or a
> application etc)?
> I know I may be asking for too much but really I am lost on my first
> application in GEF. All of the tutorials/articles talk at abstract level
> and give little code snippets.
>
> Thanks in advance
On http://eclipse-wiki.info/GefDescription there is an article of GEF
and I think that's one of the best step by step tutorial for GEF I have
read. And I believe it will also save you a lot of time.
Good Luck! :)
|
|
|
Re: Newbie - Where do i start [message #153268 is a reply to message #153209] |
Thu, 07 October 2004 14:56 ![Go to previous message Go to previous message](theme/Solstice/images/up.png) ![Go to next message Go to next message](theme/Solstice/images/down.png) |
Eclipse User![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=) |
|
|
|
Originally posted by: ranjit.notMyId.com
Ranjit wrote:
>
> I have been reading a lot about GEF and want to implement a workflow
> designer using GEF. I understand the MVC concept and all that, but
> frankly speaking I have no clue where do I start from!!
> Can someone point me to a basic step by step tutorial that will tell me
> how to go about creating a very very basic GEF application so that I
> atleast get a head start (e.g. where do these classes go, which is the
> base class, how does it get called, should I write a plugin or a
> application etc)?
> I know I may be asking for too much but really I am lost on my first
> application in GEF. All of the tutorials/articles talk at abstract level
> and give little code snippets.
>
> Thanks in advance
Martin and Greenbank, thank for the reference.
I did take a look at the article yesterday (4:00am!! couldn't finish the
whole thing :) ). It does look good , I plan to finish it today.
Fill surely get back to bother guys @ ETG if I have doubts ;).
|
|
|
Re: Newbie - Where do i start [message #153276 is a reply to message #153209] |
Thu, 07 October 2004 14:53 ![Go to previous message Go to previous message](theme/Solstice/images/up.png) ![Go to next message Go to next message](theme/Solstice/images/down.png) |
Eclipse User![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=) |
|
|
|
Originally posted by: none.us.ibm.com
There should be a new example in the latest integration builds. It's called
the "shapes" example and is very basic.
"Ranjit" <ranjit@notMyId.com> wrote in message
news:ck2hod$q2r$1@eclipse.org...
>
> I have been reading a lot about GEF and want to implement a workflow
> designer using GEF. I understand the MVC concept and all that, but
> frankly speaking I have no clue where do I start from!!
> Can someone point me to a basic step by step tutorial that will tell me
> how to go about creating a very very basic GEF application so that I
> atleast get a head start (e.g. where do these classes go, which is the
> base class, how does it get called, should I write a plugin or a
> application etc)?
> I know I may be asking for too much but really I am lost on my first
> application in GEF. All of the tutorials/articles talk at abstract level
> and give little code snippets.
>
> Thanks in advance
|
|
|
Re: Newbie - Where do i start [message #153346 is a reply to message #153276] |
Thu, 07 October 2004 20:25 ![Go to previous message Go to previous message](theme/Solstice/images/up.png) |
Eclipse User![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=) |
|
|
|
Originally posted by: ranjit.notMyId.com
Randy Hudson wrote:
> There should be a new example in the latest integration builds. It's called
> the "shapes" example and is very basic.
>
Hi Randy,
Thanks for the pointer, there is infact a new example.
However when I try to run it I get the following error
The selection wizard could not be started
Reason:
Plug-in org.eclipse.gef.example.Shapes was unable to load class
org.eclipse.examples.shapes.shapeCreationWizard
Anyways, I will try to go through the source and figure out if I can get
some clue.
Thanks again
|
|
|
Powered by
FUDForum. Page generated in 0.03290 seconds