I want to know is there any tutorial or program that shows all necessary actions for to create nodes in modeshape and to store in a SQL Server database?
I'm well struggling with this new technology and I don't have any help around.
With the help of some experts I have some global ideas
On start the engine: create a session and create nodes save the session and shut down the engine.
I want to know how he makes the link with the database.
I have created the nodes.
I have installed SQL jdbc with the help of maven
I have added the
dependencyin pom.xml
file.I want to know should I do things in
config.json
?What should I do in
infinspan.xml
?How they store in database (either by an insert)?
I badly need some help.
Thanks for your precious help