Edit DOCX file content in web application with Java

I am having requirement of Editing .docx content in our web application and that edited contents are store into database using java platform. I don’t know whether you are having this product. Can you guys help me on this.

If exist kindly share the link for my reference.

@Dilip0527

With Aspose.Words API you can programmatically generate, modify, convert, render and print documents without utilizing Microsoft Word.

In your case, we suggest you please download the source code of Aspose.Words editor from the following Github link. Please save the document to stream and store it to database. Hope this helps you.
https://github.com/aspose-words/Aspose.Words-for-.NET/tree/master/Demos/src/Aspose.Words.Live.Demos.UI/Editor

We suggest you please read the following article.
Save a Document