FlowExecutionListenerAdapter in JDBC
I am developing a web flow application. I have to use pure JDBC and a persistence context. In booking-mvc example with web flow distribution, I find JpaFlowExecutionListener is being used. I also find HibernateFlowExecutionListener in the same package as JpaFlowExecutionListener. In the guider, I was told I can use one of them. However, I have to use a pure JDBC solution. What should I do? Should I implement JdbcFlowExecutionListener? If so, how do I implement it? I appreciate your advice.
Jim |