Archive for February, 2009
QAFE Demo: new version deployed
Today a less extensive message: There is a new version of the QAFE framework deployed on http://demo.qafe.com. Under the hood, several code enhancements took place and some cosmetic issues were resolved. Keep on testing and trying and let us know what you think of it.
How to: More than one application
As we can see on the demo site, we see in the "Applications" Menu several applications. In a previous post we already mentioned how to handle a large application easily with the Application Context file.
In the demo site, you currently see more than one application (RandomDemo, Showcase, etc). Read the rest of this entry »
In depth: Database Resource
On the QAFE demo siteyou'll see another sample application called "Database Sysdate Demo". Read the rest of this entry »
In depth: Java Resource
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. Read the rest of this entry »


