SlideShare a Scribd company logo
1 of 27
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Java Community and Overview Track
Yolande Poirier
Senior Community Manager
Oracle Technology Network
September, 2015
Please Stand By. This session will begin promptly at the time
indicated on the agenda. Thank You.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Safe Harbor Statement
The following is intended to outline our general product direction. It is intended for
information purposes only, and may not be incorporated into any contract. It is not a
commitment to deliver any material, code, or functionality, and should not be relied upon
in making purchasing decisions. The development, release, and timing of any features or
functionality described for Oracle’s products remains at the sole discretion of Oracle.
2
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Agenda
• Community News
– New Duke Personality
– Oracle University Discount
– JavaOne
– Java Magazine
– New OTN Articles
• Releases
– Java EE 8
– Java SE 9 and Java SE 8
– Cloud Releases
– Cloud Developer Services
Oracle Confidential – Internal/Restricted/Highly Restricted 3
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Confidential – Internal/Restricted/Highly Restricted 4
COMMUNITY NEWS
New Duke Personality
Oracle University Discount
JavaOne
Java Magazine
OTN Articles
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
New Duke Personality
• Duke, the Java Mascot
• What is Duke up to this year?
– Cloud Master
– Innovations this year are in the Cloud
– Duke in Zen-like command of all things cloud
– With Java and the cloud, Duke juggles application
development on social, mobile or any platform.
Oracle Confidential – Internal/Restricted/Highly Restricted 5
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Celebrating 20 Years of Innovation
• Oracle University offers a special discount
• 20% off any Java certification exam
• How to apply
– Find the Java exam that meets your skill level and experience.
– Review exam preparation and topics.
– Register at Pearson VUE. Use promotion code Java20 to
receive the 20% discount.
• Offer valid until December 2015
Oracle Confidential – Internal/Restricted/Highly Restricted 6
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
JavaOne 2015: 20 Years of Innovation
• The premier Java conference - October 25 – 29, 2015
– Keynote about 20 years
• Online – oracle.com/javaone and #javaone
– Coverage on our blog: blogs.oracle.com/javaone
– Live interviews at NightHacking.com
– Cutting edge content, new tracks: Cloud Content catalog
– Check out the rock star speakers
• If you attend
– Opportunities to learn, share and solve (Sessions, BoF...)
– Network: Taylor Cafe, Java Hub, parties every night
– Schedule builder plan your activities
Oracle Confidential – Internal/Restricted/Highly Restricted 7
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Java Magazine
• July/August 2015 - All about DevOps
• Technical articles
– How Dev Vs Ops became DevOps, an interview
with Patrick Debois
– Continuous Delivery of Microservices at Netflix
– Building and Managing Lightweight Containers with Docker, Puppet and Vagrant
– Putting the continuous in Continous Delivery with Chef
– Functional Programming in Java: Using Collections
– Contexts and Dependency Injection: the New Java EE Toolbox
– Inside the CPU: the Unexpected Effects of Instruction Execution
• The magazine is free. Subscribe at oracle.com/javamagazine
Oracle Confidential – Internal/Restricted/Highly Restricted 8
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
New OTN Articles
• Technical articles from top industry experts
• OTN is publishing new articles ongoing, some of the new articles:
– From Technical Debt to Software Development Analytics
– Effective Ways to Implement and Use the Singleton Design Pattern
– Lambda Tutorial: Shakespeare Plays Scrabble
– Writing JavaFX Applications for Mobile Devices
– Improving the Performance of Java EE Applications
– Develop Non-Blocking Web Applications in Java
• Contribute content to OTN
– Submit blogs and article abstracts at otnfeedback_us@oracle.com
– Guest blogger on blogs.oracle.com/java
Oracle Confidential – Internal/Restricted/Highly Restricted 9
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle Confidential – Internal/Restricted/Highly Restricted
RELEASES
Java EE 8
Java SE 8 – 9
Cloud Services
Cloud Developer Services
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
About Java EE 8
• Java EE 8 Release
– The release is expected Spring 2017
– News blog : blogs.oracle.com/theaquarium/
• Java EE 8 – Current State
– Download & test builds and provide feedback
– JSRs: MVC 1.0, JSF, JSON, CDI 2, JMS, and Java EE Security JSRs
– JSRs are listed - jcp.org/en/jsr/
Oracle Confidential – Internal/Restricted/Highly Restricted 11
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
About Java EE 8
• How to get involved
– Adopt-a-JSR - glassfish.java.net/adoptajsr/
• JUGs host meeting to test, contribute code to JSRs – Turkey JUG
– Increase expertise and your visibility as an expert
– Choose your level of involvement and how much you want to learn
• Blog about features or give talk
• Read the specification for a JSR
• Provide feedback
• Join a mailing
• Contribute to a spec
• Be spec lead
Oracle Confidential – Internal/Restricted/Highly Restricted 12
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Java SE 9
• Java SE 9 proposed schedule
– The release is expected in the fall of 2016
• Progress of Java 9 at openjdk.java.net
– Download and test the current build,
– news and announcements
• Java 9 introduce JShell, a REPL interpreter
– JShell code is not integrated in Java 9 current early access releases
– Instructions to test it today - https://youtu.be/caBTae7UyVw
Oracle Confidential – Internal/Restricted/Highly Restricted 13
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Java SE 9 - sun.misc.Unsafe
• sun.misc.Unsafe?
• Plan for its removal Mark Reinhold
– A roadmap for removing the API
– It will still be in Java 9
– Plan – http://openjdk.java.net/jeps/260
• Replacement Solutions – Paul Sandoz
– Gives tips and tricks
– Project Valhalla, Project Panama, Arrays 2.0
– Foreign Function Interface
– Variable Handles
• Youtube.com/java
Oracle Confidential – Internal/Restricted/Highly Restricted 14
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Java SE 9 - sun.misc.Unsafe
• Mark Reinhold
– The Secret History and Tragic Fate of sun.misc.Unsafe
• Paul Sandoz
– Safety First
• Youtube.com/java
– Playlist: JVM Language Summit 2015
Oracle Confidential – Internal/Restricted/Highly Restricted 15
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
JVM Language Summit 2015
• Annual Summit
– Gathering of language designers, compiler writers, tool builders, runtime engineers,
and VM architects
– Valuable content for developers who are writing code for the JVM
– 18 video presentations
• Some of the sessions are:
– Keynote: Martin Odersky - Compilers are databases
– Dan Heidinga - The Future is Native
– Mark Stoodley - Multi-Language Runtime
• Brian Goetz – Adventures on the road to Valhalla
– http://openjdk.java.net/projects/valhalla/
Oracle Confidential – Internal/Restricted/Highly Restricted 16
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Java SE 8 Release
• Java SE 8 update 60
– JavaScript Nashorn enhancements
– Deployment Rule Set improvements
– ARM support
– Release notes http://www.oracle.com/technetwork/java/javase/
• Articles on Java 8
• - Community Platform - https://community.oracle.com/community/java
• JDK 8 MOOC
– Lessons are available on YouTube – 21 videos
– Playlist on YouTube.com/JDK8 MOOC
Oracle Confidential – Internal/Restricted/Highly Restricted 17
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Title and Subtitle Layout
Subtitle text is Calibri bold 24 pt
Oracle Confidential – Internal/Restricted/Highly Restricted 18
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Cloud Releases – Coming Soon
• Java SE in the Cloud
– Deploy Java SE applications to Oracle Cloud
– Access Java SE 7 and 8 runtimes and libraries &
application frameworks
– Cloud-based integrated development lifecycle tools
– Visit cloud.oracle.com/javase
• Node.js in the Cloud
– Deploy your Node.js applications to Oracle Cloud
– Support many Node.js release and libraries
– https://cloud.oracle.com/nodejs
Oracle Confidential – Internal/Restricted/Highly Restricted 19
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Cloud Releases
• Java Cloud Services
– Deploy any Java application
– Self-service provisioning of Oracle WebLogic Server and
Oracle Coherence
– Enterprise level security, high availability, and performance
for business-critical applications
– Open standards so that Java applications are easily
deployed and managed
– https://cloud.oracle.com/java
Oracle Confidential – Internal/Restricted/Highly Restricted 20
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Confidential – Internal/Restricted/Highly Restricted 21
Developer Cloud Service
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Developer Cloud Resources
• Community – (Discussions Forums, blogs, collaboration, more)
https://community.oracle.com/community/cloud_computing/platform-as-a-service-paas
• Documentation – http://docs.oracle.com/cloud/latest/
• Social Media –
– Twitter - @oraclecloudev
– Blog - https://community.oracle.com/community/cloud_computing/platform-as-a-service-paas/blog
• Cloud Day events around the world at oracle.com/cloudday
Oracle Confidential – Internal/Restricted/Highly Restricted 22
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Program Agenda
• 10:00 am - 11:00 am: Connecting Devices to the Cloud, Healthcare for
the elderly using IoT with Gerrit Grunwald
• 11:00 am – 12:00 pm: JDK 8: Time for A New Date & Time with Simon
Ritter
• 12:00 pm – 1:00 pm: Cloud Enabled JavaScript Stored Procedures with
Java 8 Nashorn with Kuassi Mensah
Oracle Confidential – Internal/Restricted/Highly Restricted 23
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Download the Presentation Slides
Oracle Confidential – Internal/Restricted/Highly Restricted 24
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Q+A
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Keep Learning with Training from Oracle University
26
• Hands-on training delivered in-class or online by
tenured instructors around the world
• New subscription-based learning services to give you
any-time access to training
• Certification programs to validate your skills
education.oracle.com
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | 27

