Page 1 of 1

Is there any api to write an admin tool with java

Posted: 06 Aug 2009, 14:49
by jiaxintang
I am going to write a program that can do the administration with java, as the Flash admintool. Is there any api to do this?

Thank you.

Re: Is there any api to write an admin tool with java

Posted: 20 Jan 2010, 11:28
by prozz
jiaxintang wrote:I am going to write a program that can do the administration with java, as the Flash admintool. Is there any api to do this?


same question here. any advice on how to write this?

thanks for responses, i hope there will be one :)

Posted: 28 Jan 2010, 17:16
by Lapo
Not at the moment. We'll probably add this in the future.

still looking forward the admin tool api for Java

Posted: 25 Jan 2011, 18:05
by chengwang30
I am working on CMS for our virtual world with java, unfortunately, there is not any java admin APIs.

Lapo, please help me !

Posted: 25 Jan 2011, 21:35
by Lapo
Frankly, rebuilding the the functionalities of the AdminTool from "outside" is not an easy task, considering that you will need to know a lot of intricate details of the server core.

I wouldn't recommend doing anything like that. We have already built a very convenient tool which can be published online anywhere and integrated with any other control panels.

What we'll do is providing a selection of vital Server params via JMX for external monitoring applications. This is scheduled for the final release, so it will still take a bit of time before it's out.

hope it helps

Posted: 26 Jan 2011, 17:05
by chengwang30
Thanks Lepo