I am working on porting a windows forms application to w3 using mozart for the backend.

As it stands there is not much support for Mozart as an application server in the w3 sense so I am using CGI and using a generic WebAdaptor to dispatch functions.

The WebAdaptor looks for the key:action in the query string and locates a functor by that name. As it stands I am using a convention that the functor must implement and export a proc named InvokeAction.

My question is:

Is there any way to define a functor signature that a functor must implement ala ML (OCAML)?

-Justin




_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to