SlideShare a Scribd company logo
Safe Harbor Statement

“Safe Harbor” Statement: Statements in this presentation relating to Oracle's future
plans, expectations, beliefs, intentions and prospects are "forward-looking statements"
and are subject to material risks and uncertainties. Many factors could affect our current
expectations and our actual results, and could cause actual results to differ materially.
You are cautioned not to place undue reliance on these forward-looking statements,
which reflect our opinions only as of the date of this presentation. A detailed discussion
of these factors and other risks that affect our business is contained in our SEC filings,
including our most recent reports on Form 10-K and Form 10-Q, particularly under the
heading "Risk Factors." Copies of these filings are available online from the SEC or by
contacting Oracle Corporation's Investor Relations Department at (650) 506-4073 or by
clicking on SEC Filings on Oracle’s Investor Relations website at
http://www.oracle.com/investor. All information set forth in this presentation is current as
of September 20, 2010. Oracle undertakes no duty to update any statement in light of
new information or future events.
Thomas Kurian
Executive Vice President
Java Platform



           Java EE                        Java FX
    APIs
                     Java SE                              Java TV & Java ME         Java Card



 Java VM                HotSpot Java VM                                 Lightweight Java VM



Language                                  Java Language
Java:
Servers & Desktops   Java: Servers & Desktops
Design Objectives
➡Optimize Java for New Application Models
  & New Hardware
  •   Enhance Productivity for Java Developers
  •   Integrate Modularity into Java Virtual Machine
  •   Optimize for New Processors, Memory & Networking
  •   Improve Performance, Monitoring & Diagnostics
  •   Provide Java VM Support for Multiple Languages
Java: Servers & Desktops
• Project Coin: Productivity with More Concise Code
  • Improved Type Inference for Instance Creation (“Diamond”)
  • Try-with-Resource Blocks
  • Strings-in-Switch Statements, and More ...
• Project Lambda: Closures for Java
  • Concise Replacement for Many Uses of Inner Classes
  • Supports Automatically-Parallel Bulk Data Operations on Collections
• Project Jigsaw: The Modular Java Platform
  • Improve Productivity by Eliminating Error-Prone Class Path
  • Improve Packaging & Delivery of Components & Applications
  • Modular Java VM Scaling from Netbooks to Desktops to Servers
Java: Servers & Desktops
• Multi-Core Processors, Large Memories & Fast Networks
  •   Fork/Join Framework & Other Multi-Threading Enhancements
  •   Very Large Heap Low Pause Garbage Collection
  •   Remove the Permanent Generation from HotSpot
  •   Improved Networking: Native Infiniband, 10G Ethernet, SDP & SCTP
  •   New I/O APIs: File System & Async I/O with Better O/S Interoperability
• Java VM Support for Multiple Languages
  • InvokeDynamic Bytecode Improves Performance of Dynamic Languages
  • Scales Dynamic Languages Automatically on Multi-Core Processors
  • Significantly Faster JavaScript Engine
Demonstration
Java:
Servers & Desktops
Java: Open Source

          • 2 New OpenJDK Releases in 2011 & 2012Comm
            Feature List for 2011:openjdk.java.net/projects/jd
            Oracle Remains Committed to the
            Best Open-Source Java ImplementationMore Ex
            Contributors are Welcome!
Java:
Client & Tools
Java:
Client & Tools   Java: Servers & Desktops
Design Objectives
➡Deliver Best HTML5 & Native Application Experience
  from Java
  •   Programming Model: the Power of Java, the Ease of JavaFX
  •   Native Interoperability Between Java, JavaScript & HTML5
  •   High Performance 2D and 3D Java Graphics Engine
  •   Designed to Exploit Hardware Advances in Desktop & Mobile
  •   Complete & Integrated Development Lifecycle Experience
Java: Client Architecture
         Unified
     Application                                JavaFX APIs
    Development
          Model

                              JavaFX Toolkit                                          JavaFX
                                                                                      translated to
                                                                HTML DOM              JavaScript
                             Java Render Tree


       Hardware                                                                       Built on
   Acceleration &   Java2D    D3D      OpenGL         HTML 5   CSS 3   JavaScript 5   HTML5
