 |
JavaSysInfo is the Java version of phpSysInfo, a library that provides information on the host being accessed.
It parses /proc and displays things like Uptime, CPU, Memory, SCSI, IDE, PCI, Network adaptors and traffic, Disk usage and Video Information.
Additionally, it will provide information about the JRE and JVM, including version and vendor, and information about the OS, including name and version.
The CJAN crew are collaborating with Benjamin Michotte, author of the original JavaSysInfo to add new features and functionality.
A medium-term goal is to break JavaSysInfo into a number of components:
- core API - can be used in J2SE?, servlets, portlets, etc.
- tag library that will generate XML to the JavaSysInfo XML schema
- a collection of XSLT transformations to provide different HTML skins and display the information in different languages
- a distribution including Jetty to demonstrate the funtionality available
The XSLT transformations will initially be created by porting phpSysInfo's skins to XSLT. In the future, it may be possible to patch phpSysInfo to use the XSLT transformations, thus allowing the two teams to share the skins and langauge translations in a single codebase.
Contact Us
|