Writing custom user interface

Hi,

I need to write custom user interface that will cover part of Sun Identity Manager functions. I have following questions:

* Should I use Java and try to utilize API in JARs included with IDM?

* Or is it better to use SPML?

New, limited user interface will have only essential functions.

--

Regards

Mariusz

[359 byte] By [mg2a] at [2007-11-27 2:26:22]
# 1
Neither...you could customize the views in the forms.
ankushkapoora at 2007-7-12 2:35:38 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
But is it possible (although not recommended) to create such interface basing on SPML or did I misunderstand SPML purpose?
mg2a at 2007-7-12 2:35:38 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

Hi,

it is ok to make your own GUI if you do it for the right reasons. I met people that said "I don't want to learn XPress, let's roll our own GUI in Java". If that is your reason you are wrong because even if you build your own GUI you will still have to work with XPress and Forms and Workflows because that is where the business logic and data transformation happens.

If the data to be displayed in your GUI does not fit into a webinterface build your own fat client(API, RemoteSession). If you have a portal like app and need minor things to be done from there use SPML.

Regards,

Patrick

Patrick.Wehingera at 2007-7-12 2:35:39 > top of Java-index,Web & Directory Servers,Directory Servers...