Archive for the ‘Blog’ Category

High Speed Oracle Forms Modernization

Tags: , , , , | Posted in Blog, News on # January 18, 2012 | #No Comments

On your marks? Get ready… set… go! Answer this: How much time and effort goes into modernizing Oracle FMB’s to forms that are ready for any browser, any user, on any device? In this video we show you it only takes 4 minutes! And that is because we don’t want to rush you watching…
 

As the video demonstrates the QAFE Oracle Forms Modernization does most of the job for you. And it offers great extra’s:

     

  • Reuse 60-70% of the code
  • Apply filterrules to make the output cleaner (remove all no longer applicable / needed code). A new feature to improve the quality of the output code.
  • Use the output and edit/run directly in QAML Builder
  • Provide your styling (by means of CSS)
  • Bulk process Forms after a ruleset is defined
  • Forms Analysis for a better impact analysis

The end result – even without any manual code changes afterwards – is a set of working  data-aware applications. Logic in the Form is automatically placed in the new architecture on the correct level (in a Service Oriented Way).
 
Where pieces of logic are not reusable, QAFE provides them as comments in the QAML code so that the developer can manually modify those bits. Also QAFE offers many additional features to enhance the forms, beyond what is currently possible in Oracle’s client-server infrastructure. And thanks to the automated modernization you have all the time in the world to make those enhancements. 
 
Ready to instantly exceed the CIO’s expectations?
The automated Oracle Forms Modernization process is a QAFE application, for details on how to obtain a license for your (or your clients) business(es) please call + 31 70 319 5000.

LeWeb and QAFE: Social, Local and Mobile

Tags: , , , , | Posted in Blog, News on # December 14, 2011 | #No Comments

