webmin is a administration/UI framework for configuring software. I am curious if anyone know what the Java equivalent might be?
webmin是一个用于配置软件的管理/UI框架。我很好奇,是否有人知道Java的对等点是什么?
3 个解决方案
#1
#2
1
Webmin looks to be by definition absolutely platform dependant (at least to Unix systems). A Java equivalent would make no sense - sure, you could write such a tool in Java, but it would not be portable and probably require significant amounts of non-Java code to access platform specific APIs
根据定义,Webmin看起来完全依赖于平台(至少对于Unix系统)。Java的等效代码是没有意义的——当然,您可以用Java编写这样一个工具,但是它不是可移植的,并且可能需要大量的非Java代码来访问平台特定的api
#3
0
webmin is written in perl, which, while available on many more platforms than Java, in reality isn't much more portable. And almost all of it is based on managing text files and known Unix commands, all which would be doable from Java.
webmin是用perl编写的,虽然它可以在比Java更多的平台上使用,但实际上它的可移植性并不高。而且几乎所有这些都是基于管理文本文件和已知的Unix命令,所有这些都可以从Java中实现。
I've been thinking long and hard about starting a project like this - the microsoft world has a number of tools that makes managing clusters of systems easy, but not so the Unix world. cfengine is nice, but clumsy. I want webmin that can manage my entire network from one console. I've thought something integrated with OpenNMS would be a nice place to start.
我一直在仔细思考如何开始这样的项目——微软世界有很多工具可以让管理系统集群变得容易,但Unix世界却不是这样。cfengine很好,但是很笨拙。我想要webmin可以从一个控制台管理我的整个网络。我认为与OpenNMS集成是一个很好的起点。
But the short answer is that there is no Java version of webmin.
但简单的答案是,没有webmin的Java版本。
#1
2
since there is no "java operating system" it will be hard to find an exact equivalent.
由于没有“java操作系统”,因此很难找到一个确切的对应。
a good tool for inspecting and configuring a single JVM is the JMX protocol and its clients visualvm and the Jconsole
检查和配置单个JVM的一个好工具是JMX协议及其客户端visualvm和Jconsole
#2
1
Webmin looks to be by definition absolutely platform dependant (at least to Unix systems). A Java equivalent would make no sense - sure, you could write such a tool in Java, but it would not be portable and probably require significant amounts of non-Java code to access platform specific APIs
根据定义,Webmin看起来完全依赖于平台(至少对于Unix系统)。Java的等效代码是没有意义的——当然,您可以用Java编写这样一个工具,但是它不是可移植的,并且可能需要大量的非Java代码来访问平台特定的api
#3
0
webmin is written in perl, which, while available on many more platforms than Java, in reality isn't much more portable. And almost all of it is based on managing text files and known Unix commands, all which would be doable from Java.
webmin是用perl编写的,虽然它可以在比Java更多的平台上使用,但实际上它的可移植性并不高。而且几乎所有这些都是基于管理文本文件和已知的Unix命令,所有这些都可以从Java中实现。
I've been thinking long and hard about starting a project like this - the microsoft world has a number of tools that makes managing clusters of systems easy, but not so the Unix world. cfengine is nice, but clumsy. I want webmin that can manage my entire network from one console. I've thought something integrated with OpenNMS would be a nice place to start.
我一直在仔细思考如何开始这样的项目——微软世界有很多工具可以让管理系统集群变得容易,但Unix世界却不是这样。cfengine很好,但是很笨拙。我想要webmin可以从一个控制台管理我的整个网络。我认为与OpenNMS集成是一个很好的起点。
But the short answer is that there is no Java version of webmin.
但简单的答案是,没有webmin的Java版本。