Home
Submitted by maeste on Fri, 08/08/2008 - 20:50JavaLinuxLabs Projects
TestedBy
In a nutshell TestedBy aims to change the point of view regarding test classes and classes under test. What we would obtain is to put class under test (the most important classes of projects) on the centre and link from there test classes and methods.
Wise-core
It is a library to simplify web service invocation from a client poit of view aims to be provide a near zero-code solution to find and parse wsdls, select service and endpoint and call operations mapping user defined object model to JAX-WS objects needed to perform the call.
Wise-webgui
In a nutshell it is a web application designed to call a generic web-service given the wsdl only. Wise parses the wsdl and dynamically generates a web interface to call the service and read the result. It is designed to be used by non-programmer people (for example QA testers), but it is very useful also for developer since it is easy to use for rapid tests.
Lms is an acronym for Logging Meta Service.
Lms' goal and use are very similar to the axis' tcp monitor ones: it logs any tcp communication and gives developers the opportunity to review any request-response communications.
Lms is a JBoss deployable application (an ear) and have a jmx mbean as application core and a seam user interface to make its use easy.