More Related Content

What's hot

Town Hall - Business Implications of Open Source OSGi Implementations - BJ Ha...
Town Hall - Business Implications of Open Source OSGi Implementations - BJ Ha...Town Hall - Business Implications of Open Source OSGi Implementations - BJ Ha...
Town Hall - Business Implications of Open Source OSGi Implementations - BJ Ha...
mfrancis
 

What's hot (18)

Oracle Fusion Middleware provisioning with Puppet
Oracle Fusion Middleware provisioning with PuppetOracle Fusion Middleware provisioning with Puppet
Oracle Fusion Middleware provisioning with Puppet
 
JavaCro'15 - Managing Java at Scale Security and Compatibility Applications -...
JavaCro'15 - Managing Java at Scale Security and Compatibility Applications -...JavaCro'15 - Managing Java at Scale Security and Compatibility Applications -...
JavaCro'15 - Managing Java at Scale Security and Compatibility Applications -...
 
Java EE Arquillian Testing with Docker & The Cloud
Java EE Arquillian Testing with Docker & The CloudJava EE Arquillian Testing with Docker & The Cloud
Java EE Arquillian Testing with Docker & The Cloud
 
Java EE 8 Adopt a JSR : JSON-P 1.1 & MVC 1.0
Java EE 8 Adopt a JSR : JSON-P 1.1 & MVC 1.0Java EE 8 Adopt a JSR : JSON-P 1.1 & MVC 1.0
Java EE 8 Adopt a JSR : JSON-P 1.1 & MVC 1.0
 
