|
Re: Add Server Admin panel in own RCP Application [message #755583 is a reply to message #743214] |
Tue, 08 November 2011 21:03 |
John Steele Messages: 33 Registered: June 2010 Location: Seattle, WA |
Member |
|
|
If it were me, I would build my own server view because the server view within the Eclipse-IDE is tightly coupled to the Eclipse-IDE (e.g., runtime, ui, etc).
If you're going to have your RCP application use all the Eclipse-IDE bundles then you might as well move the project into the IDE, and simply create your own perspective factory.
It isn't extremely hard to create a view with a simple Tree/Table-Viewer, and have its input be an object that represents a Server. Then just hook up the functionality buttons (e.g., start/stop, deploy artifact, etc.) to interact with that "Server" object.
Again, it's more work to do on your own, but it shouldn't be that daunting of a task.
Hope this helps.
-John
|
|
|
Powered by
FUDForum. Page generated in 0.04204 seconds