cancel
Showing results for 
Search instead for 
Did you mean: 

How to Find the Web client in SAP MDM server

Former Member
0 Kudos

HI

MDME4J_Ver5.5.15.00 ,MDMD COM This Two fileare there in Server, used for Installing Webclient...

Can Any body give more information on this, I am very new to this ...

Thanks In Advance..

Regards

Guruva

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The upcoming release MDM 5.5 SP2, includes configurable iViews which can assembled in a portal page to provide a web-based searchable view of an MDM repository.

In addition to this, the MDM framework comes with two API's - (Java and COM) which allow you to build custom applications in the environment of your choice (Java, DotNet) on top of an MDM repository, and in a delivery environment of your choice - windowed applications, web applications, etc.

Former Member
0 Kudos

Hi Guruva,

As explained in previous posts, there is no readymade web client available in MDM 5.5.

If you use MDME4J_Ver5.5.15.00, then you should build your own application using the MDME4J.jar file. This jar file consists of library classes and methods which can be used for connecting, retrieving and updating records etc to/from MDM repository. It is a java programmer's responsibility to use this jar file and build a custom web Client.

If you use MDM COM, it is a VB programmer's job to explore this COM API and build a custom web Client.

You can use any of the above APIs to build your web client based on your skillset.

Hope this information is useful !

Regards,

Rajani Kumar

Former Member
0 Kudos

Hi Rajini

Thank you very much

Regards

Guruva