QAFE is going public!
Next week there are two events: The QAFE Event, which was mentioned in previous post, and Qualogy has a stand at the Oracle Benelux User Group (OBUG) Conference in Antwerp, Belgium. This conference is held on the 31st of March. For more information on this conference, please follow this goto http://www.obug.nl. (more…)
QAFE on Oracle Benelux User Group on the 31st of March
QAFE Event, 2nd of April 2009 [update]
We are glad to announce the following:
- The first QAFE Event !
- When: 2nd of April 2009, starting at 14:00 until 16:00.
- Where: Qualogy Office, Rijswijk, The Netherlands.
- There is no registration fee.
Ad in Optimize Magazine
One of the products of QAFE is the Oracle Forms Conversion tool. With this tool we migrate Oracle Forms (from 6i and higher) to Web2.0 and SOA. To promote this product, we have created an ad and we are publishing this in the next Optmize Magazine, and independent Magazine for Oracle Professionals in the Netherlands. (more…)
QAFE Poll: What do you want to know about QAFE ?
Since the official launch this Friday at the Kick Off of Qualogy for 2009, I get a lot of questions on what QAFE is, what can it do, will it help us ? Well this is your chance to ask these questions and in the following posts I’ll try to answer them. (more…)
QAFE formally announced
Today the sponsor Qualogy announced QAFE to their employees. At Qualogy’s Kick Off for 2009 QAFE will be formally introduced. It’s execiting to go in the open!
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). (more…)
In depth: Database Resource
On the QAFE demo siteyou’ll see another sample application called “Database Sysdate Demo”. (more…)
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. (more…)
QAML's XSD's
Structured documents like XML files can be validated on their contents using DTD (Document Type Definition) or XSD (XML Schema Definition).
At QAFE we use XSD’s to validate the contents of the applications. In the previous post we also mentioned the Application Context, the startup file for QAFE. This indicates that we use more that one XSD. Futhermore, there is another XSD, which is needed in case database are directly referenced from a resource (and not from a Java file). (more…)
