From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e60711140823x9dcc027sedb017a1baf0c0f5@mail.gmail.com> Date: Wed, 14 Nov 2007 08:23:34 -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: <3e1162e60711140818w55776310i49e2861c0d10a4c@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> <509071940711140813v3f25b88fhaeee568e555ef729@mail.gmail.com> <3e1162e60711140818w55776310i49e2861c0d10a4c@mail.gmail.com> Topicbox-Message-UUID: f948e8b8-ead2-11e9-9d60-3106f5b1d025 On Nov 14, 2007 8:18 AM, David Leimbach wrote: > > On Nov 14, 2007 8:13 AM, Anthony Sorace wrote: > > On 11/13/07, David Leimbach wrote: > > // I thought J2ME was limited to http connectivity... > > > > I don't *think* that's right. I'm very, very far from a Java expert, > > but my impression from more knowledgeable people is that JavaME allows > > direct socket communication, but the implementations on many devices > > do not. Certainly that was our experience when we were working on > > applications which tried to listen on the network: JavaME provided the > > capabilities, but almost all of the handsets we looked at did not. > > > > I'll keep you posted. > > Anthony > > > > It might just depend on what profiles are implemented. > Ah here we go from Beginning J2ME (Li and Knudsen) p159 "Although the MIDP 2.0 specification requiers only HTTP and HTTPS connections, it suggests that implementations support socket, server socket, and secure socket connections."