Here is the part of the origional email where we are in agreement: > So I would recommend: > - Making a new Transaction interface (perhaps called Session) that meets > your needs. This can prove the concept and serve to motivate your design > choices. > - Repository idea seems dead ... replace with a SessionFactory > As for Muller's request to get transaction commit/rollback out of the library - it will not work. We are trying to bring the various data store implementations to an even playing field; including things like Shapefile where there is no native concept of "transaction".
That said we should be able to intergrate with the various systems they propose; it will come down to how well they were designed. Some designs focus just on JDBC and will not be suitable; others in the Java EE space account for giving software components a chance to commit or rollback their state and may very well be suitable. I look forward to reading Christian's research on the subject. Jody Jody Garnett wrote: > Andrea Aime wrote: > >> read your mail and I'm wondering if Christian really needs all of >> what you're proposing. To "jsut" work in typical J2EE enviroment >> where you only have databases around, no files, no remote servers, >> I believe there would be no need for a repository concept, but >> just a Transaction class that can participate in the declarative >> transaction set up. >> > Indeed that is what I recommend at the end of the email - the production > of a SessionFactory that can be provided by GeoServer; (where Session > > Transaction ). > > Cheers, > Jody > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
