Werner Punz schrieb:
> 
> Hold on matthias a little bit, I just gave mario the code for the jpa
> conversation glue.
> So I have jpa already running here.
> 
Btw. the conversation stuff is excellent,
once configured you work within the conversation context within
one entity manager,
@Transactional and @PersistenceContext works like a charm within
the spring 2.0 jpa realm, so no Template Base classes are needed
and you keep the entity manager until the conversation
is closed or timed out...


One thing however, as it seems the conversational stuff has to be
set on the domain of the business layer, never ever push conversations
into the realm of view controllers for now, that screams for trouble.
(for now currently, but component bindings are an inherent problem
anyway), this is not really a problem, but you have to have it in mind.

Reply via email to