Login Register

eai service bus error reprocessing application

Here's an example of an error reprocessing application for an EAI bus used at sparq for integration of systems. I built this on an earlier version of dojo (0.4.3) but have only just set it up on my home computer to demonstrate some of the features. To access the application visit the url below...

http://weblogic.cyberavenue.com.au/FMC/Admin/ErrorRecycling/ErrorRecycli...

Features

  • SuperGrid Widget used to display all errors records in the database. The user can page through the database table, sort by clicking on the column header and filter each column by clicking the filter icon in the column header
  • Single clicking on a row will open up another window containing the detail of the error.
  • The detail screen displays the original request document with 2 views; a form view and a raw xml view. This screen contains a widget that allows the user to update the request document using EITHER view with the other view updating on-the-fly in the browser! This widget makes use of the browsers built in dom parser and xslt stylesheet capabilities Test this by modifying a value in the form view and then clicking on the xml view to see the change in the xml. Then do the reverse.
  • There are other features that should be found by playing around with the demo
  • I do intend to port this to dojo 1.2 eventually although I'm dissappointed in the features that used to be solid in 0.4.3 that are now flaky in dojo 1.0, such as floating pane support.