Creating Custom Services on top of a DataTable created in composer using the Eclipse SDK
Dear community,
I would like to perform the activity I have written in the subject, and by looking at the documentation it looks doable. However, I have some issues:
- I have created a DataShape and a DataTable in the composer, and exported them via the "Export" option.
- I have then imported them in Eclipse (Right click on Extension Project -> Import -> ThingWorx -> Entities and the .xml files are imported correctly in the project.
After this, I am not sure on how to proceed, since the import option does not cause the creation of the corresponding Java classes, or the entries in the metadata.xml file. By following tutorials/documentation, custom services should be created in the .java class of the related entity. Should I perform those manually, and then map them to the entities I created?
I hope my question is clear, but feel free to ask for more details.
Federico

