Do we really need opensource Java? 📎
- I cannot remember JDK 1.1, but from JDK 1.2 I always work with the source to debug Swing etc. So the framework/library source was always "open" and accessible.
- There are already alternatives to Sun implementations. JRockit (great for serverside), IBM (often needed for IBM-products), kaffe (a clean room implementation), esmertec (useful for embedded devices), or harmony etc. So what the difference to opensource?
- If you like, you can participate, and initiate a JSR. In case the idea is good enough, you could even influence the Java SE or EE. I also did it, but had to withdraw my JSR-193 - because of political "forces" :-).
- You can already contribute code to the JDK and fix bugs.
- We had once to provide an JDK implementation for an unsupported OS. We took kaffe (here is also the whole native code available) and simply did it.
So from pragmatic point of view we have already the advantage of an opensource project, with no drawbacks.
So everyone seems to be excited - I'm only curious :-)