[Freeswitch-dev] mod_ruby

James Martelletti james at nerdc0re.com
Sat Sep 16 22:58:36 EDT 2006


Yes, Java is supported via mod_mono.

I have been cleaning up the release in trunk and am getting ready to  
make an official announcement of it's release, or at least readiness  
to be used. I will try to include with this a few multi-language  
examples. You can see an example of Java code that can be executed by  
Mono at http://www.mono-project.com/Java

Here is a small GTK example from that page.

import cli.Gtk.*;
import cli.GLib.*;

public class Demo {
	public static void main(String[] args) {
		Application.Init ();
		Window w = new Window ("Hello Mono with Java#");
		Button b = new Button ("Click me");
		w.Add (b);
		w.ShowAll ();
		Application.Run ();
	}
}

On 17/09/2006, at 1:53 AM, Brian Fertig wrote:

> Yes..  Java is supported via mod_mono.  You will need to speak with
> James more on that
> as I am didnt write that module.
>
>
> Anthony Minessale wrote:
>> I think mod_mono can do java, James? is that correct?
>>
>> Anthony Minessale II
>>
>> FreeSWITCH http://www.freeswitch.org/
>> ClueCon http://www.cluecon.com/
>>
>> AIM: anthm
>> MSN:anthony_minessale at hotmail.com
>> JABBER:anthony.minessale at gmail.com
>> IRC: irc.freenode.net #freeswitch
>>
>> FreeSWITCH Developer Conference
>> sip:888 at 66.250.68.194
>> iax:guest at 66.250.68.194/888
>> googletalk:freeswitch at gmail.com
>> pstn:712-432-7800
>>
>>
>> ----- Original Message ----
>> From: ivancoder <ivancoder at gmail.com>
>> To: freeswitch-dev at lists.freeswitch.org
>> Sent: Friday, September 15, 2006 4:09:20 PM
>> Subject: Re: [Freeswitch-dev] mod_ruby
>>
>> With all this activity on alternative languages - is it possible to
>> integrate with java? I realize it may be slow but some of us don't  
>> really
>> need to build high end systems..
>>
>> -----Original Message-----
>> From: Michael Collins [mailto:mcollins at fcnetwork.com]
>> Sent: Friday, September 15, 2006 4:45 PM
>> To: freeswitch-dev at lists.freeswitch.org
>> Subject: Re: [Freeswitch-dev] mod_ruby
>>
>> And the peasants rejoice!
>>
>>> -----Original Message-----
>>> From: Brian Fertig [mailto:brian at attdv.com]
>>> Sent: Friday, September 15, 2006 1:24 PM
>>> To: freeswitch-dev at lists.freeswitch.org; freeswitch-
>>> users at lists.freeswitch.org
>>> Subject: [Freeswitch-dev] mod_ruby
>>>
>>> To all who love ruby so..
>>>
>>>
>>>    I got a email back from Matz today who said he will agree to  
>>> issue
>> a
>>> license to us.  So mod_ruby is here
>>> to stay!
>>>
>>>
>>> Brian
>>>
>>> _______________________________________________
>>> Freeswitch-dev mailing list
>>> Freeswitch-dev at lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ 
>>> freeswitch-dev
>>> http://www.freeswitch.org <http://www.freeswitch.org/>
>>
>> _______________________________________________
>> Freeswitch-dev mailing list
>> Freeswitch-dev at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- 
>> dev
>> http://www.freeswitch.org <http://www.freeswitch.org/>
>>
>>
>> _______________________________________________
>> Freeswitch-dev mailing list
>> Freeswitch-dev at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- 
>> dev
>> http://www.freeswitch.org <http://www.freeswitch.org/>
>>
>> --------------------------------------------------------------------- 
>> ---
>>
>> _______________________________________________
>> Freeswitch-dev mailing list
>> Freeswitch-dev at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- 
>> dev
>> http://www.freeswitch.org
>>
>
>
> _______________________________________________
> Freeswitch-dev mailing list
> Freeswitch-dev at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
> http://www.freeswitch.org




More information about the Freeswitch-dev mailing list