<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>I think that regarding XUL, the best example of what can be achieve with Erlang is the OneTeam instant messaging client.</div><div>If you do it well you can make it run the same from a web browser without installing anything or as a standalone client.</div><div>XUL is quite hard because it is undocumented, but you can build really nice interface with it.</div><div><br></div><div>More information on: </div><div>- <a href="http://www.process-one.net/en/oneteam/">http://www.process-one.net/en/oneteam/</a></div><div>- <a href="http://oneteam.im/">http://oneteam.im/</a></div><div><br></div><div><br></div><div><br><div><html>Le 16 mars 08 à 23:45, Mariano Guerra a écrit :</html><br class="Apple-interchange-newline"><blockquote type="cite">On Sun, Mar 16, 2008 at 8:25 PM, Roberto Saccon <<a href="mailto:rsaccon@gmail.com">rsaccon@gmail.com</a>> wrote:<br><blockquote type="cite">Mariano, XUL sounds interesting in theory, but there might be show-stoppers:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"> Is there any Erlang XPCOM interface ?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"> XUL is  XML, which requires tools for efficient editing, does such a<br></blockquote><blockquote type="cite"> tool exist and does it fit into your workflow ?<br></blockquote><blockquote type="cite"><br></blockquote><br> I was thinking on XUL as a replacement for the HTML over yaws<br>solution not as a replacement for wxWindows, if you use some kind of<br>template engine, and open Prism pointing to for example<br><a href="http://127.0.0.1:1337">http://127.0.0.1:1337</a> and using async calls to some kind of REST<br>service or erlang replacement of that (JSON could work nice here :)),<br>you have a web application running locally that looks like a destop<br>application, just replacing the URL you have a website :).<br><br>you will have some javascript there, but well, if you do the HTML<br>solution you will have it to, and using wxWindows means to have a<br>binding to another library that is not fully implemented and may have<br>problems with concurrent calls (I dont know if that will happen, but<br>for example GTK doesn't support threads very well)<br><br>also, with this solution you have the best of both worlds I guess.. a<br>web app with native look and feel.<br><br>I don't know if that answer your question.<br>_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br><a href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="font-size: 12px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>-- </div><div>Mickaël Rémond</div><div> <a href="http://www.process-one.net/">http://www.process-one.net/</a></div><div><br class="webkit-block-placeholder"></div></div></span></div></div></div></span><br class="Apple-interchange-newline"> </div><br></div></body></html>