--- Vic Cekvenich <[EMAIL PROTECTED]> wrote:
And.... even a simple DAO interface, to be used optionaly be people, so they can go back and forth from iBatis to Hibreante or what ever.
I started the Mapper project in the commons for this exact reason. It doesn't belong in Struts.
+1
Struts should remain a BYOM (Bring Your Own Model) framework. As soon as we include *anything* along these lines, people perceive it as the preferred way of doing things. (Look at what happened with GenericDataSource).
Certainly, we can include more HOWTOs in the documentation about hooking Struts up with various business and persistence layers. But the classes for doing this should not live under the Struts brand..
http://jakarta.apache.org/commons/sandbox/mapper/
David
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]