Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Proposals » OSGi Enterprise Tools » Add Server Admin panel in own RCP Application(Add Server Admin panel in RCP Application)
Add Server Admin panel in own RCP Application [message #743214] Fri, 21 October 2011 08:19 Go to next message
shibaji  is currently offline shibaji Friend
Messages: 6
Registered: October 2011
Location: Kolkata
Junior Member
Hi all

I am facing one problem in one RCP application. My application is a
server dependent application. Its a simple J2EE application which will
run in Application Server(WASCE), but as per the requirement I need to add
server control in my RCP application also, like user can start the
server , stop the server or can change the server password all those
things. Some thing like generally we do in Server View of Eclipse
IDE (I mean to say when we add the application server in IDE), only
difference will be in eclipse IDE we can add the Server in server view
as per our requirement and multiple times , but in this case there
will be only one server and one ear file deployed in it. Is that
possible in any way to extend that "Server View" in own RCP
application , so that the user user can have some sort of server Admin
control in RCP application or is there any other way to add Server
Admin panel in own RCP application through WASCE OSGi. Please help me
out . Thanks a lot in advance
Re: Add Server Admin panel in own RCP Application [message #755583 is a reply to message #743214] Tue, 08 November 2011 21:03 Go to previous message
John Steele is currently offline John SteeleFriend
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
Previous Topic:OSGI
Next Topic:export product to linux - segmentation fault
Goto Forum:
  


Current Time: Fri Apr 19 00:14:01 GMT 2024

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

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

Back to the top