I working on MarkLogic data server with Java. I need to work on Dynamic web project...does any one know how to work form submission with MarkLogic data server?
1 Answer
You handle form submission like you would with any Java application. Here's a tutorial.
Once you have data in Java, you can write/read/search it with MarkLogic using Pojo Data Binding, one of the Pojo handles like JAXBHandle or JacksonDatabindHandle, or by building XML or JSON in Java, then writing that with the appropriate handle.
In general, to use the Java Client API, please refer to the guide.
1 Comment
Dave Cassel
To help your research, here are some sample projects you can examine to see how input is handled there: Samplestack, Springboot MarkLogic Sample.