BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Google Content on InfoQ

  • Free Software Foundation Offers Grudging Support to Google in Patent Case

    Brett Smith, the Free Software Foundation's compliance engineer, has asserted his organization's opposition to Oracle's lawsuit, but their support for Google is somewhat muted.

  • Oracle Sues Google Over Java in Android

    In a tersely worded press release, Oracle has announced that it is suing Google for patent and copyright infringement over its use of the Java programming language for Android development, opening a legal war between the Silicon Valley firms over the smartphone software platform.

  • App Inventor for Android

    App Inventor is a beta release from Google labs allows drag and drop development of applications for Android phones. Instead of code, App Inventor allows you to visually design applications and use blocks to specify application logic.

  • JRuby Roundup: 1.5.1, Google App Engine, Native Extensions

    JRuby on Google App Engine has come a long way, recently with improvements in JRuby 1.5.1. Also: work on native extension support in Ruby Summer of Code.

  • Google Offers Cloud Storage to Developers

    Google Storage for Developers (GSD) is a new RESTful service providing data storage which is replicated across several data centers located in US. GSD is called “for Developers” because data is transferred and accessed though an API based on regular HTTP commands like GET, POST, PUT, HEAD, and DELETE.

  • Google Wants a New Widely-Adopted Video Standard Based on the VP8 Codec [Updated]

    Google has open-sourced WebM, a royalty free media file format for compressing and encoding video. While this is good news for many industry players which have shown their support for the new standard, some of the questions which have been raised so far have included concerns around licensing and code quality.

  • Eclipse Labs Project Hosting Announced

    The Eclipse Foundation and Google yesterday announced the creation of Eclipse Labs, a code-hosting site for open-source projects that want to play in the Eclipse ecosystem but aren't hosted on the Eclipse Foundation hardware.

  • Learning About Security Vulnerabilities by Hacking Google’s Jarlsberg

    For those who have wondered what it is like to hack into another system, Google has created a special lab named Jarlsberg containing a web application full of security holes ready to be exploited by developers who want to learn hands-on what are some of the possible vulnerabilities, how malicious users use them and what can be done to prevent such exploits.

  • Microsoft Tips the Scale in Favor of HTML 5 and H.264

    Dean Hachamovitch, General Manager for Internet Explorer at Microsoft, has announced that IE9 will use only the H.264 standard to play HTML 5 video. Microsoft seems to have become very committed to HTML 5, while Flash loses even more ground. The announcement came the same day Steve Jobs detailed why Apple does not accept Flash on iPhone and iPad.

  • A Discussion with Josh Bloch on the Future of Java

    Effective Java author and chief Java evangelist at Google Josh Bloch gave a talk at the recent web-based Red Hat Middleware 2020 conference. The thrust of the talk was guarded optimism and concern about the future of the Java platform under Oracle's stewardship. InfoQ spoke to him to find out more about his thinking.

  • Improving the Performance of Web Applications with Google’s Native Client

    In order to increase the performance of CPU-intensive web applications, Google is developing Native Client, a browser technology used to run native code. Unlike Netscape’s NPAPI or Microsoft’s ActiveX plug-in technologies, Native Client runs in a double sandbox prohibiting access to the underlying operating system.

  • Useful Helpers for Applications Deployed on Google App Engine

    Some of the later helper frameworks and tools for applications written for Google App Engine are: SimpleDS and Objectify - two persistence frameworks, Kotori – a JUnit runner, Apple Guice – a case study GWT application, and Engine Watch – a GAE monitoring application for Android devices.

  • Doing WebGL Rendering on Windows with ANGLE

    Google uses WebGL to natively render 3D graphics inside Chrome. The problem is that WebGL relies on OpenGL 2.0, and not all Windows systems have its drivers installed. The ANGLE (Almost Native Graphics Layer Engine) project is intended as a thin layer between WebGL and DirectX, enabling Chrome to do 3D on any Windows system.

  • Google Apps Has a Marketplace and Instant Failover

    The Google Apps Marketplace allows providers to create applications that integrate with Google Apps. The idea is to allow companies to integrate their own applications with Google’s applications serving some 2 million organizations totaling over 25 million individuals. Google also promises zero data loss and instant failover for Google Apps customers.

  • Google Has Released a YouTube SDK for .NET

    Google has released a YouTube SDK for .NET for those interested in programmatically accessing YouTube from a .NET or ASP.NET application. The YouTube API is built on top of Google's GData protocol, extending it with specific data classes contained in the Google.GData.YouTube namespace.

BT