Peeking behind the scenes…
It’s been a while since my last post but this is simply because I’ve never been so busy in my life. Both Peter, myself, and the team have been working long hours 7 days a week, but… today I’m taking a moment to breathe and give you some insight what’s happening behind the scenes within the formation of our new company.
It’s all about plugins
We have built (and continue to build) a framework of plugins that is essentially a new foundation layer for APEX application development. We have been modularly building these plugins for over 12 months and constantly refactoring them to work cohesively together or independently. Using several plugins or the entire suite, developers can build rich internet applications backed by the Sencha Ext JS 4 UI library and Application Express.
But plugins are just the beginning
My personal drive for building plugins is not for the achievement/reward of writing them, but to use them, and use them in multiple different ways. The ultimate goal is so we can achieve any complex development requirement thrown at us. Now that we have the first version of the framework almost ready, we can start building applications. This is the exciting part which allows us to see a whole range of different possibilities and understand where we still need to improve to make things even better than they currently are.
Framework Experiments
In order to document and use the plugins we are working on ways to demo their features in a real world usable way. One of the most usable ways we can think of is to assist the APEX builder and look for ways to help improve developer productivity in building applications using our plugins. Both Peter and myself are devoted SQL Developer users and we want to bring some of those GUI capabilities to APEX. Here’s a screenshot from our LAB of our FBuilder project that we’re designing to do just that! (and built using just our plugins in APEX)
Inspiration has come from a lot of places, a special mention goes out to Noel Portugal for his OraTweet solution released a number of years ago… I hope Noel doesn’t mind us promoting his work and drawing inspiration from with our tweet deck inspired demo using our twitter and layout plugins.
Partnerships
To ensure we have the most secure plugins available we have formed an alliance with Recx Ltd but our partnership goes beyond that. We want people to build the most beautiful and secure applications possible, and to do that we want to evangelize how important security is and embed it within the cycle of your development process. But were not security specialists and that’s why we called on the best in the business, Recx Ltd, to be part of a new era in APEX development setting a whole new standard.
Release Dates
It won’t be long before we’re releasing our new company website and opening an invitation up for interested parties willing to be involved in our hosted framework beta testing program, not dissimilar to apex.oracle.com. With a downloadable release to follow after completion of the beta trials. For those that have immediate project requirements we will be open to discussions to help get you moving ASAP before our official release launch.
Spreading the Word
Peter and I will both be at the Austrian User Group conference day in June, and will both be attending Kscope 12 and presenting. If your interested in what we are doing we urge you to come and meet us and talk with us. We’re both passionate about APEX development and want to plant the same seeds in you, that were planted in us.
Patience
The amount of work to get where we are has been huge, but it pales in comparison to the mountain that is ahead of us which we have started to climb. We’re on a long journey and sometimes we underestimate the amount of time it takes to get to the next base camp. The point to take away is that we’re always moving forwards and our first base camp is now in sight. We have an ambitious roadmap to bring new applications to life, release version 2.0, produce a Sencha Touch framework for APEX, introduce new modular solutions similar to interactive reports, the list goes on… and on…
So on a final note, as the saying goes “Rome wasn’t built in a day” and it wasn’t…. but soon your applications might be
Bringing Ideas Together
I’m currently enjoying 4 days in Austria, whilst I’d love to be on holidays skiing this trip is all business, and I wouldn’t want it any other way. Why? Sounds crazy I know… but today is a special day and destined to happen.
Today I’m pleased to announce that I’m working with Peter Raganitsch, arguably the most knowledgeable and best APEX developer outside of the APEX development team. Together we’re combining our efforts to build some amazing software for APEX which is going to transform your APEX applications into something amazing without changing the way you develop them.
For now my lips are sealed on the details but watch this space as we’ll be making a big announcement to the APEX community in the near future.
A preview of what’s under development
It’s been a while since I posted on Ext JS APEX plugin development, but that’s because I’ve been hard at work creating more. There’s some exciting news coming about what to expect in the future but before I can do that here’s a sample of some of the additional plugins currently under development. Each plugin is being designed to work independently or in combination with the other plugins.
Grid Combo
Supports:
- Different display/return value support
- Updating multiple other items in session state
- Cascading LOV support
- Standard Dynamic Actions Supported e.g. refresh, click, focus etc.
- AJAX driven with Pagination capability
- Searchable based on one or multiple columns
- Automatic close on selection
- Plus a number of other features….
Tree Grid Combo
Supports:
- Different display/return value support
- Updating multiple other items in session state
- Cascading LOV support
- Dynamic Actions
- AJAX driven with Pagination capability
- Searchable based on one or multiple columns
- Automatic close on selection
- Plus a number of other features….
Tree Grid
Supports:
- Searchable Tree
- Searches can be restricted to return a maximum number of results
- Checkboxes supported
- Drag and Drop reordering of tree nodes supported supported
- Supports up to 100 columns
- Standard Dynamic Actions Supported e.g. refresh, click, focus etc.
- Dynamic Actions to perform external filtering using your own items
- Pagination supported for restricting the 1st tree level into X page size
- Export to CSV including support for only exporting visibly expanded rows
- Conditions and Authorisations are supported down to the column level
- Plus a number of other features….
Editable Grid Plugin
Supports:
- Read Only, Cell, or Row Editing Capability
- Date, LOV, AJAX LOV, Spinner, and Text form fields
- Client Side Validation support using Ext JS vtypes e.g. date format, email address, phone numbers etc.
- Column locking/freezing capability
- Column Header Groups
- Data Grouping and Summary features
- Filtering support based on column data types, e.g. date filtering is performed by a date picker selection
- Customization of column width/sorting/alignment/headers
- Supports column link definitions and highlight words
- Additional custom config can be added at the grid and down to the column level, e.g. allows the developer to set custom renderers etc.
- Export to CSV Support
- MD5 support to detect data collisions, i.e. concurrent users updating the same data/row
- Computed columns are supported
- Conditions and Authorisations are supported down to the column level
- Unlike Interactive Reports, multiple editable grids are supported on the same APEX page, Yay!
Layout plugin
Supported Layouts:
- BORDER – Any combination of NORTH,SOUTH,EAST,WEST,CENTER Panels
- VBOX – vertical stacked regions
- HBOX – horizontal stacked regions
- ACCORDION – vertical expand/collapse behaviour showing 1 region at a time
- TABPANEL – a set of tabs to hide show region content
- FIT – automatically fills the container, for single regions
List View plugin
Supports:
- Filterable list
- Refreshable
- Template customization ability
- Dynamic Actions
- Plus a number of other features….
Dynamic Content Plugin
With this plugin you will be able to create 1 page AJAX centric applications, without changing the way you build your applications. iFrames are only used for legacy APEX components. This plugin will depend upon the layout plugin and content will be loaded into targeted areas within layout e.g. south pane, a tab panel contained within the center panel, an accordion contained within the west pane etc.
Form Plugin
A complete AJAX form solution supporting client & serverside AJAX validations, coupled with a dozen additional item plugins.
Toolbar/Menu Plugin
A neat and organized way to manage your buttons and menu’s with additional support for combo’s and other items plugins. Create vertical and horizontal toolbars positioned to the top,right,left,bottom of your layout regions e.g.
Window/Dialog Plugin
You will be able to present either regions or whole pages within an maximizable window plugin. It will support integration with the layout plugin to tighly pack grids, tabs, and forms 100% AJAX driven. It will also support standard APEX components like Interactive reports etc.
Notification Plugin
A growl style message notification.
- Supports 5 message types e.g. error, success, warning, informational, general
- Fades/slides out after X many seconds
- Can be positioned top left, top center, top right
- Messages stack on top of each other
- Messages can be pinned/unpinned
- Messages are manually closable
- Messages can be dynamically based on the value of items/DOM Elements on the page













