Sunday, June 26, 2022

Oracle APEX is Ideal for Oracle Forms Developers!

 Oracle Forms is Oracle's long-established technology to design and build enterprise applications quickly and efficiently. Oracle APEX is the world's most popular low-code platform for enterprise apps and enables you to build scalable, secure enterprise apps, with world-class features, that can be deployed anywhere. Oracle APEX is a complete platform - it provides everything you need to build and deploy applications - data loading & unloading, database object creation, application development and deployment, REST API creation, and much more! Oracle APEX has a number of similarities to Oracle Forms, in both concept and purpose. This is why many Oracle Forms developers have learned APEX and are flourishing as APEX developers!


Are you an Oracle Forms developer and wondering how you can progress your career to modern web app development?  Here are the top 10 reasons why Oracle APEX is an ideal development platform for Oracle Forms developers!
 

  1. Declarative development framework


    Both development environments provide powerful declarative features for building fully functional applications with minimal code. With APEX you can add pages to your application from scratch or use the wizard in a similar way that you used to do it using Forms. 
    With APEX, you can modify a component's properties and attributes in a declarative way using the Page Designer. Page Designer allows you to review, drag-and-drop and edit components on your page. 

     

    In short, the transition of a Forms developer to the APEX framework is

 
  1. Productivity

    For Forms developers, APEX is a natural fit. But even if you are not a Forms developer, you will find that APEX is easier to learn, making you productive in days, not months. 

    Over the years, the APEX Development Team has added outstanding features in order to simplify and improve the developer experience. These features include:
    In general, APEX characteristics and features have a big impact on your daily productivity, allowing you to build apps 38x faster compared to traditional application development methods.
     
    • Create Page Wizard allows you to add components or features to your app by easily following the steps in the wizard. 
      Available component pages include Blank Page, Report, Form, Master-Detail,  Plug-ins, Chart, Calendar, Tree, Wizard, Data Loading, and Dashboard Page. And some available features pages include About Page, Access Control, Activity Reporting, Configuration Options, Email Reporting, Feedback, Login Page, and Theme Style Selection.
    • Quick SQL to generate SQL using shorthand, save and load data models, syntax highlight and autocompletion.
    • Monaco Editor to improve coding experience throughout the development environment.
    • Embedded Code utility to inspect the SQL, PL/SQL and JavaScript contained within an APEX application.
    • Universal Theme is a responsive user interface that enables you to build beautiful, modern web apps without requiring extensive knowledge of HTML, CSS, or JavaScript.
    • Theme Roller allows you to style the application exactly as you need to, defining a number of settings to be used across the application. 
    • Template Options enables you to easily customize the appearance of any template-based component. 
  2. Database-centric development  

    Most back-office business apps are data-driven, which is why Forms and APEX are used so heavily in these areas. Using APEX, you can quickly build apps based on table definitions - just like Forms.  You can build forms, reports, charts, grids and more on tables, views or SQL queries. 

    As a bonus, with APEX, you can easily combine and synchronize remote data with data in your database, all done declaratively via REST Data Sources. REST Data Sources enable developers to access REST services or generic JSON data feeds in apps and use the data in APEX components such as reports, interactive reports, and interactive grids.
     
  3. Business Logic

    If you have an existing investment in business logic in server-side PL/SQL, you can readily use this in APEX. For example, you already have all the procedures tested, designed for your requirements and working properly today. You can easily integrate this server-side logic directly into APEX, including PL/SQL packages, functions and procedures.

    You can use your existing business logic throughout an APEX application.  You can invoke a PL/SQL procedure when a button is clicked and the page is submitted.  You can employ an existing PL/SQL function to validate data before a form is submitted.  You can even call PL/SQL as a user navigates within a form, via dynamic actions, to perform rich client interactivity.

    APEX also provides a set of tools called SQL Workshop, which you can use to create and maintain database objects, execute arbitrary SQL commands, and load & unload data.
     
  4. No client software

    APEX doesn't require any client software to develop and deploy database web apps. Developers only need a modern browser to be able to:
    And your applications are absolutely responsive, so they work on any tablet or mobile device, out of the box!
     
    • Model database objects
    • Load / unload data
    • Create REST interfaces on local data
    • Build apps based on local, external or remote databases
    • Run and deploy apps
  5. Leverage your skills

    The language of APEX today is SQL and PL/SQL.  Developers with these skills can create sophisticated and secure apps. If you're a Forms developer, you don't need to learn a new language to create your apps. You can leverage your existing knowledge and expertise to build beautiful, responsive and secure apps. And beginning with Oracle Database 21c, the sever-side language can also be JavaScript, which is natively supported in APEX, in addition to PL/SQL.
  6. APEX is "cloud-ready"  

    APEX is available everywhere, on a laptop, on-premises, on Oracle Cloud or other clouds. Where you develop your apps doesn't limit you to where you can deploy your apps. Any applications you develop in APEX today can be deployed and run in the cloud, effectively unchanged.  With APEX in the Oracle Cloud, you can easily create an Autonomous Database or an APEX Service, and within a few minutes, you will be ready to start creating and deploying your apps - completely avoiding installation, configuration, and patching complexity.
     
  7. Oracle Database

    Forms and APEX are built on top of Oracle Database and you can take advantage of native database features like RAC, HA, end-to-end security and more. Also, Oracle Database is a rich application development platform. You can build applications against a wide variety of data types (relational, JSONgraphspatial, text, blockchain, XML) - all using SQL.  And you already know SQL!
     
  8. Productivity with choice!

    In Oracle Database 21C, developers can execute JavaScript code inside the database, and the native support for it is already available with APEX. So, today you can author procedural logic in PL/SQL, but tomorrow it can be JavaScript. This feature is called Multilingual Engine (MLE) and enables you to use JavaScript as a first-language within your APEX apps. And this is only the beginning, as MLE engine will support more languages in the future.

    You're free to use the language that best suits you, depending on your requirements and skills.
     
  9. The Community

    And the best reason of all is the extraordinary APEX Community:
  • There are tens of thousands of Oracle APEX customers and hundreds of thousands of developers. And growing every day.
  • The community site apex.world was launched in 2015 and is a project from the community, to the community. This is an entry point for Beginners, Experienced Developers and Tech Nerds, as well as managers and recruiting agencies.
  • There are hundreds of APEX consulting companies in the five continents.
  • You'll find that APEX Developers are passionate about what they are able to deliver with APEX.
  • There are more than 10 conferences with APEX Tracks or which are dedicated to APEX.
  • In 2019 Oracle was recognized as a November Gartner Peer Insights Customer's Choice for Enterprise Low-Code Application Platform Market for Oracle APEX. And we're proud to announce that in 2021, thanks to the wonderful APEX community, Oracle APEX is again a customer choice for Enterprise Low-Code Application Platforms.


