Skip to main content



      Home
Home » Modeling » EMF » Using an EMF .editor outside of the Eclipse Platform
Using an EMF .editor outside of the Eclipse Platform [message #376714] Tue, 28 January 2003 11:52 Go to next message
Eclipse UserFriend
Originally posted by: jyutzler.lsiva.com

I discovered EclipseUML and EMF and determined that it was a very good way
to go from a simple UML model to having all of the necessary JAVA classes
generated automatically. All I really need is basic editing capability of
objects in the model and the .editor classes do this just fine. However,
what I would really like to do is use this functionality inside of an
existing JAVA application, rather than as an Eclipse plugin. This is my
first exposure to EMF, SWT, etc. so I really do not know what is possible.
All the articles I can find seem more directed to plugin development
rather than stand-alone application development. Is what I am looking for
possible with this framework, and if so, what can I read to get pointed in
the right direction?
Re: Using an EMF .editor outside of the Eclipse Platform [message #376715 is a reply to message #376714] Tue, 28 January 2003 12:33 Go to previous messageGo to next message
Eclipse UserFriend
Jeff,

There are earlier threads originated by Scott Dybiec (10/16/2002 and
10/31/2002) discussing standalone execution. I think that the information you
need is in those threads.

It is possible to use the generated models and the generated edit support
outside of Eclipse, but I think that the generated editor needs to live in an
Eclipse Workbench. It is also possible to use SWT and many of the Eclipse UI
components, such as the viewers, separate from the Eclipse Workbench. I'm
not sure where to find out more about that...


Jeff Yutzler wrote:

> I discovered EclipseUML and EMF and determined that it was a very good way
> to go from a simple UML model to having all of the necessary JAVA classes
> generated automatically. All I really need is basic editing capability of
> objects in the model and the .editor classes do this just fine. However,
> what I would really like to do is use this functionality inside of an
> existing JAVA application, rather than as an Eclipse plugin. This is my
> first exposure to EMF, SWT, etc. so I really do not know what is possible.
> All the articles I can find seem more directed to plugin development
> rather than stand-alone application development. Is what I am looking for
> possible with this framework, and if so, what can I read to get pointed in
> the right direction?

--
Ed Merks
Re: Using an EMF .editor outside of the Eclipse Platform [message #376718 is a reply to message #376715] Tue, 28 January 2003 15:37 Go to previous message
Eclipse UserFriend
Jeff,
As further support of Ed's response... we are using EMF and the core
Eclipse platform within our application. We are using both pieces headless
(without the Eclipse UIs). All of that seems to be working rather well.
Not sure what you'll have to do to include the Eclipse Editors, but I'm sure
it'll simply involve including more plugins within your application.

thanks,

Lance Phillips
"Ed Merks" <merks@ca.ibm.com> wrote in message
news:3E36BEE3.2E70824E@ca.ibm.com...
> Jeff,
>
> There are earlier threads originated by Scott Dybiec (10/16/2002 and
> 10/31/2002) discussing standalone execution. I think that the information
you
> need is in those threads.
>
> It is possible to use the generated models and the generated edit support
> outside of Eclipse, but I think that the generated editor needs to live in
an
> Eclipse Workbench. It is also possible to use SWT and many of the Eclipse
UI
> components, such as the viewers, separate from the Eclipse Workbench.
I'm
> not sure where to find out more about that...
>
>
> Jeff Yutzler wrote:
>
> > I discovered EclipseUML and EMF and determined that it was a very good
way
> > to go from a simple UML model to having all of the necessary JAVA
classes
> > generated automatically. All I really need is basic editing capability
of
> > objects in the model and the .editor classes do this just fine. However,
> > what I would really like to do is use this functionality inside of an
> > existing JAVA application, rather than as an Eclipse plugin. This is my
> > first exposure to EMF, SWT, etc. so I really do not know what is
possible.
> > All the articles I can find seem more directed to plugin development
> > rather than stand-alone application development. Is what I am looking
for
> > possible with this framework, and if so, what can I read to get pointed
in
> > the right direction?
>
> --
> Ed Merks
>
>
Previous Topic:Copying an EObject from one Resource to other
Next Topic:Persisting to multiple destinations
Goto Forum:
  


Current Time: Wed Nov 05 15:24:48 EST 2025

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

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

Back to the top