Monday, March 23, 2015

If you haven't done so checkout the Oracle APEX universal theme packaged application on apex.oracle.com.  Here it is from inside a Tesla on a crisp 17" touchscreen.  Yes it does work while driving.




Saturday, March 21, 2015

apex.oracle.com has been upgraded to a pre-production version of Oracle APEX 5.0

If your an Oracle APEX developer you will want to try http://apex.oracle.com.  We have just upgraded this free service to a close (but not yet) production version of Oracle APEX 5.0.  If you already use apex.oracle.com login and validate your applications work as before.  If you don't have an account create one; it should take about a minute.

Oracle APEX 5 has a new feature called "Universal Theme".  A good way to learn universal theme is to install the "Universal Theme" packaged application.  Another good way is install other packaged applications like "P-Track" or "Customer Tracker".  These applications will show off more responsive and more elegant user interface then was available in previous versions of Oracle APEX.  The packaged applications also come with many plugins which can improve your app dev productivity and data visualization.

Give APEX 5 a spin and let us know what you think; we are listening.




Saturday, January 31, 2015

APEX EA3 released

The third and final early access release of Oracle Application Express (APEX) 5.0 is now released on http://apexea.oracle.com.  Our packaged applications now install much faster; I was able to install p-track (all 166 pages) in 22 seconds.  Our packaged apps now all use our new "universal theme", which is also available when creating custom apps.  The developer interface has been modernized and streamlined.  APEX 5.0 supports model dialogs, theme-rollable theme styles, a slick new page designer, and improved interactive reports.

To me the coolest feature of APEX 5.0 is  "template options" which allows for a small number of templates to be styled declaratively.  For example in the past we had way-to-many region templates; now we have many fewer; and you can choose template options to show the header, or not, scroll the body, include padding etc.  Components including regions, buttons, items, and pages all support theme styles; so you don't need to annotate your components within inline styles.   The declarative style support (via template options) is only available when using "universal theme" based apps.  Universal theme styles can be added to a theme allowing an application style to be developed independently from applications.

Getting started is easy; navigate to http://apexea.oracle.com, and request a workspace.  You will receive an email, click the email and this will provision your workspace.  Your workspace provides you access to an Oracle schema.  Authentication is Oracle single-sign-on so its the same credentials you use on the Oracle Technology Network (OTN) forums.  Once you have your account you will want to click the "administrative icon" in the upper right and choose "Manage Users and Groups"; then create an Oracle APEX user.  You can then navigate to the home page and create various packaged apps.  Once a packed app is installed you can login using your APEX user credentials.  You can unlock your packaged app and see how it was created, and see how common design patterns are implemented using our responsive universal theme.

Do send us feedback (click comment bubble icon in upper right), we do read them and appreciate any and all comments.

Friday, September 20, 2013

APEX 4.2.3 enhances sample and packaged apps

The Oracle Application Express (APEX) builder includes packaged and sample apps.  In each dot release of Oracle APEX we improve these apps.  The vision is two fold, provide best practice and clear examples of how to implement common application components like reports and charts (via sample apps) and provide out of the box fully functional applications (via productivity apps).

In an ideal world these sample and productivity apps would have the following 10 attributes:
  • Simple visually pleasing and intuitive user interface
  • Fast and performant from both database/SQL and HTML perspectives
  • Be HTML5-ey and flash free
  • Be fully responsive allowing the application to adapt to different screen sizes / devices
  • Be easy to maintain declaratively with a minimum amount of custom code or complexity
  • Be fully accessible
  • Secure and compliant with industry best practices (support for multiple levels of access including read only)
  • Have a dedicated mobile UI as needed (e.g. when responsive design is not enough)
  • Targeted at data centric applications (e.g. not focused on static web sites)
  • Be fully upgradable, easy to diagnose bugs, easy to install in short easy life cycle management
These apps are far from perfect but we do strive to achieve these objectives.  

So whats new in 4.2.3 and why should an APEX developer care.  Here is a quick tour of some things new in 4.2.3 I find cool:

1. Filter reports:

Filter reports leverage APEX collections and PL/SQL pipeline functions and provide a great e-commerce style  are unfortunately a tad complicated to implement but are easier to use out of the box then interactive reports for the casual user.  These reports are highlighted in the "Sample Reporting" app.

