%@ include file="menu.jsp" %> <%= incrCount(session) %> <%= writeSetup() %> <%= writeHeader() %> <%= writeLog(request.getRemoteAddr(), request.getRequestURI()) %> <%= writeTopMenu() %> <%= writeImg() %> <%= writeMainSetup() %> <%= addMenuItem("Home", "/index.jsp", 0, false) %> <%= addMenuItem("Solutions", "solutions.jsp", 0, false) %> <%= addMenuItem("ESBus Framework", "framework.jsp", 1, false) %> <%= addMenuItem("Framework Diagram", "diagram.jsp", 14, false) %> <%= addMenuItem("ESBus Integrator", "integrator.jsp", 1, false) %> <%= addMenuItem("ESBus History", "history.jsp", 1, false) %> <%= addMenuItem("ESBus Auditor", "auditor.jsp", 1, false) %> <%= addMenuItem("ESBus LAUA Auditor", "laua.jsp", 14, false) %> <%= addMenuItem("ESBus Windows Auditor", "w2k.jsp", 14, false) %> <%= addMenuItem("ESBus Scheduler", "scheduler.jsp", 1, false) %> <%= addMenuItem("ESBus Session Manager", "session.jsp", 1, false) %> <%= addMenuItem("ESBus Extensibility", "extensibility.jsp", 1, true) %> <%= addMenuItem("Services", "services.jsp", 0, false) %> <%= addMenuItem("Clients", "client.jsp", 0, false) %> <%= addMenuItem("Collateral", "collateral.jsp", 0, false) %> <%= addMenuItem("Contact Us", "contact.jsp", 0, false) %> <%= addMenuItem("Associate Login", "login.jsp", 0, false) %>
|
The entire MachenSoft ESBus platform is extensible to easily meet whatever challenges your
enterprise has.
Global Plugs are a mechanism to extend the functionality of the ESBus Platform. They are JAVA classes that are called with every transaction that enters the System. With the ability to make these external calls Synchronously or Asynchronously, each plug has the ability to Map Level Plugs provide the mechanism to extend the functionality of the ESBus Platform for a specific transaction. They are JAVA classes that are called with every transaction of a certain type that enters the System. ESBus Tasks are scheduled jobs that are configurable within the Administration page. They can be used for things like retrieving EDI files or updating web sites on a timed basis. ESBus Listeners are JAVA classes that extend the transaction listening capabilities of ESBus for foreign systems. For more information on writing Plugs to extend the ESBus Platform, please click here. |
|