简体   繁体   中英

how to integrate java backend with dreamweaver front end?

My backend team is working on a project on J2EE platform and my front end team is working on Dreamweaver CC for the front end part. How do you connect a java backend with the dreamweaver front end?

There are many ways to connect a Frontend application to a Backend server. There are many protocols, one of which is HTTP and the most common transfer mechanism is REST.

You can learn more about REST from here .

Additionally, there are many Javascript libraries that offers REST support that can be used in any front-end web application.

So, one answer for your question is to integrate a Javascript library with REST support and make sure that your J2EE platform exposes functionalities through REST also.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM