Skip to main content



      Home
Home » Eclipse Projects » GEF » Architecture of Logic example
Architecture of Logic example [message #85534] Thu, 26 June 2003 11:12 Go to next message
Eclipse UserFriend
Originally posted by: rahul.dhar.intel.com

Going through the code for the logic example, I am wondering why it was
designed this way. There are tons of files (around 90 or 100 I think),
and at least that many classes. Why was it designed this way? Was it for
modularity, extensibility, or just for the sake of example? Since the
application I need to make is very similar (a block diagram editor), I am
wondering whether I should use the logic example as starter code (it seems
like I just need to put in my components instead of the LEDs, etc), or if
I should start from scratch.

-Rahul
Re: Architecture of Logic example [message #85569 is a reply to message #85534] Thu, 26 June 2003 12:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

"Rahul Dhar" <rahul.dhar@intel.com> wrote in message
news:bdf2hn$j6q$1@rogue.oti.com...
> Going through the code for the logic example, I am wondering why it was
> designed this way. There are tons of files (around 90 or 100 I think),

Besides being an example, the logic editor is how we test almost every line
of code in GEF.

> and at least that many classes. Why was it designed this way? Was it for
> modularity, extensibility, or just for the sake of example? Since the
> application I need to make is very similar (a block diagram editor), I am
> wondering whether I should use the logic example as starter code (it seems
> like I just need to put in my components instead of the LEDs, etc), or if
> I should start from scratch.

It depends on what your end goal is. If you are developing a product, you
should probably take the time to start from scratch and learn each step
involved. Article to follow...
Re: Architecture of Logic example [message #85762 is a reply to message #85569] Fri, 27 June 2003 09:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rahul.dhar.intel.com

Randy Hudson wrote:

> It depends on what your end goal is. If you are developing a product, you
> should probably take the time to start from scratch and learn each step
> involved. Article to follow...

I guess that's my problem then. I'm not sure where to start. What I
really need is something that gives a step-by-step walk through of how to
create a GEF application and tells me why I'm creating/overriding methods
in certain classes. I'm hoping the article you mentioned will at least
get me started in that direction. Do you have an ETA on it?

-Rahul
Re: Architecture of Logic example [message #85775 is a reply to message #85762] Fri, 27 June 2003 09:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

"Rahul Dhar" <rahul.dhar@intel.com> wrote in message
news:bdhffa$jma$1@rogue.oti.com...
> Randy Hudson wrote:
>
> > It depends on what your end goal is. If you are developing a product,
you
> > should probably take the time to start from scratch and learn each step
> > involved. Article to follow...
>
> I guess that's my problem then. I'm not sure where to start. What I
> really need is something that gives a step-by-step walk through of how to
> create a GEF application and tells me why I'm creating/overriding methods
> in certain classes. I'm hoping the article you mentioned will at least
> get me started in that direction. Do you have an ETA on it?

Waiting for final critiques and acceptance by "articlemaster"@eclipse.org
Re: Architecture of Logic example [message #85789 is a reply to message #85775] Fri, 27 June 2003 10:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ar9357.sbc.com

When is it expected to be released ?

Randy Hudson wrote:


> \"Rahul Dhar\" <rahul.dhar@intel.com> wrote in message
> news:bdhffa$jma$1@rogue.oti.com...
> > Randy Hudson wrote:
> >
> > > It depends on what your end goal is. If you are developing a product,
> you
> > > should probably take the time to start from scratch and learn each step
> > > involved. Article to follow...
> >
> > I guess that\'s my problem then. I\'m not sure where to start. What I
> > really need is something that gives a step-by-step walk through of how to
> > create a GEF application and tells me why I\'m creating/overriding methods
> > in certain classes. I\'m hoping the article you mentioned will at least
> > get me started in that direction. Do you have an ETA on it?

> Waiting for final critiques and acceptance by \"articlemaster\"@eclipse.org
Re: Architecture of Logic example [message #85803 is a reply to message #85775] Fri, 27 June 2003 11:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rahul.dhar.intel.com

Is it possible to get a sneak preview? I'm assuming that only minor
modifications will be made before it's publically released.
-Rahul

Randy Hudson wrote:


> "Rahul Dhar" <rahul.dhar@intel.com> wrote in message
> news:bdhffa$jma$1@rogue.oti.com...
> > Randy Hudson wrote:
> >
> > > It depends on what your end goal is. If you are developing a product,
> you
> > > should probably take the time to start from scratch and learn each step
> > > involved. Article to follow...
> >
> > I guess that's my problem then. I'm not sure where to start. What I
> > really need is something that gives a step-by-step walk through of how to
> > create a GEF application and tells me why I'm creating/overriding methods
> > in certain classes. I'm hoping the article you mentioned will at least
> > get me started in that direction. Do you have an ETA on it?

> Waiting for final critiques and acceptance by "articlemaster"@eclipse.org
Re: Architecture of Logic example [message #86563 is a reply to message #85803] Sat, 05 July 2003 04:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alex.weirig.telewalfer.lu

Indeed, I would also be interested in this article even if it isn't
the very lastest version ... better having something that still
evolves than not having it.

Rahul Dhar wrote:
> Is it possible to get a sneak preview? I'm assuming that only minor
> modifications will be made before it's publically released.
> -Rahul
>
> Randy Hudson wrote:
>
>
>
>>"Rahul Dhar" <rahul.dhar@intel.com> wrote in message
>>news:bdhffa$jma$1@rogue.oti.com...
>>
>>>Randy Hudson wrote:
>>>
>>>
>>>>It depends on what your end goal is. If you are developing a product,
>>
>>you
>>
>>>>should probably take the time to start from scratch and learn each step
>>>>involved. Article to follow...
>>>
>>>I guess that's my problem then. I'm not sure where to start. What I
>>>really need is something that gives a step-by-step walk through of how to
>>>create a GEF application and tells me why I'm creating/overriding methods
>>>in certain classes. I'm hoping the article you mentioned will at least
>>>get me started in that direction. Do you have an ETA on it?
>
>
>>Waiting for final critiques and acceptance by "articlemaster"@eclipse.org
>
>
>
>
>
>
>
Re: Architecture of Logic example [message #87252 is a reply to message #85569] Tue, 15 July 2003 10:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kgilmer.antennasoftware.com

I'm still getting my feet wet with GEF and am wondering if there has been
any progess on this article...

"Randy Hudson" <none@us.ibm.com> wrote in message
news:bdf89r$p8s$1@rogue.oti.com...
>
> "Rahul Dhar" <rahul.dhar@intel.com> wrote in message
> news:bdf2hn$j6q$1@rogue.oti.com...
> > Going through the code for the logic example, I am wondering why it was
> > designed this way. There are tons of files (around 90 or 100 I think),
>
> Besides being an example, the logic editor is how we test almost every
line
> of code in GEF.
>
> > and at least that many classes. Why was it designed this way? Was it
for
> > modularity, extensibility, or just for the sake of example? Since the
> > application I need to make is very similar (a block diagram editor), I
am
> > wondering whether I should use the logic example as starter code (it
seems
> > like I just need to put in my components instead of the LEDs, etc), or
if
> > I should start from scratch.
>
> It depends on what your end goal is. If you are developing a product, you
> should probably take the time to start from scratch and learn each step
> involved. Article to follow...
>
>
Re: Architecture of Logic example [message #87328 is a reply to message #87252] Tue, 15 July 2003 12:00 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

IT is being published on the 29th to a website. The link will be added to
the GEF homepage.
"Ken Gilmer" <kgilmer@antennasoftware.com> wrote in message
news:bf139k$ps3$1@eclipse.org...
> I'm still getting my feet wet with GEF and am wondering if there has been
> any progess on this article...
>
> "Randy Hudson" <none@us.ibm.com> wrote in message
> news:bdf89r$p8s$1@rogue.oti.com...
> >
> > "Rahul Dhar" <rahul.dhar@intel.com> wrote in message
> > news:bdf2hn$j6q$1@rogue.oti.com...
> > > Going through the code for the logic example, I am wondering why it
was
> > > designed this way. There are tons of files (around 90 or 100 I
think),
> >
> > Besides being an example, the logic editor is how we test almost every
> line
> > of code in GEF.
> >
> > > and at least that many classes. Why was it designed this way? Was it
> for
> > > modularity, extensibility, or just for the sake of example? Since the
> > > application I need to make is very similar (a block diagram editor), I
> am
> > > wondering whether I should use the logic example as starter code (it
> seems
> > > like I just need to put in my components instead of the LEDs, etc), or
> if
> > > I should start from scratch.
> >
> > It depends on what your end goal is. If you are developing a product,
you
> > should probably take the time to start from scratch and learn each step
> > involved. Article to follow...
> >
> >
>
>
Previous Topic:Re: CVS Graph plugin for Eclipse available
Next Topic:why no tool change notification in EditDomain
Goto Forum:
  


Current Time: Sat May 10 05:01:15 EDT 2025

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

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

Back to the top