netsql wrote:
<snip />
Can we add iBatis DAO to Ti (not iBatis Implemnation or SQL MAPs, just
DAO). It would reduce # of user questions.
Using iBatis DAO, people can implement the DAO anyway (or they could
replace the iBatis DAO).
For example, they could use iBatis DAO implementing EJB, or Hibrenate or
what ever. I use it for Lucene. It moves up the yard sticks and stays
light.
It also helps in impleneting the Dispatcher. Ex: if a chain does not
match name, then a DAO "name" is called.
Going with the simply development theme, we have talked about including some sort of DAO framework for a "starter's kit"
or something along those lines. That'd probably include a simple SQL mapping framework, Derby or HSQL, and perhaps
Middlegen. However, those would only be included in this kit, and not part of Struts Ti core, as we want to support
multiple business and DAO strategies and frameworks.
Don
thx,
.V
I'm sure you'd agree that
that code is not part of your domain model. In fact, it's really just
MVC again, and the decoding, dispatching and serialising are all
things that a framework like Struts Ti can provide you with.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]