Software Fallback

                                    HotSpot                      Browser
            JVM
Java: Client & Tools
• Programming Model – the Ease of JavaFX
  •   APIs, Visual Design, Standard & Complex UI Controls, Data Binding
  •   Library of Standard & Complex UI Controls in Open Source
  •   Support for Large Datasets, Native I18N & Accessibility, Advanced Skinning
  •   Flexibility Using Images, Embedded HTML or 2D-3D Vector Graphics
• Programming Model – the Power of Java
  • Generics, Annotations, Multi-Threading, Compilation
  • Standard Java IDEs, Debuggers and Profilers
• Native Interoperability with JavaScript & HTML5
  • Embed HTML Content in Java Applications
  • Seamless DOM Access Between HTML5 & Java
  • Manipulate Java Scenegraph from JavaScript
Java: Client & Tools
• High-Performance Java Graphics Engine
  •   New Hardware Accelerated 2D and 3D Graphics Pipeline
  •   Tight Integration with Java & JavaFX Runtime
  •   Simplifies Programming: Shadows, Blurs, Reflections, Effects, Transforms
  •   3D Transforms Today; Full 3D objects in Future
• Exploits Modern Graphics Hardware Advances
  • Supports DirectX for Windows
  • Supports OpenGL ES 2.0 or Better for Other Platforms
• Complete & Integrated Development Lifecycle Experience
  • Visually Assemble, Edit, Compile, Profile, Debug
  • Data binding (Rest, JDBC, JSON, XML, ….)
  • Productivity: Coin, Closures, Modular Development, Graphics
Demonstration
Java:
Client & Tools
Java: Open Source
          • 2 New NetBeans Releases in 2011
          • 20% Increase in Users in 6 Months
          • Committed Feature List & Builds:
          •   netbeans.org/community/releases/roadmap.html
          • Oracle committed to making JavaFX UI
            controls available in Open Source
          •   javafx.com/roadmap
Java:
Application Servers
Java:
Application Servers   Java: Servers & Desktops
Design Objectives
➡Optimize Java Application Servers for
  New Application Models
  •   Make Application Servers Modular with Dependency Injection
  •   Provide New Lightweight Web Profile for Web Applications
  •   Make POJO & EJB Programming Significantly More Productive
  •   Enhance Java Web Services for Performance & Interoperability
  •   Better Interoperability with Scripting & Dynamic Languages
Java: Application Servers
• Make Application Servers Modular
  • 2009 – Microkernel Based on HK2 in Reference Implementation
  • 2010 – Enterprise OSGI Specifications – JPA, JNDI, JDBC, JTA, HTTP Service
  • 2010 – OSGI and Java EE Hybrid Programming Model
• Provide New Lightweight Web Profile for Web Applications
  • 2009 – JSR 316 Web Profile Delivered in Reference Implementation
  • 2010 – Clustered Web Profile
• Make POJO & EJB Programming More Productive
  • 2009 – EJB 3.1 Lite, Dependency Injection, Web Beans, Bean Validation
• Enhance Web Services for Performance & Interoperability
  • 2010 – JAX WS, Reliable Messaging, Secure Conversations, Reliable Secure Protocol
  • 2010 - Compliance with WS-I Basic Profile 2.0 – Standardized .NET Interop
Demonstration
Java:
Application Servers
Java: Open Source

             • 2 New GlassFish Releases in 2011
             • Committed Feature List for 2011:
                • glassfish.dev.java.net/roadmap/
             • 8 Million GlassFish Downloads in 2009
             • More External Contributors Welcome!
Java:
Mobile Devices
Java:
Mobile Devices   Java: Servers & Desktops
Design Objectives
➡Deliver Java and Web Applications to All Consumer Devices
  •   Modernize Java for Mobile Devices and Language Features
  •   Integrate Web Technologies (HTML, JavaScript, CSS)
  •   New Device APIs to Access Hardware & OS Features
  •   Small Footprint, CPU-Efficient Java for Card, TV, Mobile
  •   Consistent Tooling and Emulation Across Java Devices
