From: Wolfgang P. <wpi...@ca...> - 2010-02-11 18:57:56
|
Hi, i have done a java wrapper for the iaxclient lib. And i have also a java applet exposing some of the methods to javascript. You can contact me off list if you are interested in this wrapper best regards, Wolfgang 2010/2/11 Rodney Seifert <rse...@sr...>: > I have seen references to the fact that someone has implemented a java > applet method of using iaxclient for embedding in a web browser. > > > > Can anyone shed any light on this or offer an alternative method of using > iaxclient in a web browser? > > > > Thank you > > > > Rodney > > > > > > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > |
From: Wolfgang P. <wpi...@ca...> - 2010-02-12 08:19:36
|
jiaxclient is not maintained anymore. jiaxclient does use outdated iaxclient (1.?) 2010/2/12 Jérémy LEFEVRE <jle...@vo...>: > That was something already done by jiaxclient! What feature is it bring compare to jiaxclient ? > > -----Original Message----- > From: Wolfgang Pichler [mailto:wpi...@ca...] > Sent: jeudi 11 février 2010 19:50 > To: Rodney Seifert > Cc: iax...@li... > Subject: Re: [Iaxclient-devel] iaxclient in java applet? > > Hi, > > i have done a java wrapper for the iaxclient lib. And i have also a > java applet exposing some of the methods to javascript. > > You can contact me off list if you are interested in this wrapper > > best regards, > Wolfgang > > 2010/2/11 Rodney Seifert <rse...@sr...>: >> I have seen references to the fact that someone has implemented a java >> applet method of using iaxclient for embedding in a web browser. >> >> >> >> Can anyone shed any light on this or offer an alternative method of using >> iaxclient in a web browser? >> >> >> >> Thank you >> >> >> >> Rodney >> >> >> >> >> >> ------------------------------------------------------------------------------ >> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, >> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW >> http://p.sf.net/sfu/solaris-dev2dev >> _______________________________________________ >> Iaxclient-devel mailing list >> Iax...@li... >> https://lists.sourceforge.net/lists/listinfo/iaxclient-devel >> >> > > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > -------------------------------------------------------- > > This e-mail and any attached files are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail by mistake, please notify the sender immediately and delete it from your system. You must not copy the message or disclose its contents to anyone. > > Think of the environment: don't print this e-mail unless you really need to. > > -------------------------------------------------------- > |
From: Jérémy L. <jle...@vo...> - 2010-02-12 08:28:40
|
True, this is a veeery long time jiaxclient has not been updated, where it is possible to test you work ? -----Original Message----- From: Wolfgang Pichler [mailto:wpi...@ca...] Sent: vendredi 12 février 2010 09:19 To: iax...@li... Subject: Re: [Iaxclient-devel] iaxclient in java applet? jiaxclient is not maintained anymore. jiaxclient does use outdated iaxclient (1.?) 2010/2/12 Jérémy LEFEVRE <jle...@vo...>: > That was something already done by jiaxclient! What feature is it bring compare to jiaxclient ? > > -----Original Message----- > From: Wolfgang Pichler [mailto:wpi...@ca...] > Sent: jeudi 11 février 2010 19:50 > To: Rodney Seifert > Cc: iax...@li... > Subject: Re: [Iaxclient-devel] iaxclient in java applet? > > Hi, > > i have done a java wrapper for the iaxclient lib. And i have also a > java applet exposing some of the methods to javascript. > > You can contact me off list if you are interested in this wrapper > > best regards, > Wolfgang > > 2010/2/11 Rodney Seifert <rse...@sr...>: >> I have seen references to the fact that someone has implemented a java >> applet method of using iaxclient for embedding in a web browser. >> >> >> >> Can anyone shed any light on this or offer an alternative method of using >> iaxclient in a web browser? >> >> >> >> Thank you >> >> >> >> Rodney >> >> >> >> >> >> ------------------------------------------------------------------------------ >> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, >> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW >> http://p.sf.net/sfu/solaris-dev2dev >> _______________________________________________ >> Iaxclient-devel mailing list >> Iax...@li... >> https://lists.sourceforge.net/lists/listinfo/iaxclient-devel >> >> > > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > -------------------------------------------------------- > > This e-mail and any attached files are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail by mistake, please notify the sender immediately and delete it from your system. You must not copy the message or disclose its contents to anyone. > > Think of the environment: don't print this e-mail unless you really need to. > > -------------------------------------------------------- > ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Iaxclient-devel mailing list Iax...@li... https://lists.sourceforge.net/lists/listinfo/iaxclient-devel -------------------------------------------------------- This e-mail and any attached files are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail by mistake, please notify the sender immediately and delete it from your system. You must not copy the message or disclose its contents to anyone. Think of the environment: don't print this e-mail unless you really need to. -------------------------------------------------------- |
From: Wolfgang P. <wpi...@ca...> - 2010-02-12 08:50:04
|
Take a look here for the code http://callino.svn.sourceforge.net/viewvc/callino/trunk/ and a look here for the test applet test suit... http://callino.cc/jiaxcapplet/ no 64bit support yet - so don't try it... br, Wolfgang 2010/2/12 Jérémy LEFEVRE <jle...@vo...>: > True, this is a veeery long time jiaxclient has not been updated, where it is possible to test you work ? > > -----Original Message----- > From: Wolfgang Pichler [mailto:wpi...@ca...] > Sent: vendredi 12 février 2010 09:19 > To: iax...@li... > Subject: Re: [Iaxclient-devel] iaxclient in java applet? > > jiaxclient is not maintained anymore. jiaxclient does use outdated > iaxclient (1.?) > > > 2010/2/12 Jérémy LEFEVRE <jle...@vo...>: >> That was something already done by jiaxclient! What feature is it bring compare to jiaxclient ? >> >> -----Original Message----- >> From: Wolfgang Pichler [mailto:wpi...@ca...] >> Sent: jeudi 11 février 2010 19:50 >> To: Rodney Seifert >> Cc: iax...@li... >> Subject: Re: [Iaxclient-devel] iaxclient in java applet? >> >> Hi, >> >> i have done a java wrapper for the iaxclient lib. And i have also a >> java applet exposing some of the methods to javascript. >> >> You can contact me off list if you are interested in this wrapper >> >> best regards, >> Wolfgang >> >> 2010/2/11 Rodney Seifert <rse...@sr...>: >>> I have seen references to the fact that someone has implemented a java >>> applet method of using iaxclient for embedding in a web browser. >>> >>> >>> >>> Can anyone shed any light on this or offer an alternative method of using >>> iaxclient in a web browser? >>> >>> >>> >>> Thank you >>> >>> >>> >>> Rodney >>> >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, >>> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW >>> http://p.sf.net/sfu/solaris-dev2dev >>> _______________________________________________ >>> Iaxclient-devel mailing list >>> Iax...@li... >>> https://lists.sourceforge.net/lists/listinfo/iaxclient-devel >>> >>> >> >> ------------------------------------------------------------------------------ >> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, >> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW >> http://p.sf.net/sfu/solaris-dev2dev >> _______________________________________________ >> Iaxclient-devel mailing list >> Iax...@li... >> https://lists.sourceforge.net/lists/listinfo/iaxclient-devel >> >> -------------------------------------------------------- >> >> This e-mail and any attached files are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail by mistake, please notify the sender immediately and delete it from your system. You must not copy the message or disclose its contents to anyone. >> >> Think of the environment: don't print this e-mail unless you really need to. >> >> -------------------------------------------------------- >> > > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > -------------------------------------------------------- > > This e-mail and any attached files are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail by mistake, please notify the sender immediately and delete it from your system. You must not copy the message or disclose its contents to anyone. > > Think of the environment: don't print this e-mail unless you really need to. > > -------------------------------------------------------- > |
From: Jérémy L. <jle...@vo...> - 2010-02-12 08:28:29
|
That was something already done by jiaxclient! What feature is it bring compare to jiaxclient ? -----Original Message----- From: Wolfgang Pichler [mailto:wpi...@ca...] Sent: jeudi 11 février 2010 19:50 To: Rodney Seifert Cc: iax...@li... Subject: Re: [Iaxclient-devel] iaxclient in java applet? Hi, i have done a java wrapper for the iaxclient lib. And i have also a java applet exposing some of the methods to javascript. You can contact me off list if you are interested in this wrapper best regards, Wolfgang 2010/2/11 Rodney Seifert <rse...@sr...>: > I have seen references to the fact that someone has implemented a java > applet method of using iaxclient for embedding in a web browser. > > > > Can anyone shed any light on this or offer an alternative method of using > iaxclient in a web browser? > > > > Thank you > > > > Rodney > > > > > > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Iaxclient-devel mailing list Iax...@li... https://lists.sourceforge.net/lists/listinfo/iaxclient-devel -------------------------------------------------------- This e-mail and any attached files are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail by mistake, please notify the sender immediately and delete it from your system. You must not copy the message or disclose its contents to anyone. Think of the environment: don't print this e-mail unless you really need to. -------------------------------------------------------- |