Posts Tagged ‘qafe’

QAFE on Oracle Benelux User Group on the 31st of March

Tags: , , , , | Posted in News on # March 26, 2009 | #No Comments

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…)

Ad in Optimize Magazine

Tags: , , , , , | Posted in Blog, News on # March 10, 2009 | #No Comments

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…)

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…)

QAML's XSD's

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

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…)