Java: Mobile Devices
• Project Java Mobile.Next
  • Updates to Language, VM, Libraries, Optional Packages & APIs
• Integration of Web Technologies (HTML, JavaScript, CSS)
  • Java ME Runtime Based on Mobile Services Architecture
  • Webkit Engine, JavaScript Engine, Java/JavaScript Bridge
• New Device APIs to Access to HW & OS Features
  • Graphics, Near Field Communication, IMS, Sensors, Payment, Telephony, Location
• Small Footprint, CPU-Efficient Java for Card, TV, Mobile
  • Phones: Optimized for ARM7/ARM9 Chips & Limited Memory
  • TVs: Optimized Blu-ray Java, DVB Multimedia, Tru2way Digital Cable
  • Cards: Personal Identity Verification, National ID & Health Care Cards
  • Java ME Roadmap Details at: oracle.com/technetwork/java/javame
Java: New Devices, New Markets
Java:
The New Frontier
Dave Moore



          Dave Moore
Lead Platform Developer
Java:
This Week
Java:
This Week   Java: Servers & Desktops
2:30 - 4:00
TUESDAY                 Technical Keynote
                        Hilton Union Square – Grand Ballroom


                                  Greg Bollella                           Roberto Chinnici
                                  Chief Architect                         Java EE Platform Lead
                                  Embedded Java




                                                    Mark Reinhold
                                                    Chief Architect
                                                    Java Platform Group
9:00 - 10:30
THURSDAY                  Frontier Keynote
                          In This Room




                              Ray Kurzweil
                            Inventor and Futurist
Black Eyed Peas
Latin America 2010     Russia 2011
December 7–9, 2010     H1 – Dates TBD




Beijing 2010           India 2011
December 13–16, 2010   H1 – Dates TBD
Duke’s Choice Award Winners
At JavaOne Tent @ Mason St / Ellis St – All Week!




                                    Case Systems
Vancouver 2010 Winter Olympics
Apolo Anton Ohno

More Related Content

What's hot (20)

DOC
MichaelLutherResume60
michael luther
 
PDF
Java/J2EE Companion
Raghavan Mohan
 
DOC
Resume joseph gregory java
Joseph Gregory
 
DOC
Alaguraja.Ramasamy
Alaguraja Ramasamy
 
PDF
Development Workshop on ET1, Android and Motorola RhoElements
Romin Irani
 
PPTX
Automated Testing for CA Plex and 2E
CM First Group
 
DOC
Alexander Zeng
Alex Zeng
 
PPTX
CM WebClient for CA Plex
CM First Group
 
PDF
Ajax World Oct2008 Jrd
rajivmordani
 
PDF
Egl Rui Ajax World
rajivmordani
 
PDF
Client Continuum Dec Fy09
Martha Rotter
 
PDF
Terence Barr - what's new in m&e - 24mai2011
Agora Group
 
PDF
DB2 z/OS & Java - What\'s New?
Laura Hood
 
PDF
Cloud Computing2
rajivmordani
 
PDF
Kevinjohn Gallagher's Resume
kevinjohngallagher
 
DOC
Akanchha_Aparajeeta
Akanchha Aparajeeta
 
DOC
Saurabh_Asthana_Resume
Saurabh Asthana
 
DOC
Resume (1)
Shezimol S
 
PDF
Pratham Software Corporate profile
Komal Lopez
 
PDF
Real World Technologies
José Maria Silveira Neto
 
MichaelLutherResume60
michael luther
 
Java/J2EE Companion
Raghavan Mohan
 
Resume joseph gregory java
Joseph Gregory
 
Alaguraja.Ramasamy
Alaguraja Ramasamy
 
Development Workshop on ET1, Android and Motorola RhoElements
Romin Irani
 
