]
Vladimir Blagojevic updated ISPN-6777:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Improve Cache Stores configuration screen
-----------------------------------------
Key: ISPN-6777
URL:
https://issues.jboss.org/browse/ISPN-6777
Project: Infinispan
Issue Type: Feature Request
Components: Console
Reporter: Pedro Zapata
Assignee: Ryan Emerson
Fix For: 9.0.0.Beta2
Infinispan administrators should be able to select and configure any cache store easily,
without having to enter class names and other free-form properties.
Only one tab ‘Cache store’ will be displayed in the cache configuration options
The user will have the option to select a type of store from the list (Single File,
LevelDB, …) + the option ‘NONE’
When the option is changed, all the generic + specific properties will be shown below.
Properties should be presented as combos, if they are enumerable. For example, class (if
there’s a way of filtering all implementing classes in classpath).
Sensible defaults should be set.