Component Integration in .NET

PRELIMINARY INFORMATION - SUBJECT TO CHANGE

Release 2.1 - ...

The XForms Engine can be hosted in any .NET environment. The system is highly componentized and provides many ways to be integrated in client-server or stand-alone applications.

Components

Smartsite.XForms.dll

Main XForms component. Used to compile an XForms Document into an object tree, for rendering using an XForms Render Device. 

Smartsite.XForms.Rendering.dll

Contains a number of XForms Render Devices, ready to be used in web environments.

Smartsite.XForms.Modules.dll

Used for the integration in Smartsite iXperion. Contains an SXML macro used by the sml_xforms() Smartlet.

Smartsite.XForms.AspNet.dll

Used to simplify integration in any ASP.NET (WebForms or MVC) project.

Topics