[XMLForm] close XMLForm application
Status: Beta
Brought to you by:
ivelin
|
From: <Syl...@sw...> - 2003-05-13 13:47:35
|
Hello, I'm using XMLForm application to retrieve data from a database. To connect to my database, I'm using an object/relationnal mapping tool = (OJB). When I start a XMLForm application, I need to initialize the connection = to my database. I'm doing this in the Bean constructor. This is in the = Bean because all data stuffs are in it. When I close the XMLForm application, I need to close this connection. My question is: where can I do this in the Bean (or in other place)? Thanks Sylvain |