WebSphere Application Server - Re: Newbie question: Sharing objects in memory between different

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Application Server > August 2007 > Re: Newbie question: Sharing objects in memory between different





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: Newbie question: Sharing objects in memory between different
William Newport

2007-08-16, 1:24 am

Do you mean share in real time or do you mean using statics? Statics will have trouble because of class loader issues although by keeping the objects in a utility jar on a common class path then you may be able to share them.

If you mean in a cluster then something like ObjectGrid will let you share state between instances/applications without the need to even share classes, each application can use a different POJO for the same state.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com