If Oracle Wins...
1–5 of 5 posts
Re: If Oracle Wins...
#2Assuming that this is relying on C++ as Chrome does; might they be able to adapt Chrome OS?
Re: If Oracle Wins...
#3Re: If Oracle Wins...
#4most patent or IP battles are resolved via licensing. Oracle has no incentive to destroy the android product (they don't compete in the mobile space) so the only outcome i expect is google possibly paying to license the technology.
On the other hand Google, despite already paying H.264 licence fees for itself, has just spent about 200 million dollars on trying to create an open video standard usable by anyone in the form of WebM, so maybe Oracle thinks they can and should pay similar amounts to guarantee an open mobile java.
Re: If Oracle Wins...
#5C++ is also an awful choice: unsafe, unmanaged (manual memory management) and rather confused compared to Java (a good example of the Worse is Better vs. Right Thing approaches; Java is a remarkable example of a wildly successful language done using the latter philosophy).
C++ has its places (e.g. VLSI design and simulation) but I don't think most of what most people want to do on a smartphone outside of games is in that domain.