Hi J. David,
Thanks for your reply.
I understand that.
But things at appfuse make it seems that daos are just for database access.
For xml file manipulation I got in doubt where it would be more appropriate.
Thansk, Marcelo
On 8/13/07, J. David Mendoza <[EMAIL PROTECTED]> wrote:
>
> The Dao..
The Dao... this is the place where you persist... The service (or
manager) is for the business logic (if you need to transform the data)
David M.
Marcelo Alcantara wrote:
Hi,
I have to make a module in my application that should be writes xmls.
Maybe I will have to have the option of being a
Hi,
I have to make a module in my application that should be writes xmls. Maybe
I will have to have the option of being able to switch between saving to
xmls or database.
Do you think the best way to structure this would be to create FilesystemDao
object or the make a service to acomplish this?