To be honest, I haven't paid a lot of attention to J2ME. As far as I understand it, it's a JVM with a more limited set of standard libraries, right? In that case, the obvious steps to take would be "try it" followed by "log bugs" (preferably with patches) if it doesn't compile.
On Thu, Aug 27, 2009 at 16:16, Sudeep Kumar<[email protected]> wrote: > Hi Anthony; > Thanks for your help.I have been browsing through the Wave > client code and it seems a considerable effort to port to C++ as you had > already mentioned.For supporting such wave client on mobile devices we will > be requiring a J2ME version of the Wave Client.Is there any plans for such a > release or do we have to port to J2ME version.Thanks for any help in > advance. > > Regards; > Sudeep > > > On Wed, Aug 26, 2009 at 7:23 AM, Anthony Baxter <[email protected]> > wrote: >> >> It'll be a fair amount of work - you'll need to port all the other >> code, including the wave model code, to C++. It's about 40K lines all >> up, a handwave is that you'd probably need to port 30K of them. OTOH, >> c++ isn't as verbose as java, so it'd probably be less code in all. >> It's still a lot of code to write, easily tens of thousands of lines, >> and you'd need to keep it up to date with the Java code. >> >> >> >> On Tue, Aug 25, 2009 at 16:03, sudeep<[email protected]> wrote: >> > >> > Hi all; >> > How feasible is to port the entire Wave client from java >> > to c++ without changing the structural design ? Thanks for help in >> > advance. >> > >> > Regards; >> > Sudeep >> > >> > > >> > >> >> >> >> -- >> Anthony Baxter, [email protected] >> >> > > > > > -- Anthony Baxter, [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en -~----------~----~----~----~------~----~------~--~---
