Using SIGAR API in WebSphere - by dhroller I would like to use the SIGAR API in a stateless session bean for monitoring system information. Could somebody help me with the setup, in particular where should I put the .dll ? Read the article
Serializing Vector<String> to String - by dhroller I need to convert a Vector to a String (an vice versa) to be stored in a CHAR field in a database. What is the most efficient way to do this ? Read the article