User talk:Bodo

From Plex-XML
Jump to: navigation, search

In Progress

Contents

Built In Handlers

some Handler Implementation are shipped with Plex-XML. They can be activated as Requests via the Controller Configuration

de.bodow.handler.EchoHandler

simple Handler to "Echo" input Parameters to the response. sometimes useful to do XSLT Transformation , e.g. when you only want do display something without business logic, but the output should depend on the parameters

de.bodow.jdbc.JDBCHandler

allows you to execute some SQL Statements. TODO describe ...

de.bodow.handler.SystemInfoHandler

gives you some Information and Control over the running Application. TODO describe

de.bodow.handler.LogControlHandler

gives you some Information and Control over the logging mechanism of the Application. Currently only Log4J is supported, which is the default Implementation TODO describe