RE: [OT] Ibatis as DAO with SessionFacade

2003-07-17 Thread Cruz, Edward J.
To: Struts Users Mailing List Cc: [EMAIL PROTECTED]; Edward J. Subject:Re: [OT] Ibatis as DAO with SessionFacade On Wed, 2003-07-16 at 09:11, Cruz, Edward J. wrote: Has anyone used Ibatis along with this pattern and if so how have you built the SqlMap? I see that the SqlMap

[OT] Ibatis as DAO with SessionFacade

2003-07-16 Thread Cruz, Edward J.
This is not a struts specific questions but I know several people on this list use this framework. I am just wondering how people have handled this situation if they have run into it. In our current application we want to utilize the Ibatis persistence framework. However, we implement the

Re: [OT] Ibatis as DAO with SessionFacade

2003-07-16 Thread Rick Reumann
On Wed, 2003-07-16 at 09:11, Cruz, Edward J. wrote: Has anyone used Ibatis along with this pattern and if so how have you built the SqlMap? I see that the SqlMap is usually built in a BaseDao and stored as a static variable. I understand that but that assumes you can perform the need I/O