to strength my APEX skills, I am pondering creating a frontend with APEX but would not mind benefitting / learning from some one else's code if possible and if such an APEX implementation has been done with nice result.
I have quite a lot of experience using a scheduling tool named BicSuite, but have also worked with dbms_schuduler API a lot, and a kind of scheduling framework with an UI based on Java and backend based on dbms_scheduler, in a customer project.
In particular, DBMS scheduler has a feature of chaining job steps that screams for a UI solution, rather than using API. APEX would be the obvious UI choice.
I know Sql Developer provides some basic interface to make simple DMBS_SCHEDULER calls, such as to create a program, a job. But when it comes to chaining, there is barely something.
Would be nice if someone cares to share.