Hello Dear Team,
Do I understand correctly that after defining some specific domain, Lyo will generate code based on the model + add 3rd libraries, such as an application server, etc., and the generated code will be able to be executed from the wheels?
Or the generated code will not be able to be executed and I will need to do something else?
Thanks @andrew ! The suggested workshop is indeed a good starting point. It should explain to you @Krusty84 what gets generated, as well as what needs to be done after that. Unfortunatly, it is a bit out of date, but hope the instructions are still valid.
In summary, the API is fully generated. But you still need write some code to get the data from your source.
Based on various docs that I read, I understood that there is a possibility to specify the type of URL links (relates_to or is tracked_by, etc.)
How should I set kinds for my URLs to folders and files?
In other words, how do I set some type to the URL, which will be “saying” what this URLs is for, I come from the world of PLM where objects are connected through relationships (within the same database) and I think by categories of relationships between objects
Just kick me on the right way: docs,samples, etc.
Thank you so much!
Or… should I establish link type on the OSLC consumer side?
cause OSLC server provide some data as is, and in my case files and folder are simple folders and files… and when I will set link between exposed (via OSLC server) file and some Object in ALM or PLM, Will I be need to set specific relation between ALM object and URL link to file?