I have just begun playing with Flow, JXForm and Hibernate
(Thanks to Hugo Burm's demo at :
http://wiki.cocoondev.org/ Wiki.jsp?page=XMLFormJXFormHibernateAndFlowscript
)
I got off and running in less than one day.
WOW!!!!!
My first question ......
Logging:
logging from a FlowScript is nice and easy, due to the availability of:
log.debug ("all rockets at full thrust"); log.info ("Roger that, Huston");
etc.
But what is the best way to provide your own 'business logic classes' with a way to log via Cocoon's logging mechanisms (ie. output to the Flow.log).
Thanks
regards Jeremy