The Journey of Apache ManifoldCF: Learning from ASF's Successes
The Journey of Apache ManifoldCF: Learning from ASF's SuccessesThe Journey of Apache ManifoldCF: Learning from ASF's Successes
The Journey of Apache ManifoldCF: Learning from ASF's Successes
 
Java WebStart Is Dead: What Should We Do Now?
Java WebStart Is Dead: What Should We Do Now?Java WebStart Is Dead: What Should We Do Now?
Java WebStart Is Dead: What Should We Do Now?
 
Are you remotely agile? - ATS2015
Are you remotely agile?  - ATS2015Are you remotely agile?  - ATS2015
Are you remotely agile? - ATS2015
 
Enterprise 2.0 using Social Frameworks like Agorava (SMWHH 2014)
Enterprise 2.0 using Social Frameworks like Agorava (SMWHH 2014)Enterprise 2.0 using Social Frameworks like Agorava (SMWHH 2014)
Enterprise 2.0 using Social Frameworks like Agorava (SMWHH 2014)
 
Imworld.ro
Imworld.roImworld.ro
Imworld.ro
 
Slovenian Oracle User Group
Slovenian Oracle User GroupSlovenian Oracle User Group
Slovenian Oracle User Group
 
Town Hall - Business Implications of Open Source OSGi Implementations - BJ Ha...
Town Hall - Business Implications of Open Source OSGi Implementations - BJ Ha...Town Hall - Business Implications of Open Source OSGi Implementations - BJ Ha...
Town Hall - Business Implications of Open Source OSGi Implementations - BJ Ha...
 
