javaweb-servicesrestframeworksopenxava

Does OpenXava framework support Web Services?


I have an OpenXava application and I would like to expose a REST API allowing external users and even other applications to do HTTP POST requests to my OpenXava Entities, thus creating new resources in my database.

Does anyone know if OpenXava can generate web services for my entities? I am using OpenXava 5.2.1.

I already read the documentation but found nothing about this.


Solution

  • OpenXava does not generates web services for each entity automatically. However, an OpenXava application is a regular Java web application, so you can write the web services for your application in the usual way.