Skip to content

This repository provides a working example of how to host a Java-based web service backend for the Syncfusion Document Editor (a.k.a. Word Processor) component.

Notifications You must be signed in to change notification settings

SyncfusionExamples/EJ2-DocumentEditor-Java-WebService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EJ2-DocumentEditor-Java-WebService

This repository provides a working example of how to host a Java-based web service backend for the Syncfusion® Document Editor (a.k.a. Word Processor) component.

How to host the DocumentEditor service.

Maven Project

Please find the list of commands used for running and deploying the spring boot application in Azure.

Clean the package using

mvn clean package

Run the application locally using

mvn spring-boot:run

Build the package using

mvn package

Above package generation command creates the "tomcat-0.0.1-SNAPSHOT.war" in the below location.

target\tomcat-0.0.1-SNAPSHOT.war

Please create a Azure app service with Java & Tomcat.

After creating the app service

Development Tools -> Advanced Tools -> Go -> Debug console -> CMD

Once the file manager is opened please navigate to

site -> wwwroot -> webapps

Upload the generated war file "tomcat-0.0.1-SNAPSHOT.war" the application will be hosted under

{site-name}/tomcat-0.0.1-SNAPSHOT

Support and feedback

For any other queries, reach our Syncfusion® support team or post the queries through the community forums

Request new feature through Syncfusion® feedback portal

License

This is a commercial product and requires a paid license for possession or use. Syncfusion's licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a licnense here or start a free 30-day trial here

About

This repository provides a working example of how to host a Java-based web service backend for the Syncfusion Document Editor (a.k.a. Word Processor) component.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages