Filtered Index

Filtered by: Developer

jlodom's picture
tool
Reads:

3821

Score:
3
3
3
 
Comments:

0


Compiling FLAIM on OS X

FLAIM is a very scalable, quite fantastic database technology. However, it is sorely neglected outside of Novell / Attachmate. This Cool Solution is an effort to make it slightly more available by fixing some problems compiling it on OS X.

jrivard's picture
article
Reads:

8306

Score:
4
4
6
 
Comments:

1


RBPM Web Services - Developer Guide

This document is intended as a guide for developers to leverage the SOAP and REST web services available as part of the Novell Identity Manager Roles Based Provisioning Module (RBPM).

wschreiber's picture
article
Reads:

3669

Score:
4.333335
4.3
6
 
Comments:

0


HowTo: Call IDM SOAP functions with PHP

IDM provides SOAP and REST APIs to access IDM functionality from outside the User Application. The APIs are well documented in the User Application Administration manual, but the listed samples focus on Java.

Of course the SOAP and REST architecture is so generic that it can be used from most programming languages.

To get you started, here is a sample stand alone PHP application that uses SOAP calls to retrieve information from IDM.

wschreiber's picture
article
Reads:

3338

Score:
3
3
3
 
Comments:

0


HowTo: Use Radio Buttons in User Application (HTML Radio)

Radio ga ga ... Radio, someone still loves you!

User Application does allow for Radio Buttons, but only in the flavor of TrueFalseRadioButtons

There are some ways to implement some more flexible radio type fields.
One of these options could be to add radio functionality to the MVCheckbox control; another option could be to add an HTML radio control.

A previous article has described the approach of enhancing MVCheckboxes, while this second article covers the HTML approach.

wschreiber's picture
article
Reads:

2803

Score:
4
4
3
 
Comments:

1


HowTo: Use Radio Buttons in User Application (Turn on your CB Radio)

Radio ga ga ... Radio, someone still loves you!

User Application does allow for Radio Buttons, but only in the flavor of TrueFalseRadioButtons

There are some ways to implement some more flexible radio type fields.
One of these options could be to add radio functionality to the MVCheckbox control; another option could be to add an HTML radio control.

This article describes the first approach of enhancing MVCheckboxes, while a subsequent article will cover the HTML approach.

wschreiber's picture
article
Reads:

4201

Score:
3.75
3.8
4
 
Comments:

0


HowTo: Make your Move (in IDM Workflows)

IDM Designer and Workflow activities allow for various entity operations, namely Create, Modify, and Delete operations.

There is no entity operation to move an object, and none to rename.

As a workaround you may consider writing some driver that does the move/rename for you, but imagine how much easier your life could be with a Move/Rename entity operation within the workflow.

Here's an easy way to accomplish this.

© 2013 Novell