Hello Martin, Just have checked the code ... (org.wicketstuff.datastores.common.app.BaseDataStoreApplication and other tests) It's not very clear how it can store arbitrary data (not session based) Maybe you can provide tiny example?
On Sat, Jul 29, 2017 at 9:00 PM, Maxim Solodovnik <[email protected]> wrote: > Thanks a lot Martin! > > This is the answer I was looking for :) > > On Sat, Jul 29, 2017 at 3:46 AM, Martin Grigorov <[email protected]> > wrote: > >> Hi Maxim, >> >> All of the datastores at >> https://github.com/wicketstuff/core/tree/master/datastores-parent support >> this. >> https://github.com/wicketstuff/core/wiki/DataStores >> >> They are alternatives of DiskDataStore but you can use them as inspiration >> for anything you need. >> >> Martin Grigorov >> Wicket Training and Consulting >> https://twitter.com/mtgrigorov >> >> On Fri, Jul 28, 2017 at 7:49 PM, Maxim Solodovnik <[email protected]> >> wrote: >> >> > Hello All, >> > >> > I'm trying to set up my first cluster on Tomcat. >> > I need to have application wide key-value storage <string, object> >> which is >> > cluster aware. >> > Is this possible? Maybe someone already did something like this? >> > >> > WBR, Maxim >> > (from mobile, sorry for the typos) >> > >> > > > > -- > WBR > Maxim aka solomax > -- WBR Maxim aka solomax
