InfoQ Homepage Java Content on InfoQ
-
Apache TomEE 1.0 Released
The Apache Software Foundation has released Apache TomEE 1.0. Apache TomEE, pronounced "Tommy", is a Java EE 6 Web Profile certified all-Apache stack available under the Apache 2.0 license. TomEE is composed of Tomcat (Servlet, JSP, JSTL), OpenWebBeans (CDI), OpenEJB (EJB), OpenJPA (JPA), MyFaces (JSF), Geronimo Transaction (JTA), Geronimo JavaMail (Javamail) and Apache Bean Validation.
-
Running Java on NET/Mono: Jeroens Frijters Discusses IKVM.NET
Microsoft's Erik Meijer recently discussed IKVM.NET with creator Jeroens Frijters to discuss the history of the project and explore how it makes running Java code on .NET and Mono possible.
-
Jury Finds Only 9 Lines of Copyrighted Code in Oracle vs Google Case
The jury in the Oracle vs Google case has returned, finding only that the 9 lines of source code in the 'TimSort' implementation infringed Oracle's copyrights. The jury also followed Judge Alsup's instructions to find that the SSO was copyrightable and thus infringing, but this decision will be determined by the Judge at the end of the trial.
-
Java 7u4 Brings Support for OSX
With the release of Java 7u4, Oracle has finally provided an OSX install of the JDK and JavaFX SDK. The update also brings new features, such as the G1 garbage collector and the JCMD diagnostic framework. Read on to find out more.
-
Google Would Have Paid up to $50 Million to License Java, Schmidt Reveals in Oracle vs. Google Trial
Google would have paid Sun's asking price of $30-$50 million to license Java, Google Executive Chairman Eric Schmidt stated at the Oracle vs. Google trial. Google didn't object to the amount of money Sun wanted, but it didn't want to give up too much control over Android. J
-
SpringSource Releases Version 1.0 Of Cloud Foundry Eclipse Plugin
SpringSource releases version 1.0 of CloudFoundry integration for Eclipse, allowing developers to manage CloudFoundry applications directly from the IDE. The plugin allows for managing and deployment of Cloud Foundry instances, binding of supported services such as database and viewing for remote files.
-
Association for Computing Machinery Honours Eclipse
The Association for Computing Machinery (ACM) today announced that Eclipse has been awarded the Software System Award, which is "given to an institution or individuals recognized for developing software systems that have had a lasting influence, reflected in contributions to concepts and/or commercial acceptance.
-
Oracle Sues Google over Google Copyrighted Code
The Oracle case against Google focusses on a 9-line piece of code, called 'rangeSort' which appears identical in Android and in OpenJDK. Unfortunately for Oracle, the code was initially written by Joshua Bloch when he was employed at Google, and was subsequently contributed to the OpenJDK by Google. Read on to find out these developments and more.
-
Can APIs be Copyrighted?
Whilst the Oracle/Google case was initially based on the assumption that Oracle's patents were valid – now all but demolished – Oracle has switched tack to claim that it is a copyright violation. At heart is the question of whether an API or even a computer language can be copyrightable.
-
Java APIs Take Centre Stage in Oracle vs. Google Trial
Last week saw the beginning of the Oracle vs. Google trial. Oracle's main complaint, involving a damages claim of $1bn, is that Android's use of 37 Java APIs infringes its copyright in the Java programming language. Google maintains APIs cannot be copyrighted, and has tried to frame the case as Oracle's response to its own failure to build a Java-based smartphone platform.
-
Modern C++ vs Managed Code: Performance vs Productivity
Herb Sutter and Miguel de Icaza have recently weighed in on the tradeoffs made by C++ and the managed code from .NET or Java. Does increasing programmer productivity require a reduction in the performance of compiled code?
-
The Future Of JBoss Seam And Apache DeltaSpike
Seam 3.1 is the last "bundled" release from JBoss. The project continues in the form of Apache DeltaSpike (currently in incubation) an attempt to combine all individual efforts on CDI extensions.
-
JDK 8 Milestone and Release Dates
Oracle has posted in the jdk8-dev mailing list the JDK 8 milestone and release dates for review and feedback.
-
Oracle and Google go to Court
Last month, Judge Paul Grewal ordered the Oracle and Google to attempt to negotiate a settlement. Google offered a $2.8 million settlement on condition that Oracle can prove patent infringement. However, Oracle rejected that offer as too low, so the case will go to court on the 16th April.
-
Rich Hickey's Datomic embraces Cloud, intelligent Applications and Consistency
Developed since 2010 by Rich Hickey and the Relevance team, Datomic offers some new approaches to database architecture. Leveraging current trends in cloud and storage it has strong transactions, rich query API and read scaling.