Thursday, June 23, 2022

Adding JavaScript to APEX Apps

 Up to this point, you have been working with JavaScript outside of APEX. In this lab, you will learn the most common ways to add JavaScript to APEX applications. The options include Dynamic Actions, Dynamic Actions with JavaScript hooks, page- and component-level attributes, and application files.

Think of these options as a progression, with each one requiring more knowledge of JavaScript, APEX's JavaScript APIs, and web development in general. New APEX developers should start by learning Dynamic Actions and progress to subsequent options only when they are ready and the application requirements cannot be satisfied without a more advanced approach. Generally speaking, the more declarative the solution, the easier it will be to implement and maintain.

Play the video below to learn about for this lab.



What's New in Oracle APEX 22.1

 

Simplified Page Creation

The Create Page wizard has been drastically simplified to make it easier than ever before to create pages in your APEX apps. We've streamlined the wizard by applying smart defaults, minimizing user input, improving page navigation, and more.

Readable Application Export in JSON or YAML Formats

Your application exports can now include a readable and easily "dialable" version in YAML/JSON format.

Row Search. Improved.

The Row Search functionality within APEX has been enhanced to provide a more natural and intuitive search experience throughout your application. With the new tokenized search behavior enabled, users will be able to enter multiple words and find the more relevant content, even if those words span more than one columns.

Region Sorting Made Easy

The new Order By Page Item feature enables developers to easily configure sorting options for your regions. Supported regions will allow you to set an item to configure the sort order, automatically pick up on the change event, apply the appropriate order by clause, and refresh the region.

REST Sources Support for REST Enabled SQL Query

Now you can create REST Sources on top of REST Enabled SQL to be executed on a remote database, and abstract the SQL query from APEX components.

Your Future. Today. With Cloud-Native Application Development

 

  • Reduce the time to market for new projects
  • Boost agility and responsiveness to demand
  • Innovate and create value faster
  • Improve the return on your investment in IT
  • Manage operations and data security efficiently