Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] how to handle data used by multiple applications

You should still be able to just share the same ServerSession across all of
the apps.  This would seem to make much more sense the use cache
coordination on the same server.



ymajoros wrote:
> 
> Tim Hollosy a écrit :
>> Have you read the section in the wiki on configuring a coordinated cache?
>>
>> http://wiki.eclipse.org/Configuring_a_Coordinated_Cache_(ELUG)
>>
>>   
>  Yes, but before I set this up, I read "When to Use Cache Coordination": 
> http://wiki.eclipse.org/Introduction_to_Cache_(ELUG)#When_to_Use_Cache_Coordination 
> .
> 
>  They say it is useful in this situation: "#  Changes are all being 
> performed by the same Java application operating with multiple, 
> distributed sessions". This is not out case, we have multiple 
> applications. So, I don't know what to use anymore :-/
> 
> -- 
> Yannick Majoros
> 


-----
---
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
-- 
View this message in context: http://www.nabble.com/how-to-handle-data-used-by-multiple-applications-tp19308131p19414591.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top