Automated Testing for CA Plex and 2E
CM First Group
 
Alexander Zeng
Alex Zeng
 
CM WebClient for CA Plex
CM First Group
 
Ajax World Oct2008 Jrd
rajivmordani
 
Egl Rui Ajax World
rajivmordani
 
Client Continuum Dec Fy09
Martha Rotter
 
Terence Barr - what's new in m&e - 24mai2011
Agora Group
 
DB2 z/OS & Java - What\'s New?
Laura Hood
 
Cloud Computing2
rajivmordani
 
Kevinjohn Gallagher's Resume
kevinjohngallagher
 
Akanchha_Aparajeeta
Akanchha Aparajeeta
 
Saurabh_Asthana_Resume
Saurabh Asthana
 
Resume (1)
Shezimol S
 
Pratham Software Corporate profile
Komal Lopez
 
Real World Technologies
José Maria Silveira Neto
 

Viewers also liked (19)

PDF
提案書(20140213) 最新
tadanao tsuda
 
PDF
地星社 事業計画書2015
Tsuyoshi Fuda
 
PDF
Overview and Products of Bee Technologies (19JAN2012)
Tsuyoshi Horigome
 
PDF
iPadスタッフ教育提案書
Biz Produce LLC
 
PDF
1店舗1台のタブレットから始める 販売スタッフ教育変革【DIGEST】
mktgf
 
PPT
人材紹介スキーム
ryuhei kasahara
 
PDF
【法人向け】人材派遣サービス提案書
Takeshi Ogata
 
PDF
実績、事例紹介マップ御提案書
Takaho Maeda
 
PPTX
【Jelly fish hr】人材紹介サービス説明資料
jellyfishhr
 
PDF
【SSS】提案書サンプル
sss-share
 
PPTX
プロトスフィア提案書
Kanji Syuto
 
PDF
Cloretsご提案資料
Mai Shiotani
 
PPTX
ソーシャルメディアを活用した図書館サービスの提案
morigaoka
 
PPT
人材派遣業向け ご提案資料
Cybozucommunity
 
PDF
主婦が大企業に送ってみた提案書 (キッコーマン しぼりたて醤油について)
feltric
 
PDF
【法人向け】人材派遣・紹介の提案書
Takeshi Ogata
 
PDF
採用される提案書づくり
Kiyomi Mizusaki
 
PPTX
ゲーム企画書の書き方? ~大久保磨編~ ver.1.4.0
Osamu Ohkubo
 
PDF
iPhone&Android,OS,スマートフォンアプリ提案書(EC_美容室_会社概要)30社限定
株式会社アイディーバンク
 
提案書(20140213) 最新
tadanao tsuda
 
地星社 事業計画書2015
Tsuyoshi Fuda
 
Overview and Products of Bee Technologies (19JAN2012)
Tsuyoshi Horigome
 
iPadスタッフ教育提案書
Biz Produce LLC
 
1店舗1台のタブレットから始める 販売スタッフ教育変革【DIGEST】
mktgf
 
人材紹介スキーム
ryuhei kasahara
 
【法人向け】人材派遣サービス提案書
Takeshi Ogata
 
実績、事例紹介マップ御提案書
Takaho Maeda
 
【Jelly fish hr】人材紹介サービス説明資料
jellyfishhr
 
【SSS】提案書サンプル
sss-share
 
プロトスフィア提案書
Kanji Syuto
 
Cloretsご提案資料
Mai Shiotani
 
ソーシャルメディアを活用した図書館サービスの提案
morigaoka
 
人材派遣業向け ご提案資料
Cybozucommunity
 
主婦が大企業に送ってみた提案書 (キッコーマン しぼりたて醤油について)
feltric
 
【法人向け】人材派遣・紹介の提案書
Takeshi Ogata
 
採用される提案書づくり
Kiyomi Mizusaki
 
ゲーム企画書の書き方? ~大久保磨編~ ver.1.4.0
Osamu Ohkubo
 
