Hi, I'm not sure that config is necessarily the same as a preferences API. Specifically, you want to store use specific attribute values, if I'm understanding you right, correct?
John On Fri, Mar 24, 2017 at 2:02 PM Mark Struberg <[email protected]> wrote: > Hi folks! > > I've implemented a comma separated List handling already, just didn't > commit it yet. > Will try to push it over the weekend and put it up for review. > > LieGrue, > strub > > > > Am 23.03.2017 um 09:04 schrieb [email protected]: > > > > This could be a great feature. After a small research there are only > > native Java Preferences ( hate that ) or self made. But it is very common > > and fits in DS suite in my opinion. > > > > Paweł > > > > > > > > > > Od: Thomas Lustig <[email protected]> > > Do: [email protected] > > Data: 2017-03-19 10:14 > > Temat: Howto use DeltaSpike Configuration Module for userprofiles > > > > > > > > Dear Community, > > > > I am really fond of using Deltaspike configuration module to configure my > > JEE application. > > I would like to store also data that is specific to application users in > a > > kind of profile. > > > > config_key profile_key config_value > > > ------------------------------------------------------------------------------------------------------ > > john favorite_menues my_books,my_posts > > eliza favorite_menues my_posts,my_music > > > > > > Are there some best practises how to implement such an additional > > dimension > > (profile_key) using deltaspike? > > > > Thanking you very much in advance for helping me > > > > kind regards > > > > Tom > > > >
