java - Does OpenXava framework support Web Services? -


i have openxava application , expose rest api allowing external users , other applications http post requests openxava entities, creating new resources in database.

does know if openxava can generate web services entities? using openxava 5.2.1.

i read documentation found nothing this.

openxava not generates web services each entity automatically. however, openxava application regular java web application, can write web services application in usual way.


Comments