Posts Tagged ‘resource’

In depth: Java Resource

Tags: , , , , , , , , | Posted in Blog, News on # February 23, 2009 | #No Comments

On the QAFE demo site you’ll see a sample application called “Random Demo”.

This class uses a direct link with the java.util.Random class which can be found in this rt.jar (distributed with every JDK installation). To use this class in QAFE, we make a “link” to this class by defining a resource. A QAFE Resource is the “connection” between the real implementation and the “source” for service definitions in QAFE. (more…)