Hey everyone,

I'm working on a rather large application, and have recently
transitioned from using my own Java DAO classes to Hibernate. One
screen of the application allows clients to add and modify lists of
keywords, along with text ads (FYI, this is a project that interacts
with Google AdWords). I had autocommit set to false for my Hibernate
DS, but the problem was I had to keep using the ServiceLocator to
commit the changes. Hitherto, the application's structure was very
strictly tied to Cairngorm's design pattern, but now I'm finding that
I'm needing to deviate from it a bit. The problem I'm also having with
autocommit set to true is that I'm not receiving back AsyncTokens, and
can therefore not deal with conflicts or faults.

Is there any method any of you have used to deal with Hibernate, or
even Dataservices, with Cairngorm, and what are some of the best
practices for using the two together?

Thanks,
Brennan





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to