简体   繁体   中英

Using Drupal cms with Java application

I have java based web-application.. I want to modify its content through Drupal 7.Is it possible by drupal 7 to manage the contents java based web-app (site)?

I have googled i couldnt find it... Everywhere i could see only the predefined folder structure for drupal site but java web-app has different folder structure . Thanks

Yes, although it's a complex process and you will need Drupal and Java development experience. Your Java based web-app would need to expose an API, to manage its content, that Drupal could call. This API would typically be via REST or web services. You would then need to create your own Drupal module, with appropriate hooks in it, which would call the REST/web service.

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