Server Component

A simple data browser for NME engine is defined as a serverConfig component. It uses the NME model definition directly and it can adjust the browser layout by configuring the browser.xml file in [MDS project]/Files/etc/. The NME engine server component is required.

Note: The browser.xml configFile is optional.

<component class="com.ataccama.nme.browser.NmeDataBrowserComponent">
	<configFile>browser.xml</configFile> -- optional
</component>

When the server starts, the Master Data item is shown in the web console.


iWay Software