Here is a page that shows a classic report with a filter control.  The filters are based on lists of values (LOVs) and also support free form search.  This implementation has the advantage of maximizing horizontal screen real-estate by implementing the filter a drop down menu.




The next tab over in the same application shows a similar control but the filter is not hidden by a drop down menu.   The UI on the left side bar could use a bit more attention; hopefully resolved in our next release.  We have found this style report is very easy for first time users to understand as its similar to most every e-commerse site.  It also has the advantage of making "or" queries easy, you can find all the projects with status of "closed" or "on-hold" or "open".  This possible but much harder to do with a standard interactive report.


2. P-Track Enhancements

Next up is enhancements to the P-track.  No huge changes were made but 100's of small tweaks, bug fixes etc.  The goal for P-Track is to make this packaged app a world class project tracking tool for the IT manager responsible for large numbers of projects and constantly needing to maintain a road map (milestones), and ensuring tasks (action items) don't fall through the cracks.  In short I build this app for myself.   I know many use wiki's, excel spreasheets, and for-cost cloud services; all of which can be effective.  I use P-track every day and it helps me keep things structured and allows me to track who is doing what, and all the associated documents etc.

Here is a screen shot of two regions on the home page.  I can at a glance know where my time is going and easily drill in on important projects; and of course track the stuff I'm choosing to neglect.



From the home page I can easily find my project google style by simply typing any keyword.  Recently edited projects are also displayed in a prominent region making it easy to see updates and additions by others.





Clicking on a given project, APEX in this case shows the project detail page.  This page works for both read only users as well as contributors (read-write privilege).  I can at a glance add and view milestones, action items.  I can compare my goal with our actions, milestones and action items recently completed within the last 6 months are displayed by default providing a nice window on whats been done and what needs to be done.  Adding attachements, milestones etc uses model dialogs.



Sample apps ship "unlocked" by default, allowing developers to edit the application after installing it.  Packaged apps are locked.  Packaged apps are locked on install so that you can upgrade in the future; and to date every release of APEX has enhanced most every packaged app.  If your not so interested in using the application but want to review the implementation you can unlock the packaged application by performing the following.


  1. Navigate to the application builder, and click on the "P-Track" icon
  2. Click the "Manage" button
  3. Then "Unlock" following the wizard
Once the application is unlocked you can edit the app customize etc.  But be warned that its now your app and upgrades will not be possible.  The screen shots below show you how; why read text when you can look at screen shots:









