[Mono-list] Can this be done with Mono

Abe Gillespie abe.gillespie at gmail.com
Tue Nov 4 18:11:08 EST 2008


Gonzalo wasn't entirely too helpful.  What you'll need to "read up"
on, specifically, is usage of an HttpHandler.

-Abe

On Tue, Nov 4, 2008 at 12:46 PM, Gonzalo Paniagua Javier
<gonzalo.mono at gmail.com> wrote:
> On Tue, 2008-11-04 at 04:12 -0800, sardaukar wrote:
>> I was wondering if one can integrate Mono and Apache in a way that:
>>
>> allows for a type to be handled by Mono (f.ex. .SSS)
>> when I browse to a .SSS page, the request is handled by a Mono assembly
>> the SSS page is a specially crafted XML file with a succession of type
>> references to another assembly and/or XML files, like so:
>>
>> <sss_go>
>> <node>
>>  <id>1>/id>
>>  <type>Some.Namespace.Class.X.1</type>
>>  <next_node>2</next_node>
>> </node>
>> <node>
>>  <id>2</id>
>>  <type>some.xml.file</type>
>>  <next_node>2</next_node>
>> </node>
>>
>> The thing is to have the main assembly call methods in other assemblies and
>> also have them perform xslt transformations in xml files - kind of like
>> ASP.NET but without ASP.NET :D
>>
>> Can this be done? I thought of mod_haydn as a candidate, but it appears to
>> be dead. And mod_mono only works for ASP.NET apps, right?
>
> Yes, and it's easy. But looks like you're going to have to read up on
> ASP.NET ;-)
>
> -Gonzalo
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


More information about the Mono-list mailing list