iPhone&Android,OS,スマートフォンアプリ提案書(EC_美容室_会社概要)30社限定
株式会社アイディーバンク
 
Ad

Similar to JavaOne 2010 Keynote (20)

DOCX
Noonan_resume
Dale Noonan
 
PDF
The State of Java under Oracle at JCertif 2011
Arun Gupta
 
PPTX
Internship softwaretraining@ijse
Jinadi Rashmika
 
PPTX
4. J2EE.pptx
HariChandruduM
 
PPTX
1. Java Project Guidance for engineering
vyshukodumuri
 
PPTX
JavaFX Versus HTML5 - JavaOne 2014
Ryan Cuprak
 
PPT
Was l iberty for java batch and jsr352
sflynn073
 
DOC
Bala Sr Java Developer
Java Dev
 
PDF
Introducing Java 8
PT.JUG
 
DOC
Resume
Venkat Pacharla
 
PDF
Keynote Oracle Fusion Middleware Summit_2020
Michel Schildmeijer
 
DOC
Olaf_Senz_Resume
Olaf Senz
 
DOC
Nihar Shah resumeNEW
Nihar Shah
 
DOC
KaranDeepSinghCV
Karandeep Singh
 
PPTX
Java language pppppt
curiosityjunction
 
DOCX
Java, BA,UI resumes
Neel A
 
DOCX
desktop_resume
Chris Markle
 
PDF
Ben Pashkoff - java embedded - 24mai2011
Agora Group
 
PDF
Enterprise java unit-1_chapter-1
sandeep54552
 
DOC
SRIRAM THOTA_JAVA_RES
Sriram Thota
 
Noonan_resume
Dale Noonan
 
The State of Java under Oracle at JCertif 2011
Arun Gupta
 
Internship softwaretraining@ijse
Jinadi Rashmika
 
4. J2EE.pptx
HariChandruduM
 
1. Java Project Guidance for engineering
vyshukodumuri
 
JavaFX Versus HTML5 - JavaOne 2014
Ryan Cuprak
 
Was l iberty for java batch and jsr352
sflynn073
 
Bala Sr Java Developer
Java Dev
 
Introducing Java 8
PT.JUG
 
Keynote Oracle Fusion Middleware Summit_2020
Michel Schildmeijer
 
Olaf_Senz_Resume
Olaf Senz
 
Nihar Shah resumeNEW
Nihar Shah
 
KaranDeepSinghCV
Karandeep Singh
 
Java language pppppt
curiosityjunction
 
Java, BA,UI resumes
Neel A
 
desktop_resume
Chris Markle
 
Ben Pashkoff - java embedded - 24mai2011
Agora Group
 
Enterprise java unit-1_chapter-1
sandeep54552
 
SRIRAM THOTA_JAVA_RES
Sriram Thota
 
Ad

Recently uploaded (20)

PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
PDF
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PDF
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
PDF
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 

