How to export views and tables definitions from Eclipse HANA Studio to Papyrus? [message #1828056] |
Sun, 31 May 2020 00:33  |
Eclipse User |
|
|
|
For development work I need to create classes in Papyrus that have the same properties as views and tables in a SAP HANA database:
- Papyrus class name = HANA table or view name
- Papyrus class attribute name = HANA table or view column name
- Papyrus class or attribute description = HANA table or view or column description
Since both HANA Studio and Papyrus are Eclipse plugins, and I can see some export functions in Studio, I wonder if there's an easy way to export XMI, XML or some Eclipse format from Studio and import it into Papyrus.
Alternative I could export to csv file and use Papyrus tables to import, but that would be slow and cumbersome... anyone please let me know if there's a better way thanks!
|
|
|
|
|
|
|
|
|
Re: How to export views and tables definitions from Eclipse HANA Studio to Papyrus? [message #1828102 is a reply to message #1828100] |
Mon, 01 June 2020 14:02  |
Eclipse User |
|
|
|
XML features complete type checking, with sub-typing. But you have to define the types with XML Schema Definitions (XSD). XSD is bulky, but works well. Very well. Back in 2002 I was lead architect in a project, where we generated more than 400 web forms based on extended XSDs. The transformation was done with XSLT.
The XML ecosystem is damn powerful, because the meta-model is always XML.
I personally like it and did things with it, others openly argued to be impossible.
Think it is time to publish my SQL based XML store with XPath search. I'll ask if I am allowed to do.
/Carsten
|
|
|
Powered by
FUDForum. Page generated in 0.15043 seconds