InfoQ

InfoQ

Presentation

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Recorded at:
Recorded at

Evolving the Java Language

Presented by Neal Gafter on Apr 24, 2009 Length 01:03:17
Sections
Development,
Architecture & Design
Topics
Language Design ,
Specifications ,
Java
Tags
QCon London 2008 ,
QCon ,
Language Design ,
Language Features ,
JDK ,
API-Design
The next QCon is in London March 5-9, Join us!
 

How would you like to view the presentation?

In case you are having issues watching this video, please follow these simple steps to help us investigate the issue:
1. Right click on the video player and select Copy log
2. Paste the copied information in an email to video-issue@infoq.com (clicking this link will fill in the default details in most email clients).
Note: in case your email client hasn't automatically picked up the email subject, please include in your email the URL of the video too.
3. Done.
We will investigate the issue and get back to you as soon as possible. Thanks for helping us improve our site!
Summary
At QCon 2008, Neal Gafter discusses how to evolve a widely deployed language without causing disruption using planned changes for JDK7 (superpackages, closures, annotations on types, type inference, exception handling, and self types) as an example. He examines how the changes are conditioned by preexisting language design choices, and discusses their influence on API design.

Bio
Neal Gafter is a software engineer and Java evangelist at Google. Previously, at Sun Microsystems, he designed and implemented the Java language features in releases 1.4 through 5.0. and led the development of C and C++ compilers at Sun Microsystems, Microtec Research, and Texas Instruments. He holds a Ph.D. in computer science from the University of Rochester.

About the conference
QCon is a conference that is organized by the community, for the community.The result is a high quality conference experience where a tremendous amount of attention and investment has gone into having the best content on the most important topics presented by the leaders in our community. QCon is designed with the technical depth and enterprise focus of interest to technical team leads, architects, and project managers.
Bottom line by Dan Tines Posted
Re: Bottom line by Leonardo Vargas Posted
Re: Bottom line by Christian Gravata Posted
Re: Bottom line by Dan Tines Posted
Outdated Bio by Oli c Posted
ok... by Ivan Lazarte Posted
Stale content by Neil Bartlett Posted
Not very informative by Christopher Churchill Posted
  1. Back to top

    Bottom line

    by Dan Tines

    This was obviously made before the Oracle takeover.

    The best thing for "Java" would be to port C# to the JVM.

  2. Back to top

    Re: Bottom line

    by Leonardo Vargas

    C# for Java already exists. For more information see dev.mainsoft.com/Default.aspx?tabid=177

  3. Back to top

    Outdated Bio

    by Oli c

    Doesn't Neal Gafter work for Microsoft now?

  4. Back to top

    Re: Bottom line

    by Christian Gravata

    C# == Java port to the MS JVM (CLR)

  5. Back to top

    ok...

    by Ivan Lazarte

    so why is type inference (the hashmap => map assignment) a potential feature, but the put/get example not.
    generics still seem arbitrary to me - a system that meets someones stringent criteria, but not the majorities expectation.

  6. Back to top

    Stale content

    by Neil Bartlett

    This video was recorded in March 2008. Given how quickly things change, it would be nice to see some fresh content.

    "Info: Tracking change and innovation in the enterprise software development community"... one year after it happens.

  7. Back to top

    Re: Bottom line

    by Dan Tines

    No, C# evolved. Java didn't

  8. Back to top

    Not very informative

    by Christopher Churchill

    Neal gafter sucks. Josh bloch does a far better job at these kind of improvements to the JDK platform. Dunno what he is upto.

Educational Content

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.