From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e60711140947q70a51b7ai3bcf9be0f16fea5d@mail.gmail.com> Date: Wed, 14 Nov 2007 09:47:09 -0800 From: "David Leimbach" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Styx/9p implementations in JavaME In-Reply-To: <32d987d50711140824x622c4e26ycbb2146aad17c567@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <509071940711131600q1aee1713q8e9f6d4855c8fb7@mail.gmail.com> <3e1162e60711132012k1ca001fds8771f0e76be6c4a0@mail.gmail.com> <32d987d50711140824x622c4e26ycbb2146aad17c567@mail.gmail.com> Topicbox-Message-UUID: f96b351c-ead2-11e9-9d60-3106f5b1d025 On Nov 14, 2007 8:24 AM, Federico Benavento wrote: > I have ssh, telnet irc, everything in my sony w300i (MIDP 2.0) > > here a tutorial implementing telnet: > http://developers.sun.com/mobility/midp/articles/termemulator1/ > > Unfortunately it didn't seem the edition of motorola razr I had from Cingular was capable of anything but http connections... so I wrote a gateway to some apps on my server at home and used xinetd with a header to implement just enough of http to make the phone think I was a web server. Nowadays, I'd have written my application with Yaws (erlang web server) and had it generate dyanimc content, but at the time the app was in C++. Dave > > On Nov 14, 2007 1:12 AM, David Leimbach wrote: > > I thought J2ME was limited to http connectivity... At least my > > initial experiments with it on my motorola razr had me limited to http > > connectivity via limits in the classes available I thought. > > > > I didn't spend a lot of time with it though. > > > > > > On Nov 13, 2007 4:00 PM, Anthony Sorace wrote: > > > I'm beginning a project that involves writing some Styx servers in > > > Java, particularly in a JavaME (formerly known as J2ME) environment. > > > Uriel's nice page on 9p implementations lists two Java > > > implementations, but neither's been updated in a good while, one is > > > client-only, and neither lists which flavor of Java it's designed for > > > (write once run somewhere?). Does anyone have any information on a > > > Styx server in a current-ish Java? > > > Anthony > > > > > > > > > -- > Federico G. Benavento >