Hi Lucie,

You would have to replace all the dao's with their JDBC equivalents. Spring
will help with the result set <-> object attribute mappings. The tricky bit
is going to be building the full tree (i.e. relationships etc), which the
persistence frameworks handle under the covers. Other than that it is just a
matter of making a few configuration changes in the Spring config files.

Mike

2008/5/14 Lucie <[EMAIL PROTECTED]>:

>
> Hi,
>
> I'd like to use Appfuse to start a new project, and am just wonderful how
> much
> tweaking is required if database access is done via JDBC (i.e. no
> persistence
> framework used, a decision not made by me).
>
> Lucie
>
>
> --
> View this message in context:
> http://www.nabble.com/Appfuse-without-persistence-framework-tp17237725s2369p17237725.html
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to