State of the Ecosystem - Atlassian Summit 2010
State of the Ecosystem - Atlassian Summit 2010State of the Ecosystem - Atlassian Summit 2010
State of the Ecosystem - Atlassian Summit 2010
 
Java cro'21 the best tools for java developers in 2021 - hujak
Java cro'21   the best tools for java developers in 2021 - hujakJava cro'21   the best tools for java developers in 2021 - hujak
Java cro'21 the best tools for java developers in 2021 - hujak
 
Java, now and forever
Java, now and foreverJava, now and forever
Java, now and forever
 
Apache Rave (Incubating) at ROLE Developer Camp
Apache Rave (Incubating) at ROLE Developer CampApache Rave (Incubating) at ROLE Developer Camp
Apache Rave (Incubating) at ROLE Developer Camp
 
Java Debuggers: A Peek Under the Hood [JavaOne 2016 CON1503]
Java Debuggers: A Peek Under the Hood [JavaOne 2016 CON1503]Java Debuggers: A Peek Under the Hood [JavaOne 2016 CON1503]
Java Debuggers: A Peek Under the Hood [JavaOne 2016 CON1503]
 
Javantura Zagreb 2014 - universAAL - Andrej Grgurić
Javantura Zagreb 2014 - universAAL - Andrej GrgurićJavantura Zagreb 2014 - universAAL - Andrej Grgurić
Javantura Zagreb 2014 - universAAL - Andrej Grgurić
 
Serverless Java - Challenges and Triumphs
Serverless Java - Challenges and TriumphsServerless Java - Challenges and Triumphs
Serverless Java - Challenges and Triumphs
 

Similar to Java Community News - September 2015

Similar to Java Community News - September 2015 (20)

Java Community and Overview Track - March 2016
Java Community and Overview Track - March 2016Java Community and Overview Track - March 2016
Java Community and Overview Track - March 2016
 
Java Master Class
Java Master ClassJava Master Class
Java Master Class
 
JDK 8 and JDK 8 Updates in OpenJDK
JDK 8 and JDK 8 Updates in OpenJDKJDK 8 and JDK 8 Updates in OpenJDK
JDK 8 and JDK 8 Updates in OpenJDK
 
Polyglot! A Lightweight Cloud Platform for Java SE, Node, and More
Polyglot! A Lightweight Cloud Platform for Java SE, Node, and MorePolyglot! A Lightweight Cloud Platform for Java SE, Node, and More
Polyglot! A Lightweight Cloud Platform for Java SE, Node, and More
 
How to-work-with-the-oracle-user-group-team
How to-work-with-the-oracle-user-group-teamHow to-work-with-the-oracle-user-group-team
How to-work-with-the-oracle-user-group-team
 
Developing Java EE Applications on IntelliJ IDEA with Oracle WebLogic 12c
Developing Java EE Applications on IntelliJ IDEA with Oracle WebLogic 12cDeveloping Java EE Applications on IntelliJ IDEA with Oracle WebLogic 12c
Developing Java EE Applications on IntelliJ IDEA with Oracle WebLogic 12c
 
JSF 2.3 Adopt-a-JSR 10 Minute Infodeck
JSF 2.3 Adopt-a-JSR 10 Minute InfodeckJSF 2.3 Adopt-a-JSR 10 Minute Infodeck
JSF 2.3 Adopt-a-JSR 10 Minute Infodeck
 
The JAVA Training Workshop in Ahmedabad
The JAVA Training Workshop in AhmedabadThe JAVA Training Workshop in Ahmedabad
The JAVA Training Workshop in Ahmedabad
 
