InfoQ

Interview

   Good News: We have re-worked our video infrastructure to provide more reliable service. Please email bugs at infoq.com with any problems.

QCon Panel: What will the Future of Java Development Be?

Interview with Chet Haase, Charles Nutter, Rod Johnson, Joshua Bloch, Erik Meijer by Ryan Slobojan on Feb 20, 2008 08:00 AM

Community
Java
Topics
Language,
Leadership,
Change,
Platforms,
Design,
Programming,
.NET Framework,
Community
Tags
QCon San Francisco 2007,
Language Features,
C#,
Languages,
JCP,
Java SE,
Community,
Java EE,
C++,
Debate,
Static Analysis,
Continuations,
QCon
Summary
In this panel discussion from QCon San Francisco, several influential leaders of the software development community discussed and debated the future of the Java language and APIs based upon the lessons we have learned from the past. Topics included static versus dynamic languages, removing code from Java, forking the JVM, and the next big programming language.

Bio
Chet Haase is a client architect in the Java Platform Standard Edition group at Sun. Charles Nutter is a lead developer on the JRuby project, and also works at Sun. Rod Johnson is the CEO of SpringSource. Joshua Bloch is the Chief Java Architect at Google, and is a former Sun Distinguished Engineer. Erik Meijer is the inventor of LINQ and architect in Microsoft's SQL Server division.
Each panelist speaking about what they believe the future of Java development will look like
How do you see the APIs growing in the future?
Can we modify the Java platform to utilize a core library with pluggable modules?
Does the Java Kernel/Java 6 Update N project create this core/plugins architecture for Java?
Do we ever want to remove code from the Java APIs, or create a new modular platform within Java?
Is the download size of Java really that big of an issue?
Are there plans to add core/plugin-type modularity to Java?
Aren't there existing examples of Java platforms with varying APIs and functionality? Why can't we add more?
Do you think the Java platform is already too complex?
With dynamic typing, do you lose information that would otherwise allow development tools to help you with e.g. refactoring?
What are the pros and cons of static versus dynamic languages?
Should we add features like closures and XML literals to Java?
Shouldn't programmers be able to understand and utilize new language features? Aren't we supposed to be intelligent?
Does this mean that we will have to move to languages like Ruby to get the latest language features, and that changes to Java will eventually stop?
Does the average developer have any say in how Java evolves?
Is C# evolving too quickly?
How can the community help to determine the features that go into Java?
How does adding features affect the complexity of a language?
If you have to use a rich IDE or some other tool in order to be able to program in a language, isn't that a bad sign?
How will the next programming language change the way we look at programming?
show all  show all

2 comments

Reply

Great Video by prashant jalasutram Posted Feb 26, 2008 9:14 AM
Great Info - Q by shabbir yamani Posted Feb 26, 2008 11:50 PM
  1. Back to top

    Great Video

    Feb 26, 2008 9:14 AM by prashant jalasutram

    I would like to thank InfoQ team for uploding this video.As in office i followed text messages and enjoyed reading it. Thanks Prashant http://prashantjalasutram.blogspot.com/

  2. Back to top

    Great Info - Q

    Feb 26, 2008 11:50 PM by shabbir yamani

    Thanx to InfoQ we now actually know in detail what the views of industry big shots have about various aspects of languages available and the direction they are taking. I am a 'humble programmer' still in todays age since i develop web apps though it is not my first love (GUI design and swing is) and thankfully proud to be associated to JAVA Besides their views n ideas i feel reallllllllly insignificant towards how im contributing to the greater cause "USING SOFTWARE/LANGUAGES/COMPUTER/MYSELF" for the betterment of mankind and more importantly HUMANITY in general {PS: my views or expectations } as it should be rather than make a new applications or web portals or stuff like that and let it be renewed upgraded every few years. I would personally like to see the world become a better place because of software and 'LANGUAGES' are important i wouldnt like c++ over java NO PLZZZZZZZ spare me theres pointers there ' nie wieder ' In all a very good office time reading materials {it appears to seem like im working because of all the big words and so many references to languages in there} Thanks & regards Shabbir Y

Exclusive Content

Book Excerpt and Interview: Effective Java, Second Edition

Effective Java, Second Edition by Joshua Bloch is an updated version of the classic first edition, which won a 2001 Jolt Award. InfoQ asked Bloch questions about the areas that the new edition covers.

Tapestry for Nonbelievers

A new article by I. Drobiazko and R. Zubairov introduces v. 5 of the Apache Tapestry component-oriented web framework. The tutorial shows how to create a component and covers IoC in Tapestry and Ajax.

Pete Lacey on REST and Web Services

In this interview, Burton Group consultant Pete Lacey talks to Stefan Tilkov about his disillusionment with SOAP, his opinion on REST, and addresses some of the perceived shortcomings REST vs. WS-*.

Business Natural Languages Development in Ruby

Jay Fields presents his concept of Business Natural Languages - a type of Domain Specific Languages geared towards being readable by domain experts.

Distributed Version Control Systems: A Not-So-Quick Guide Through

Adoption and interest for Distributed Version Control Systems is constantly rising. We will introduce the concept of DVCS and have a look at 3 actors in the area: git, Mercurial and Bazaar.

Segundo Velasquez and Agile as Seen Through the Customer's Eyes

Deborah Hartmann interviewed Segundo Velasquez about his experience as customer with an Agile team during the initial phase of software design of a product.

Fine Grained Versioning with ClickOnce

David Cooksey shows how to fine grained versioning to a ClickOnce deployment using an HttpHandler written with ASP.NET, making partial rollouts to a test audience much easier.

Implementing Manual Activities in Windows Workflow

Windows workflow (WF) is an excellent framework for implementing business processes, but lacks support for human activities. This article describes a completely generic approach for changing this.