Judge In Oracle-Google Case Given Crash Course in Java
itwbennett writes "Lawyers for Oracle and Google gave Judge William Alsup of the U.S. District Court in San Francisco an overview of Java and why it was invented, and an explanation of terms such as bytecode, compiler, class library and machine-readable code. The tutorial was to prepare him for a claim construction conference in two weeks, where he'll have to sort out disputes between the two sides about how language in Oracle's Java patents should be interpreted. At one point an attorney for Google, Scott Weingaertner, described how a typical computer is made up of applications, an OS and the hardware underneath. 'I understand that much,' Alsup said, asking him to move on. But he had to ask several questions to grasp some aspects of Java, including the concept of Java class libraries. 'Coming into today's hearing, I couldn't understand what was meant by a class,' he admitted."
I won't go to a Baseball match and be the whatever is the equivalent of a referee is! Judges need to be informed about the subject they are going to judge(?) on.
But when you have no clue about what software development is, then how on earth would you be able to judge trials about it fairly? Are the lawmakers that arrogant that they think they can understand the basics of software development in about one sitting, when an engineer have to study the subject for several years? Why not turn the tables around. Let's take a prominent developer with a nice career. Have this judge and some of his fellows give him a a one day crasch course on business law, what to do when a lawyer says "objection" and so on. I'll bet my ass we would get much more reasonable and logical judgements that way.
Football Odds
...he doesn't pretend to be a developer.
Awesome Judge!
I am very small, utmostly microscopic.
How is a software engineer, in a few weeks, going to learn enough about a particular field to go and be able to obtain a spec document from a client? Answer, they don't, they just learn enough to be able to communicate with the experts, and translate their knowledge into relevance for the task at hand.
Really, the Judge in question seems to be entirely on the ball. He doesn't need to know how to apply the relevant parts in a program of his own; he just needs to understand generally what the basic principle is. You know, the kind of thing that got explained in a couple of hours of a lecture at the beginning of a degree. A bit above layman, but nowhere near enough to be a full on practitioner. When you know enough of what the base principles are, you get the ability to make sensible questions on the deeper detail.
All the judge needs to know is how this language detail translates into the field of law,
How is the judge going to learn enough about Java, in a way that is unbiased by the lawyers for each side, in a few weeks, to make a sensible decision? Doesn't he need to know a fair bit about how Java code is used, who uses it, what for, etc?
He needs to understand the concepts of Java, not all the implementation details and not how to code/debug/code/scream/debug/sigh/debug/relief java. And he doesn't need to be able to read Java or its syntax.
A quick overview of Java features that are not unique to Java will also help eliminate a lot of the clutter. He needs to understand using or extending classes (ie, the Java class libraries) but not have to worry about all the possibilities of public/private properties & methods, inheritance, polymorphism or other common OOP mechanisms.
why this isn't the exact same as the MS Java mess which everyone was cheering when Sun shut it down?
I'm sure you're get many an answer but here's the short answer.
Microsoft purposely failed to maintain currency as well as created incompatibilities. This had the effect of giving people a very bad taste in their mouth with Java since they were providing the defacto implementation on Windows; since it was bundled. This had the effect of damaging the Java brand; which was entirely Microsoft's intention, so as to push their own technology. It was part of their classic embrace and extend strategy and was extremely anti-competitive.
Google, on the other hand, is using the official java compiler and tools. Oracle's Java compiler then creates JVM bytecode. Google translates that JVM bytecode into Dalvik bytecode and packages it up into an application (apk). As such, its technically correct to say, Android programs are created using the Java language syntax and a subset of the Java framework. Their framework comes from freely available sources and is compiled using official, freely available, Java technology.
The differences are profound.
Basically it boils down to Oracle being pissed Google did an end-run around Oracle's Java ME implementation and licensing requirements by creating their own Java ME VM-like environment (Dalvik VM). Oracle simply doesn't have a case. At least not that I've seen so far.