Re: Java Maps and non-SQL database

2012-04-23 Thread Martin Grigorov
Hi Marc, The closest implementation I'm aware of is : new PropertyModel(this, "aJavaMap[someKey]") I.e. in *this* class there is a member field named "aJavaMap". See the javadoc of org.apache.wicket.core.util.lang.PropertyResolver On Sat, Apr 21, 2012 at 1:13 PM, Marc Marc wrote: > Hello, > > I

Java Maps and non-SQL database

2012-04-21 Thread Marc Marc
Hello, I want to develop an application-interpreter. The interpreter runs an application model consisting of entity-relationships and fairly easy business. My idea is to use Wicket using Java maps as underlying model and to use a non-SQL database to make the Java maps persistent. This way I try