We've actually done this where we developed the business logic as a web app and due to customer needs another team implemented the same code for a desktop app (I think they used SWT??)
They didn't modify any of the iBatis stuff and very little of the other code. Z. > Hello, > > I'm developing an application that initially will need to have a temporary > desktop-based GUI (using Swing, for database tests purpose). But this app > will be web-based in a few months. > What I would like to know is how can I build this app using the integration > between iBatis and Spring somehow that it works for this distinct plataforms > (web and desktop)? If it possible, of course. > > > Regards, >