BUILDING QUICKLY
AND EASILY, A WEB INTERFACE
FOR AN X.500/LDAP
ENTREPRISE DIRECTORY.


HOME

PRODUCTS

SERVICES

DIRECTORIES

OPENCMS

CUSTMERS

COMPANY

PRESS

 WXD

  Presentation

  Technical Part

  ANNOUNCES
  DOWNLOADS
  CONTACT
  ACCESS
Français

  HOME > PRODUCTS > WXD > Technical Part


 
WXD Web / LDAP Gateway :
Rich in its technical trumps
Large facility of development
An integrated architecture
Multi directory / multi platforms
Enriched functionalities
Authentification (beginning to end)
Range supplements supports
Facility of development
Thanks to WXD, the creation of a IHM HTML of consultation or update of the data of your Directory can be done without any cgi. The directives of the WXD tags follow the same principles that those of language HTML, they are thus very easily assimilable by a developer WEB. WXD uses " models of document ", files of the ASCII type (HTML, rtf, CSV...) in which are insèrées directives specific to WXD. These inclusions indicate which requests are to be carried out on the Directory, and to which places, in the model, to restore recovered information. In this manner, WXD preserves a total freedom of graphic expression to design pages without technical constraints related to the diagram of the Directory.
An integrated architecture
Architecture C++ multi-thread of WXD integrates in same binary:
  • an HTTP server,
  • engine WXD Script,
  • a complete LDAP customer
As an HTTP server, WXD supports traditional models HTML and the cgi These files of traces, format NCSA, allow a standardized statistical exploitation.
Performances unique of their kind
WXD gets its performances from its integrated architecture and multi-thread which optimizes the transfers of information, and from the conservation in memory of part of the analyses of the models. Its single architecture makes it much more powerful than an architecture based on scripts cgi, or links LDAP / ODBC which lengthen the data processing sequence and much less better support the rises in loads.
Multi directory / multi platforms
WXD supports all the Directories of the market integrating protocol LDAP: ISODE, Isocore, Siemens, Control dated, Netscape, Marben or Microsoft with the future Active Diretory. WXD functions on the platforms Unix and Windows NT.
Fonctionalitiess of consultation
WXD makes it possible to exploit to the maximum the data of your Directory. Indeed, our product is not satisfied to question the Directory, via protocol LDAP, and to display the result of the requète on an interface Web. WXD is also able to combine functionalities :
  • of search multicriterion on all the data, (chaîne, under-chain, etc.)
  • sorting and listing on the result of requete(alphabetic, numerical, value, etc.)
  • of calculation of the number of result and on valeurs (opérations, statistics, percentages, etc.)
Fonctionalities of update
WXD tags provide to the developer a whole of commands of update authorizing the modification, creation, or the erasure of the inputs. It can very simply carry out the copy of under tree, while maintaining the validity of the pointers.
Authentification from beginning to end Support
WXD implements the access controls to the Directories. It thus uses fully the advanced functions of security on the data and the users defined in standard X.500. Sysium offers a complete range of supports to its customers by the means of a telephone assistance, training service and service of consulting.
Example of model to list the entries under a node :

[LIST] --> The List request is done on the current entry
[BASE]C=FR[/BASE] --> The default entry base
<html>
<head>
<title>WXD - DUA</title>
</head>
<body>
<font size="+2">
ETABLISSEMENT : [AV]ou[/AV] --> Display the ou's value
</font>
<font size="+1">
Liste des sous services :
</font>
[ELI] --> LIst the entries below (loop)
<li>
<a href="view.html?[ENC]DN=[DN][/ENC]">[DN]</a> --> ENCode and display the DN
</li>
[/ELI] --> End of loop
<br>
[IF]"[DN UP=1]"!="c=fr"[THEN] --> Condition on the following code after [THEN]
<font size="+2">
Etablissement père :
</font>
<a href="view.html?[ENC]DN=[DN UP=1][/ENC]">[DN UP=1]</a>
[/IF] --> End of condition
</body>
</html>

Powered by

Created, developped and hosted by Sysium