In one of last weeks LeWeb Keynotes, Google’s Executive Board Member Eric Schmidt, talks about Social, Local and Mobile (see this link http://techcrunch.com/2011/12/07/schmidt-le-web-video/). Three major components for the next generation of applications. QAFE already includes two of those three.
 
GeoLocation
If turned on in the QAFE Platform, the QAFE Application requests GeoLocation information from the user. GeoLocation enables businesses to create lots of new kinds of smart web applications.
 
Mobile
Based on device detection QAFE opens windows in fullscreen and removes all unneccesary elements. As the internet is accessed by a growing number of Mobile Devices, we are continuously improving this part of QAFE to make sure our platform offers the best combination of UX and Performance.
 
Social is next
See the roadmap for 2012 http://www.qafe.com/discover-qafe/qafe-framework/roadmap/ and discover what else is already included, if you register for a free trail on http://registration.qafe.com

QAFE Platform 2.0 is here!

Tags: , , , | Posted in Blog, News on # December 1, 2011 | #No Comments

Great news: as of today QAFE Platform 2.0 is available for download! The new release provides a number of new and enhanced features for an even even greater productivity boost. Also, besides the fact that we made improvements on the QAFE Platform itself, this new version introduces the new QAML Builder which makes it really easy for any developer to create Modern Enterprise Applications.

The enhanced QAML Builder now allows you to graphically edit the event-handling and business-actions ánd lets you directly zoom-in to the native logic (Java or Database). Furthermore, the QAML Builder follows the Maven build standards, so that the result will be a Web Application ready for any JEE WebContainer implementation (Google App Engine or the known app servers).

Release notes:

QAFE 2.0
* Cluster Awareness for AppEngine Edition using native MemCache
* Performance optimizations
* Several improvements on UI components (datagrid, slider)
* Improvement on style processing
* Stability fixes

QAML Builder 1.3
* Fully graphically design and create the application: Events, Business Actions and Services
* Integration with the QAML Generator 1.3
* Embedded appserver
* Maven based, so fully extendable
* Prebuilt Eclipse Environment containing all necessary plugins

QAML Generator 1.3
* Database services can be combined
* Stability fixes

If you’ve downloaded earlier versions of QAFE, 2.0 is the release you will want to download today (request a new Trial License file via info@qafe.com). If you haven’t downloaded QAFE yet, simply go to http://registration.qafe.com for instant access!

Google Developer Day 2011 Berlin was amazing!

Tags: , , | Posted in Blog, News on # November 22, 2011 | #No Comments

Google Developer Day 2011 was a great opportunity to show QAFE to developers and get some instant feedback. We, QAFE team, are true Google Webtoolkit fans and we showed what we did with that technology. Furthermore, we made it really easy to deploy to App Engine (App Engine has some restrictions which might result in serious code refactoring). We took care of the restrictions so that everybody can deploy to App Engine in a matter of seconds!
 
The developer Day really was not about sales. We got usual feedback and some very good questions.
 
The QAFE showcase was the QAFE Runtime, the Technology Independent implementation (in this case using Adobe Flex) and the Developer Environment. The Eclipse IDE was extended with the latest QAML Builder Plugin, which not only has a drag-n-drop from the UI but also for the Service Oriented Architecture, integrating with resources. The fact that the this was graphically shown, was a huge surprise for many. QAFE workspace is fully maven based, so having unit tests/selenium or debugging is quite easy. Also, not having compile time, but a simple reload of the applications, was an eye-opener for many visitors to our sandbox location.
 
In between giving demonstrations, we had some time to visit some of the sessions, which were of excellent quality. See: http://www.google.com/events/developerday/2011/berlin/agenda.html Especially Eric Bidelman’s session with the teasing title “These Aren’t the Sites You’re Looking For: Modern HTML5 Web Apps ” was excellent. Another one was about BigQuery, live demos of the new GoogleTV, HTML5, Android, etc. All about what we make of the web, and we still have a lot to do: for developers next year will be even more interesting!
 
For pictures of GDD11, and to connect with us on Google Plus, see:  https://plus.google.com/108191651333422386424/

QAFE on Google Developer Day 2011 #GDD11

Tags: , , , | Posted in Blog, News on # November 17, 2011 | #No Comments

Is anyone going to the Google Developer Days 2011 in Berlin this weekend ?  If so, we can meetup. QAFE was invited to showcase in the Developer’s Sandbox. We’ll be there from early morning until the end…
 
BTW, If you are not there, I’ll try to make some pictures and share it with you (Google style also of course on https://plus.google.com/112797501883261863370/).

Regards,
QAFE-team

QAFE & Agile

Tags: , , | Posted in Blog, News on # November 7, 2011 | #No Comments

 At Oracle OpenWorld/JavaOne 2011, there was a presentation by Adam Bien. The subject was on “Real World Java EE Patterns Rethinking Best Practices” (here’s the book).
 
One of the interesting points made, was about the fact that customers don’t pay you as a developer to create an architecture that is ready for any situation. The customer pays you for the solution and you as a developer to focus on that.
 
Why would you create a whole architecture with Delegates, DOA, Service Locator if you are really not using it. Furthermore, JPA’s EntityManager is already quite powerful. Why make it more complex ?
 
We, QAFE Team, agree with Adam. Don’t use Design Patterns for the sake of Design Patterns, but only when there is a real need for it. The developer should apply the Agile way of developing where you continuously refactor code where necessary.
 
QAFE supports this idea in technical implementation but still considers the Design Patterns. Creating Classes and structures based on Design Patterns can be very cumbersome. But what if this architecture is already defined for you and you just have to use it and focus on your deliverables? That’s exactly what QAFE supports.

QAFE Videos: Run your QAFE App in 5-minutes!

Tags: , , , | Posted in Blog, News on # October 25, 2011 | #No Comments

Want to work with QAFE and don’t know how to start? Head over to our video area for a step by step guide!
 
Now, we are not Spielberg, and Joanna is not a professional voice actor (but a professional IT / DBA consultant), but we are pretty sure the video’s will help you find your way around QAFE, within a couple of minutes.
 
The best way to start QAFE is by using the QAFE Builder-plugin for Eclipse. See the video “Getting started with the QAML Builder” for more information on this.
 
The subsequent videos are divided in several groups:
* The Development Environment
* The Components
* The reusable components
 
More? If you want assistance for something specific, please send us an email and we’ll help you out!

Cloud: editions

Tags: , , , | Posted in Blog, News on # September 28, 2011 | #No Comments

Cloud computing according to Wikipedia is “the delivery of computing as a service rather than a product, whereby shared resources, software, and information are provided to computers and other devices as a utility (like the electricity grid) over a network (typically the Internet).” Let’s say we agree on that definition. Next up is the distinction between private clouds and public clouds. Without wanting to spend too much time on definitions, the good news for QAFE developers and users is that QAFE runs on both.
 
QAFE works on private clouds, like the Oracle Exalogic machine (special QAFE-release for Exalogic is coming up), as smoothly as it does on public clouds, like Google App Engine. Both environments require specific changes within QAFE to work on them. As a result of which we introduced the concept of “Editions”.
 
Currently we have the Enterprise Edition that runs on any JEE5 compliant app server or web container implementation (like tomcat 7 or Jetty). Besides this Enterprise Edition we also provide the Google App Engine Edition (see previous post) which is tuned to work with App Engine and follows App Engine’s restrictions. 
 
So whatever your definition of cloud is, and whether you prefer to optimize for a public cloud or a private cloud, QAFE is ready for it.
 
Call +31 (0) 70 319 50 00 for details, or comment on this post if you want to find out more about QAFE’s Cloud Editions. Or dive in and see QAFE in action via http://registration.qafe.com

QAFE 1.4 released!

Tags: , , , | Posted in Blog, News on # September 14, 2011 | #No Comments

We are pleased to announce that the QAFE 1.4 version is released. This new version includes the brand new QAML Builder which helps you set up your environment even more quick and easy. Also, since integrates completely in the Eclipse environment, starting up a local QAFE instance is a piece of cake.
 
Simply fill out the form on http://registration.qafe.com to download the free trial. We’ll email you the license key right away!
 
Need some help?
Check out the instructions videos, which will give you a headstart in working with QAFE, helping you build your first QAFE application in a matter of minutes. You are also welcome to call for support – +31 (0)70 319 5000. Meantime we are working hard on some new tools and a new version of QAFE, which will be announced at the end of Q3 / beginning of Q4 2011. But forget about that -> download and use the enhanced QAFE Engine and the QAML Builder today, so that we know you’ll be back for more later!

Oracle Forms 2.0

Tags: , , | Posted in Blog, News, Uncategorized on # June 30, 2011 | #No Comments

 With QAFE, we have come up with a comprehensive solution to the growing demand for an effective and efficient strategy to migrate from Oracle Forms to the modern web. Making it possible to head both in the direction of Web 2.0 (think GWT and Adobe Flex, but also future standards) and move towards SOA. You don’t need to worry about the details. Thanks to QAFE, you can tackle the important tasks and ignore the fads. Just what you are looking for? Then you are most welcome to download our new Oracle Forms brochure for a clooser look.
 
Prefer the summary? ->
 
• No far-reaching investments necessary
• Developers with basic XML, SQL/PL-SQL knowledge can immediately be productive
• Great possibilities at a significantly lower licensing cost
• Unlock Oracle Forms for all browsers on all devices from one single platform
• Maximum ease and functionality for organizations, users, and developers
 
PS To increase the speed of development, we also have a wide range of tools which dramatically increase your productivity. You can find them here.