[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service
[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service
[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service
 
Jakarta EE: Today and Tomorrow
Jakarta EE: Today and TomorrowJakarta EE: Today and Tomorrow
Jakarta EE: Today and Tomorrow
 
Melhore o Desenvolvimento do Time com DevOps na Nuvem
Melhore o Desenvolvimento do Time com DevOps na NuvemMelhore o Desenvolvimento do Time com DevOps na Nuvem
Melhore o Desenvolvimento do Time com DevOps na Nuvem
 
Java training in ahmedabad
Java training in ahmedabadJava training in ahmedabad
Java training in ahmedabad
 
Quarterly leader-call-dec-2014
Quarterly leader-call-dec-2014Quarterly leader-call-dec-2014
Quarterly leader-call-dec-2014
 
CLS
CLSCLS
CLS
 
Continuous Integration Fundamentals: Maven - OFM Canberra July 2014
Continuous Integration Fundamentals: Maven - OFM Canberra July 2014Continuous Integration Fundamentals: Maven - OFM Canberra July 2014
Continuous Integration Fundamentals: Maven - OFM Canberra July 2014
 
Java: Create The Future Keynote
Java: Create The Future KeynoteJava: Create The Future Keynote
Java: Create The Future Keynote
 
Lightweight Java in the Cloud
Lightweight Java in the CloudLightweight Java in the Cloud
Lightweight Java in the Cloud
 
Oracle User Group Holland
Oracle User Group HollandOracle User Group Holland
Oracle User Group Holland
 
Java 2012 conference keynote - Java Strategy & Roadmap - WebLogic & GlassFish...
Java 2012 conference keynote - Java Strategy & Roadmap - WebLogic & GlassFish...Java 2012 conference keynote - Java Strategy & Roadmap - WebLogic & GlassFish...
Java 2012 conference keynote - Java Strategy & Roadmap - WebLogic & GlassFish...
 
Java Day Tokyo 2016 feedback at Kumamoto
Java Day Tokyo 2016 feedback at KumamotoJava Day Tokyo 2016 feedback at Kumamoto
Java Day Tokyo 2016 feedback at Kumamoto
 

More from Yolande Poirier

Oracle Academy and ThinkQuest - Java Summer Workshop 2011
Oracle Academy and ThinkQuest - Java Summer Workshop 2011Oracle Academy and ThinkQuest - Java Summer Workshop 2011
Oracle Academy and ThinkQuest - Java Summer Workshop 2011
Yolande Poirier
 

More from Yolande Poirier (8)

Social Media Secrets
Social Media Secrets Social Media Secrets
Social Media Secrets
 
JDBC Next: A New Asynchronous API for Connecting to a Database
JDBC Next: A New Asynchronous API for Connecting to a Database JDBC Next: A New Asynchronous API for Connecting to a Database
JDBC Next: A New Asynchronous API for Connecting to a Database
 
Way to Ally for Women in Java
Way to Ally for Women in Java Way to Ally for Women in Java
Way to Ally for Women in Java
 
Way to Ally for Women in Technology!
Way to Ally for Women in Technology! Way to Ally for Women in Technology!
Way to Ally for Women in Technology!
 
Twitter for developers
Twitter for developers  Twitter for developers
Twitter for developers
 
Java us tour 2017
Java us tour 2017Java us tour 2017
Java us tour 2017
 
Oracle Academy and ThinkQuest - Java Summer Workshop 2011
Oracle Academy and ThinkQuest - Java Summer Workshop 2011Oracle Academy and ThinkQuest - Java Summer Workshop 2011
Oracle Academy and ThinkQuest - Java Summer Workshop 2011
 
Java summer workshop
Java summer workshop Java summer workshop
Java summer workshop
 

Recently uploaded

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Recently uploaded (20)

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 

Java Community News - September 2015

  • 1. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Java Community and Overview Track Yolande Poirier Senior Community Manager Oracle Technology Network September, 2015 Please Stand By. This session will begin promptly at the time indicated on the agenda. Thank You.
  • 2. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. 2
  • 3. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Agenda • Community News – New Duke Personality – Oracle University Discount – JavaOne – Java Magazine – New OTN Articles • Releases – Java EE 8 – Java SE 9 and Java SE 8 – Cloud Releases – Cloud Developer Services Oracle Confidential – Internal/Restricted/Highly Restricted 3
  • 4. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Confidential – Internal/Restricted/Highly Restricted 4 COMMUNITY NEWS New Duke Personality Oracle University Discount JavaOne Java Magazine OTN Articles
  • 5. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | New Duke Personality • Duke, the Java Mascot • What is Duke up to this year? – Cloud Master – Innovations this year are in the Cloud – Duke in Zen-like command of all things cloud – With Java and the cloud, Duke juggles application development on social, mobile or any platform. Oracle Confidential – Internal/Restricted/Highly Restricted 5
  • 6. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Celebrating 20 Years of Innovation • Oracle University offers a special discount • 20% off any Java certification exam • How to apply – Find the Java exam that meets your skill level and experience. – Review exam preparation and topics. – Register at Pearson VUE. Use promotion code Java20 to receive the 20% discount. • Offer valid until December 2015 Oracle Confidential – Internal/Restricted/Highly Restricted 6
  • 7. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | JavaOne 2015: 20 Years of Innovation • The premier Java conference - October 25 – 29, 2015 – Keynote about 20 years • Online – oracle.com/javaone and #javaone – Coverage on our blog: blogs.oracle.com/javaone – Live interviews at NightHacking.com – Cutting edge content, new tracks: Cloud Content catalog – Check out the rock star speakers • If you attend – Opportunities to learn, share and solve (Sessions, BoF...) – Network: Taylor Cafe, Java Hub, parties every night – Schedule builder plan your activities Oracle Confidential – Internal/Restricted/Highly Restricted 7
  • 8. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Java Magazine • July/August 2015 - All about DevOps • Technical articles – How Dev Vs Ops became DevOps, an interview with Patrick Debois – Continuous Delivery of Microservices at Netflix – Building and Managing Lightweight Containers with Docker, Puppet and Vagrant – Putting the continuous in Continous Delivery with Chef – Functional Programming in Java: Using Collections – Contexts and Dependency Injection: the New Java EE Toolbox – Inside the CPU: the Unexpected Effects of Instruction Execution • The magazine is free. Subscribe at oracle.com/javamagazine Oracle Confidential – Internal/Restricted/Highly Restricted 8
  • 9. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | New OTN Articles • Technical articles from top industry experts • OTN is publishing new articles ongoing, some of the new articles: – From Technical Debt to Software Development Analytics – Effective Ways to Implement and Use the Singleton Design Pattern – Lambda Tutorial: Shakespeare Plays Scrabble – Writing JavaFX Applications for Mobile Devices – Improving the Performance of Java EE Applications – Develop Non-Blocking Web Applications in Java • Contribute content to OTN – Submit blogs and article abstracts at otnfeedback_us@oracle.com – Guest blogger on blogs.oracle.com/java Oracle Confidential – Internal/Restricted/Highly Restricted 9
  • 10. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle Confidential – Internal/Restricted/Highly Restricted RELEASES Java EE 8 Java SE 8 – 9 Cloud Services Cloud Developer Services
  • 11. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | About Java EE 8 • Java EE 8 Release – The release is expected Spring 2017 – News blog : blogs.oracle.com/theaquarium/ • Java EE 8 – Current State – Download & test builds and provide feedback – JSRs: MVC 1.0, JSF, JSON, CDI 2, JMS, and Java EE Security JSRs – JSRs are listed - jcp.org/en/jsr/ Oracle Confidential – Internal/Restricted/Highly Restricted 11
  • 12. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | About Java EE 8 • How to get involved – Adopt-a-JSR - glassfish.java.net/adoptajsr/ • JUGs host meeting to test, contribute code to JSRs – Turkey JUG – Increase expertise and your visibility as an expert – Choose your level of involvement and how much you want to learn • Blog about features or give talk • Read the specification for a JSR • Provide feedback • Join a mailing • Contribute to a spec • Be spec lead Oracle Confidential – Internal/Restricted/Highly Restricted 12
  • 13. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Java SE 9 • Java SE 9 proposed schedule – The release is expected in the fall of 2016 • Progress of Java 9 at openjdk.java.net – Download and test the current build, – news and announcements • Java 9 introduce JShell, a REPL interpreter – JShell code is not integrated in Java 9 current early access releases – Instructions to test it today - https://youtu.be/caBTae7UyVw Oracle Confidential – Internal/Restricted/Highly Restricted 13
  • 14. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Java SE 9 - sun.misc.Unsafe • sun.misc.Unsafe? • Plan for its removal Mark Reinhold – A roadmap for removing the API – It will still be in Java 9 – Plan – http://openjdk.java.net/jeps/260 • Replacement Solutions – Paul Sandoz – Gives tips and tricks – Project Valhalla, Project Panama, Arrays 2.0 – Foreign Function Interface – Variable Handles • Youtube.com/java Oracle Confidential – Internal/Restricted/Highly Restricted 14
  • 15. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Java SE 9 - sun.misc.Unsafe • Mark Reinhold – The Secret History and Tragic Fate of sun.misc.Unsafe • Paul Sandoz – Safety First • Youtube.com/java – Playlist: JVM Language Summit 2015 Oracle Confidential – Internal/Restricted/Highly Restricted 15
  • 16. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | JVM Language Summit 2015 • Annual Summit – Gathering of language designers, compiler writers, tool builders, runtime engineers, and VM architects – Valuable content for developers who are writing code for the JVM – 18 video presentations • Some of the sessions are: – Keynote: Martin Odersky - Compilers are databases – Dan Heidinga - The Future is Native – Mark Stoodley - Multi-Language Runtime • Brian Goetz – Adventures on the road to Valhalla – http://openjdk.java.net/projects/valhalla/ Oracle Confidential – Internal/Restricted/Highly Restricted 16
  • 17. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Java SE 8 Release • Java SE 8 update 60 – JavaScript Nashorn enhancements – Deployment Rule Set improvements – ARM support – Release notes http://www.oracle.com/technetwork/java/javase/ • Articles on Java 8 • - Community Platform - https://community.oracle.com/community/java • JDK 8 MOOC – Lessons are available on YouTube – 21 videos – Playlist on YouTube.com/JDK8 MOOC Oracle Confidential – Internal/Restricted/Highly Restricted 17
  • 18. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Title and Subtitle Layout Subtitle text is Calibri bold 24 pt Oracle Confidential – Internal/Restricted/Highly Restricted 18
  • 19. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Cloud Releases – Coming Soon • Java SE in the Cloud – Deploy Java SE applications to Oracle Cloud – Access Java SE 7 and 8 runtimes and libraries & application frameworks – Cloud-based integrated development lifecycle tools – Visit cloud.oracle.com/javase • Node.js in the Cloud – Deploy your Node.js applications to Oracle Cloud – Support many Node.js release and libraries – https://cloud.oracle.com/nodejs Oracle Confidential – Internal/Restricted/Highly Restricted 19
  • 20. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Cloud Releases • Java Cloud Services – Deploy any Java application – Self-service provisioning of Oracle WebLogic Server and Oracle Coherence – Enterprise level security, high availability, and performance for business-critical applications – Open standards so that Java applications are easily deployed and managed – https://cloud.oracle.com/java Oracle Confidential – Internal/Restricted/Highly Restricted 20
  • 21. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Confidential – Internal/Restricted/Highly Restricted 21 Developer Cloud Service
  • 22. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Developer Cloud Resources • Community – (Discussions Forums, blogs, collaboration, more) https://community.oracle.com/community/cloud_computing/platform-as-a-service-paas • Documentation – http://docs.oracle.com/cloud/latest/ • Social Media – – Twitter - @oraclecloudev – Blog - https://community.oracle.com/community/cloud_computing/platform-as-a-service-paas/blog • Cloud Day events around the world at oracle.com/cloudday Oracle Confidential – Internal/Restricted/Highly Restricted 22
  • 23. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Program Agenda • 10:00 am - 11:00 am: Connecting Devices to the Cloud, Healthcare for the elderly using IoT with Gerrit Grunwald • 11:00 am – 12:00 pm: JDK 8: Time for A New Date & Time with Simon Ritter • 12:00 pm – 1:00 pm: Cloud Enabled JavaScript Stored Procedures with Java 8 Nashorn with Kuassi Mensah Oracle Confidential – Internal/Restricted/Highly Restricted 23
  • 24. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Download the Presentation Slides Oracle Confidential – Internal/Restricted/Highly Restricted 24
  • 25. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Q+A
  • 26. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Keep Learning with Training from Oracle University 26 • Hands-on training delivered in-class or online by tenured instructors around the world • New subscription-based learning services to give you any-time access to training • Certification programs to validate your skills education.oracle.com
  • 27. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | 27