0

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 1

2

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.

Sign up to request clarification or add additional context in comments.

1 Comment

To help your research, here are some sample projects you can examine to see how input is handled there: Samplestack, Springboot MarkLogic Sample.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.