InfoQ

Topic/Tag specific view

All content and news on InfoQ about Java SE


Latest featured content about Java SE

Chet Haase discusses Java FX, Update N and JDK 7

Community
Java
Topics
Language

In this interview from QCon San Francisco 2007, Chet Haase discusses Java SE 6 Update N, the Java Kernel, Java FX, the shift in focus to consumer desktop features in Java 7, and redesigning of applets.

News about Java SE

xSocket Aims to Keep NIO Simple

Community
Java
Topics
Release

The author of xSocket, Gregor Roth, touts xSocket as being easy to use and simpler than other similar libraries. InfoQ had the opportunity to interview Gregor about the recent release of xSocket 2.0 and find out its history, current status and future plans.

APIFinder - Your Guide to APIs

Community
.NET,
Ruby,
Java
Topics
Web 2.0,
.NET Framework

Developers today are constantly creating applications that consume services of other web sites. Consuming these services requires figuring out and understanding the sometimes complex Application Programming Interfaces (APIs).

Java Posse Roundup 2008 & OpenSpace Conferences

Community
Java
Topics
Programming

Last week, the 2008 Java Posse Roundup was held in Crested Butte, Colorado. The Roundup is an OpenSpace conference.

Articles about Java SE

Annotation Hammer

Community
Java
Topics
Programming

Annotations in Java 5 provide a very powerful metadata mechanism. Yet, like anything else, we need to figure out where it makes sense to use it. In this article we will take a look at why Annotations matter and discuss cases for their use and misuse.

Interviews about Java SE

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

Community
Java
Topics
Language,
Leadership,
Change,
Platforms,
Design,
Programming,
.NET Framework,
Community

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.

JAOO Panel: Who will Develop Software in 10 Years?

Community
Architecture
Topics
Business,
Events,
Open Source,
Grid Computing

Martin Fowler, Frank Buschmann, Steve Cook, Jimmy Nilsson, and Dave Thomas discuss the future of software development. Topics covered include outsourcing, is Google the next MS?, multi-core & parallism, grid computing, software stacks of the future, and more. A thoroughly thought-provoking panel! JAOO is producing the QCon event.

Presentations about Java SE

Chet Haase on Java FX, Update N and JDK 7

Community
Java
Topics
Media,
Runtimes

In this presentation from QCon San Francisco 2007, Chet Haase discusses Java SE 6, Update N/Consumer JRE, the goals and feature set for Java FX (e.g. media support, scene graph, HTML and mobile devices), and the current set of possible features for JDK 7 such as Java FX features, Swing-related JSRs (295 and 296), transparent/shaped windows, tiered compilation, closures and invoke-dynamic bytecode.

Dynamically Typed Languages for the JVM

Community
Java
Topics
Dynamic Languages

Scripting languages are of growing importance, and they are typically dynamically typed. This session discusses improved support for these languages in the JVM, through the use of the new invokedynamic bytecode and through improved support for hot-swapping--modifying code and classes on the fly while maintaining the JVM software's security and integrity.