Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Add Server Admin panel in own RCP Application (Extremely sorry for Last incomplete Post )(Add Server Admin panel in RCP Application)
Add Server Admin panel in own RCP Application (Extremely sorry for Last incomplete Post ) [message #743207] Fri, 21 October 2011 08:14 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 (Extremely sorry for Last incomplete Post ) [message #750522 is a reply to message #743207] Tue, 25 October 2011 20:39 Go to previous messageGo to next message
John Steele is currently offline John SteeleFriend
Messages: 33
Registered: June 2010
Location: Seattle, WA
Member
I'd recommend writing your own server view and control panel because the org.eclipse.wst.core depends on org.eclipse.core.runtime and org.eclipse.ui.The problem is it might take a lot of time. The generic server framework is built of top it, so that doesn't help either.

I'm building a similar project, except using Virgo, and I've decided to build my own. Take a look at the WST source-code and extract out the fragments you need to make your project work. More specifically, look at how they start/stop servers, and how they deploy modules to the server.

-John
Re: Add Server Admin panel in own RCP Application (Extremely sorry for Last incomplete Post ) [message #753408 is a reply to message #750522] Thu, 27 October 2011 06:30 Go to previous messageGo to next message
shibaji  is currently offline shibaji Friend
Messages: 6
Registered: October 2011
Location: Kolkata
Junior Member
Hi John,
Thanks a lot for your suggestion. yes after your suggestion I also decide to do that in own way with the help of WST code. One more request, do you have any link or URL, where I can get WST Source code. Could you please forward that link to me? Once again thanks a lot.
Re: Add Server Admin panel in own RCP Application (Extremely sorry for Last incomplete Post ) [message #754315 is a reply to message #753408] Wed, 02 November 2011 03:50 Go to previous message
John Steele is currently offline John SteeleFriend
Messages: 33
Registered: June 2010
Location: Seattle, WA
Member
The WST source code repository is at: http://dev.eclipse.org/viewcvs/viewvc.cgi/servertools/plugins/?root=WebTools_Project

Try not to get too overwhelmed.

-John
Previous Topic:[SOLVED] HOWTO Pass data(parameters) between wizard pages
Next Topic:Eclipse RCP app slow on secondary display
Goto Forum:
  


Current Time: Fri Apr 19 07:17:16 GMT 2024

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

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

Back to the top