JavaOne 2010 Keynote

  • 1. Safe Harbor Statement “Safe Harbor” Statement: Statements in this presentation relating to Oracle's future plans, expectations, beliefs, intentions and prospects are "forward-looking statements" and are subject to material risks and uncertainties. Many factors could affect our current expectations and our actual results, and could cause actual results to differ materially. You are cautioned not to place undue reliance on these forward-looking statements, which reflect our opinions only as of the date of this presentation. A detailed discussion of these factors and other risks that affect our business is contained in our SEC filings, including our most recent reports on Form 10-K and Form 10-Q, particularly under the heading "Risk Factors." Copies of these filings are available online from the SEC or by contacting Oracle Corporation's Investor Relations Department at (650) 506-4073 or by clicking on SEC Filings on Oracle’s Investor Relations website at http://www.oracle.com/investor. All information set forth in this presentation is current as of September 20, 2010. Oracle undertakes no duty to update any statement in light of new information or future events.
  • 3. Java Platform Java EE Java FX APIs Java SE Java TV & Java ME Java Card Java VM HotSpot Java VM Lightweight Java VM Language Java Language
  • 4. Java: Servers & Desktops Java: Servers & Desktops
  • 5. Design Objectives ➡Optimize Java for New Application Models & New Hardware • Enhance Productivity for Java Developers • Integrate Modularity into Java Virtual Machine • Optimize for New Processors, Memory & Networking • Improve Performance, Monitoring & Diagnostics • Provide Java VM Support for Multiple Languages
  • 6. Java: Servers & Desktops • Project Coin: Productivity with More Concise Code • Improved Type Inference for Instance Creation (“Diamond”) • Try-with-Resource Blocks • Strings-in-Switch Statements, and More ... • Project Lambda: Closures for Java • Concise Replacement for Many Uses of Inner Classes • Supports Automatically-Parallel Bulk Data Operations on Collections • Project Jigsaw: The Modular Java Platform • Improve Productivity by Eliminating Error-Prone Class Path • Improve Packaging & Delivery of Components & Applications • Modular Java VM Scaling from Netbooks to Desktops to Servers
  • 7. Java: Servers & Desktops • Multi-Core Processors, Large Memories & Fast Networks • Fork/Join Framework & Other Multi-Threading Enhancements • Very Large Heap Low Pause Garbage Collection • Remove the Permanent Generation from HotSpot • Improved Networking: Native Infiniband, 10G Ethernet, SDP & SCTP • New I/O APIs: File System & Async I/O with Better O/S Interoperability • Java VM Support for Multiple Languages • InvokeDynamic Bytecode Improves Performance of Dynamic Languages • Scales Dynamic Languages Automatically on Multi-Core Processors • Significantly Faster JavaScript Engine
  • 9. Java: Open Source • 2 New OpenJDK Releases in 2011 & 2012Comm Feature List for 2011:openjdk.java.net/projects/jd Oracle Remains Committed to the Best Open-Source Java ImplementationMore Ex Contributors are Welcome!
  • 10. Java: Client & Tools Java: Client & Tools Java: Servers & Desktops
  • 11. Design Objectives ➡Deliver Best HTML5 & Native Application Experience from Java • Programming Model: the Power of Java, the Ease of JavaFX • Native Interoperability Between Java, JavaScript & HTML5 • High Performance 2D and 3D Java Graphics Engine • Designed to Exploit Hardware Advances in Desktop & Mobile • Complete & Integrated Development Lifecycle Experience
  • 12. Java: Client Architecture Unified Application JavaFX APIs Development Model JavaFX Toolkit JavaFX translated to HTML DOM JavaScript Java Render Tree Hardware Built on Acceleration & Java2D D3D OpenGL HTML 5 CSS 3 JavaScript 5 HTML5 Software Fallback HotSpot Browser JVM
  • 13. Java: Client & Tools • Programming Model – the Ease of JavaFX • APIs, Visual Design, Standard & Complex UI Controls, Data Binding • Library of Standard & Complex UI Controls in Open Source • Support for Large Datasets, Native I18N & Accessibility, Advanced Skinning • Flexibility Using Images, Embedded HTML or 2D-3D Vector Graphics • Programming Model – the Power of Java • Generics, Annotations, Multi-Threading, Compilation • Standard Java IDEs, Debuggers and Profilers • Native Interoperability with JavaScript & HTML5 • Embed HTML Content in Java Applications • Seamless DOM Access Between HTML5 & Java • Manipulate Java Scenegraph from JavaScript
  • 14. Java: Client & Tools • High-Performance Java Graphics Engine • New Hardware Accelerated 2D and 3D Graphics Pipeline • Tight Integration with Java & JavaFX Runtime • Simplifies Programming: Shadows, Blurs, Reflections, Effects, Transforms • 3D Transforms Today; Full 3D objects in Future • Exploits Modern Graphics Hardware Advances • Supports DirectX for Windows • Supports OpenGL ES 2.0 or Better for Other Platforms • Complete & Integrated Development Lifecycle Experience • Visually Assemble, Edit, Compile, Profile, Debug • Data binding (Rest, JDBC, JSON, XML, ….) • Productivity: Coin, Closures, Modular Development, Graphics
  • 16. Java: Open Source • 2 New NetBeans Releases in 2011 • 20% Increase in Users in 6 Months • Committed Feature List & Builds: • netbeans.org/community/releases/roadmap.html • Oracle committed to making JavaFX UI controls available in Open Source • javafx.com/roadmap
  • 18. Design Objectives ➡Optimize Java Application Servers for New Application Models • Make Application Servers Modular with Dependency Injection • Provide New Lightweight Web Profile for Web Applications • Make POJO & EJB Programming Significantly More Productive • Enhance Java Web Services for Performance & Interoperability • Better Interoperability with Scripting & Dynamic Languages
  • 19. Java: Application Servers • Make Application Servers Modular • 2009 – Microkernel Based on HK2 in Reference Implementation • 2010 – Enterprise OSGI Specifications – JPA, JNDI, JDBC, JTA, HTTP Service • 2010 – OSGI and Java EE Hybrid Programming Model • Provide New Lightweight Web Profile for Web Applications • 2009 – JSR 316 Web Profile Delivered in Reference Implementation • 2010 – Clustered Web Profile • Make POJO & EJB Programming More Productive • 2009 – EJB 3.1 Lite, Dependency Injection, Web Beans, Bean Validation • Enhance Web Services for Performance & Interoperability • 2010 – JAX WS, Reliable Messaging, Secure Conversations, Reliable Secure Protocol • 2010 - Compliance with WS-I Basic Profile 2.0 – Standardized .NET Interop
  • 21. Java: Open Source • 2 New GlassFish Releases in 2011 • Committed Feature List for 2011: • glassfish.dev.java.net/roadmap/ • 8 Million GlassFish Downloads in 2009 • More External Contributors Welcome!
  • 22. Java: Mobile Devices Java: Mobile Devices Java: Servers & Desktops
  • 23. Design Objectives ➡Deliver Java and Web Applications to All Consumer Devices • Modernize Java for Mobile Devices and Language Features • Integrate Web Technologies (HTML, JavaScript, CSS) • New Device APIs to Access Hardware & OS Features • Small Footprint, CPU-Efficient Java for Card, TV, Mobile • Consistent Tooling and Emulation Across Java Devices
  • 24. Java: Mobile Devices • Project Java Mobile.Next • Updates to Language, VM, Libraries, Optional Packages & APIs • Integration of Web Technologies (HTML, JavaScript, CSS) • Java ME Runtime Based on Mobile Services Architecture • Webkit Engine, JavaScript Engine, Java/JavaScript Bridge • New Device APIs to Access to HW & OS Features • Graphics, Near Field Communication, IMS, Sensors, Payment, Telephony, Location • Small Footprint, CPU-Efficient Java for Card, TV, Mobile • Phones: Optimized for ARM7/ARM9 Chips & Limited Memory • TVs: Optimized Blu-ray Java, DVB Multimedia, Tru2way Digital Cable • Cards: Personal Identity Verification, National ID & Health Care Cards • Java ME Roadmap Details at: oracle.com/technetwork/java/javame
  • 25. Java: New Devices, New Markets
  • 27. Dave Moore Dave Moore Lead Platform Developer
  • 28. Java: This Week Java: This Week Java: Servers & Desktops
  • 29. 2:30 - 4:00 TUESDAY Technical Keynote Hilton Union Square – Grand Ballroom Greg Bollella Roberto Chinnici Chief Architect Java EE Platform Lead Embedded Java Mark Reinhold Chief Architect Java Platform Group
  • 30. 9:00 - 10:30 THURSDAY Frontier Keynote In This Room Ray Kurzweil Inventor and Futurist
  • 32. Latin America 2010 Russia 2011 December 7–9, 2010 H1 – Dates TBD Beijing 2010 India 2011 December 13–16, 2010 H1 – Dates TBD
  • 33. Duke’s Choice Award Winners At JavaOne Tent @ Mason St / Ellis St – All Week! Case Systems