Note that P-Track now has both a "Run" and "Edit" option, where before it just had "Run" and "locked".   If you do take the time to unlock p-track and navigate to shared components and then to plugins you can see the ever growing list of plugins used within our packaged apps.  Many are new and improved in APEX 4.2.3 (sorry don't have an exact accounting).  I  am a big fan of our "Flot Pie Chart" plug-in as well as mini-calendar, tags / tag cloud, and big value.  



These plug-ins can easily exported, click "Export Plug-in" in task region in right side bar, and imported into other applications.

Please do try it out on http://apex.oracle.com, and do come visit the APEX team at this years Oracle World in San Francisco next week.  We will be at the demo grounds at the APEX booth in the database area.  David Peake (our friendly Oracle APEX product manager) has created an application to make it easy to find our 36 APEX related OOW sessions/events (see link below).


This site also contains an OOW challenge focused on mobile development and Oracle APEX, if this is up-your-ally please do check it out; prizes will be awarded.

Mike

Wednesday, September 18, 2013

APEX 4.2.3 Released, new packaged app "Data Reporter"

As someone who develops a large number of Oracle APEX apps I frequently have the dilemma of guessing what type of reporting the end users will want. Basically its hard to know what reports people want in the future. To ease this burden the APEX development team and the special projects team here within Oracle have created a new packaged application called "Data Reporter". Here is how it works.

1. Run any Oracle APEX 4.2.3 environment, and if you don't have get a free one here http://apex.oracle.com

2. Click application builder, then create application, then packaged applications, then choose data reporter:



3. Install the application and run it. Installing can take a minute or more.

4. From the Data Reporter home page click the New button



5. Choose the type of report you wish to create, my favorite is the Filter Report, so I will choose one of these





6. Give the report a name and category. Color coding the category allows you to locate you report more rapidly on the home page.





7. Now for the important part, define your query. Administrators of the application can set up canned data sources. I simply selected "Top Cities" and it pre-populated the SQL. I can edit the SQL or enter new SQL. The theory is that SQL not that hard especially if you start from an existing query. For security each table accessed must be pre-defined by the application administrator by adding it to the "Whitelist".


8. Since this is a filter report, I need to determine which columns I would like to filter on. For this data set I choose to provide filters for country, sources, and continent. I also adjusted format masks. I only really need to select one filter and I can simply edit my report later.


9. Thats, it I confirm my report and I am good to go.


10. After creating the report immediately runs. I click the filters I wish to have; in the example below you see largest cities in Europe and North America from selected sources.


11. I can edit my report by clicking on edit. Each time the SQL is changed it is revalidated. I can manage access control, view history of when the report was run and changed etc.


12. Clicking the star icon, favorites the report, making it easy to find the reports you are interested in

13. Navigating back to the home page I see my new report, and it can be run by anyone with access to the application. Of course I have the option to restrict access. This allows reports to be timely addressing what is needed today, and can be removed if. You can filter to show your reports, favorites, specific groups etc.


You can follow the same process to build dashboards, interactive reports, calendars and even PDF printable reports. Hopefully this brief introduction will ease the burden on application developers to create lots of reports an effort to anticipate what end users will want in the future. Now end users can, or at least the SQL Savvy ones can get their data self service.

Monday, April 29, 2013

APEX 4.2.2 released

Oracle Application Express (APEX) 4.2.2 is now released, you can read up and download it here, or try it out on http://apex.oracle.com. In addition to fixing some bugs Oracle APEX 4.2.2 includes a major upgrade of all 18 productivity and all 16 database sample applications. You can find these applications by navigating to the application builder from the APEX home page, then clicking the "Packaged Applications" tab.
Clicking on a given app allows you to install the application, if not already installed, or upgrade if the app is already installed from a previous Oracle APEX version.
In terms of highlights Oracle APEX 4.2.2 introduces a new survey builder app that is modern and robust, and a new brookstrut sample application that has a nice mash up with google maps. All productivity and sample apps make greater use of APEX plugin's and have improved in-application documentation. All sample applications have been ported to APEX theme 25 which is our responsive grid layout based theme. Our most popular packaged app P-Track has been enhanced and refined, so if you are a P-Track user you should strongly consider upgrading. Or sample app "Sample Tabular forms" has been renamed Sample Forms and Grid Layout. This sample app includes explanation of how to use Oracle APEX grid layout and is a great application to review for any APEX developer making the leap to grid layout. We hope our Oracle APEX 4.2.2 release will give both novice and advanced Oracle APEX developers ideas and examples both in the context of a real application (e.g. our productivity apps) and in the form of sample applications. Note you can always install a packaged application then unlock it; thus allowing you to see how it was coded. But if you unlock the application it removes the ability to upgrade to new releases.

Thursday, February 23, 2012

Oracle APEX 4.1.1 patch set released on OTN

Oracle Application Express (APEX) latest patch has been released on OTN and is available for download here. This release contains fixes to issues uncovered by our customers (thanks so much for reporting) and our numerous internal deployments. Specifically 221 bugs were fixed; and now this is behind us our development team has clear focus on APEX 4.2.

In addition to the bug fixes we also introduced a new theme and schema provisioning enhancements. The new theme, theme 24, is our best HTML5, CSS3 we have delivered as part of core product to date. It has a blue look and is appealing to my eye. For those who want to craft new themes we recommend starting with theme 24 as a template. The provisioning enhancements are in support of our public cloud initiative documented on http://cloud.oracle.com.

For those who have not yet upgraded to APEX 4.1, now that we have our 4.1.1 patch its likely to be a good time. With 4.1.1 out many may be wondering what's next. Our initial focus is on completing significant mobile work started in our 4.1 release and ensuring that APEX can properly support our next database release; 12c. The "c" is for cloud. You can see our statement of direction here, and yes we are likely to tweak it over time. We never publish dates of releases, but we are planning (not a commitment) to release APEX 4.2 in the database 12c timeframe, thus supporting 12c.

For those interested in all things APEX I strongly encourage you to attend Kscope12, the APEX community will be out in force as will the APEX development team. I will be speaking on Sunday about APEX, 12c, SQL Developer, cloud etc.

Let us know if APEX 4.1.1 is allowing you to unleash your full database centric RAD web development vision, and if not let us know what we need to do in APEX 4.2 to make it better. Happy coding!