Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » [JEM] Reloading source files?
[JEM] Reloading source files? [message #605992] Tue, 22 March 2005 05:55
Liam Morley is currently offline Liam MorleyFriend
Messages: 47
Registered: July 2009
Member
Right now, we're using ProxyFactoryRegistry to initiate the JVM. When a
developer changes a class definition, we'd like this class definition to
be updated in the JVM. Is that possible to do without terminating the
registry completely?

To give you an idea of how we're using this, if you'd like, you can
check out our plug-in at http://ebob.sourceforge.net/ . It's roughly 80%
done. The screenshots might help as well.

A typical scenario would go like this. We have a container called an
"object bench". We start the registry and construct an object of type Z,
adding the object to the bench. We then change the class definition of
Z. This change is not reflected in the object currently on the bench, or
in a new object of type Z that we might add to the bench after making
the change, or to any object of any type. The object bench represents
the state of a project at the time of adding a first object (and thus
starting the registry), and only terminating the registry (and deleting
all of the objects) will solve that, as far as I know.

I'm hoping that I'm wrong.:)

Thanks,
Liam Morley
Worcester Polytechnic Institute
Undergraduate of Computer Science
Previous Topic:Absolute newbie. Please help.
Next Topic:[JEM] Reloading source files?
Goto Forum:
  


Current Time: Fri Sep 20 12:20:00 GMT 2024

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

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

Back to the top