SlideShare ist ein Scribd-Unternehmen logo
1 von 30
© Copyright Azul Systems 2015
© Copyright Azul Systems 2015
@azulsystems
Zulu by Azul:
OpenJDK for Azure
Matt Schuetze
Azul Director of Product Management
5/3/20151
Houston Java User Group
Houston, Texas
®
™
© Copyright Azul Systems 2015
This Talk’s Purpose / Goals
 This talk is focused on Java for Azure
 This is not a “how to write a Java program” talk
 This is a talk about how Java fits into the Azure
landscape and why Zulu by Azul plays a big role.
 Purpose: Once you understand where Zulu fits,
you’ll know just enough to be dangerous...
 The “Azul makes the world’s greatest JVMs” stuff
will only come at the end, I promise...
5/3/20152
Welcome to all Houston JUG members
© Copyright Azul Systems 2015
About Azul Systems
Vega
C4
 We make scalable Virtual
Machines
 Have built “whatever it
takes to get job done” since
2002
 3 generations of custom
SMP Multi-core HW (Vega)
 Now Pure software for
commodity x86 (Zing)
 Certified OpenJDK (Zulu)
 Known for Low Latency,
Consistent execution, and
Large data set excellence
Zing, Zulu, and everything about Java Virtual Machines
5/3/20153
© Copyright Azul Systems 2015
High Level Agenda
 Java history, evolution, and current picture of
industry
 Zoom into the Java Virtual Machine, the
architectural heart of Java
 Zoom out, seeing where the JVM fits in the
greater application universe
 Focus back in on Azure and pick apart why Java
on Azure isn’t so weird as it initially sounds.
 Introduce and describe Zulu, a new OpenJDK
distribution offered by Azul Systems
5/3/20154
Notice: we’ll be laying a lot of ground work to get to the Azure parts
© Copyright Azul Systems 2015
Azul’s Evolution in Java Context
Year Azul Java Milestone
1996 Sun ships Java 1.0. Codename “Oak”.
1999 Sun builds Java 1.2 w/ Swing and Browser plugin. First use of HotSpot
as trade name of JVM. “Java 2”, split as J2SE, J2EE, and J2ME
2002 Founded J2EE called best platform for web. J2SE 4.x solid for server apps, 1st
64-bit VM. BEA acquires Appeal, the JRockit VM creators.
2005 Vega J2 Version 5, Codename “Tiger”, is huge. BEA WebLogic 8.1 hot. “IBM
J9” VM replaces “IBM Classic” VM under WebSphere 6.1
2007 Oracle acquires BEA. JRockit VM kept intact over Oracle VM.
2010 Zing VE Oracle acquires Sun. Java and Sparc kept intact. JRockit pushed for
specialty workloads only.
2011 Zing LX Oracle ships JSE 7. OpenJDK becomes base codeline for JSE7.0. IBM
ships WAS 8.0 on J9 JDK6. Zing 5 released.
2013 Zing PE IBM ships WAS 8.5 and it can be configured to use J9 JDK7. OpenJDK
7 is released. IcedTea 6 is released. JRockit revived.
2013 Zulu OpenJDK 8 will be foundation of Oracle’s JSE 8.
2014 Zulu Ent OpenJDK 8 released in March. Zulu8 beats IcedTea and J9 to market.
5/3/20155
© Copyright Azul Systems 2015
Azul’s Product History Explained
 Founded 2002
 First hardware product (Vega): 2005
 First virtualized software-only product (Zing): 2010
 First fully native-mode software product (Zing 5):
2011
 First bundled WebSphere solution (Zing PE): 2013
 First free open source Zulu product for Microsoft
Azure VMs running Windows Server: 2013
 Zulu Enterprise for Windows, Linux, Mac: 2014
 Zulu Embedded: 2015
5/3/20156
Rome was not built in a day, either.
© Copyright Azul Systems 2015
Six Dimension of Java
Java
Virtual
Machine
Platforms
Life
Cycle
5/3/20157
Point cuts through the Java Virtual Machine
© Copyright Azul Systems 2015
Runtime
Instance
CodeTransformation
Java
Virtual
Machine
Machine
Assembly
01010110
*.java
*.class
Author Source
Compile to
Bytecode
Load Link
Initialize
JIT Compile
Execute
Monitor
ReJIT
*.jar
Consume APIs
5/3/20158
From developer’s source code to a running Java process
© Copyright Azul Systems 2015
Simplified Java Life Cycle
Business
Requirements
As Inputs
Dev
QA
Prod
IDEs: Eclipse, NetBeans,
IntelliJ
Platforms: Desktop, Laptop
Tools: JUnit, Ant, Maven,
Profilers, Debuggers,
Emulators
Tools: JUnit, JMeter,
Grinder
Platforms: Servers, Mobile
Virtualization
Tools: Profilers, JMX
monitors, deployers
Platforms: Servers, Mobile,
Clusters, Cloud, Grids,
Virtualization
Business provides
team with
requirements.
Developers author
Java source code on
laptops, pull in 3rd
party frameworks or
APIs. Commit code to
repository where
builds compiled,
JAR/WAR, and data
components
integrated, and QA
testers validate full
server application.
Upon passing all tests,
Ops staff push JARs
to final server and
client targets.
Working
Applications
As Outputs5/3/20159
Real life cycle for applications involves humans, so far greater complexity
© Copyright Azul Systems 2015
Java Editions
Java
Virtual
Machine
Standard
Edition
Micro Edition
Enterprise
Edition
JVM, JDK, API
Language Standard
Runtime Standard
Same Language
Cutdown API
Tailored JVM Runtime
Tiny Footprint
Includes JSE
Standard Services:
JMS, JDBC, EJB,
Servlet, JNDI
5/3/201510
One size does not fit all, but three try to fit many.
© Copyright Azul Systems 2015
HotSpot & Java SE envelope
5/3/201511
Trivia: This figure (or one like it) is on the first page of every Java release in Oracle/Sun documentation
© Copyright Azul Systems 2015
Java VM Platforms
Java
Virtual
Machine
Bytecode Ensures Architecture Neutrality
Chip Architectures
 Intel x86
 Intel/AMD x64
 IBM Power
 HP PA-RISC
 ARM
 Sparc
 Itanium
Operating Systems
 Linux
 Windows
 Solaris
 HPUX
 AIX
 zOS
 Mac OS/X
 Android
Plus more… Plus more…
5/3/201512
Hardware portability was foundational and existential goal in original Java VM designs
© Copyright Azul Systems 2015
Active Java/JVM Vendors
Java
Virtual
Machine
+8 others on
Azul Systems,
IBM, Red Hat
Oracle
Arm Ltd., Eclipse
Foundation, HP,
Intel, Nokia, SAP,
Software AG
JCP Executive
Committee
Perm JCP EC member.
Retains Brand,
Trademarks and
many Copyrights
Oracle Hotspot
Oracle JRockit
Azul Zing
Azul Zulu
IBM J9
Red Hat IcedTea
^Google Dalvik
EC and TCK
Licensees
5/3/201513
Commercially relevant organizations driving Java forward globally
Penalty Box
© Copyright Azul Systems 2015
Types of JVMs
Java
Virtual
Machine
JRockit
Azul Zing
HotSpot
IBM J9
OpenJDK
Azul Zulu
IcedTea
Free, Open
Source, GPL
Semi-Free,
Closed Source,
Restrictions
Commercial,
Closed
Source,
Licensed
5/3/201514
A JVM ships in a package (JDK or JRE) and that binary package is what is licensed
© Copyright Azul Systems 2015
Middleware on the JVM
5/3/201515
Ultimately it is the applications that matter. That’s what your users feel and see.
© Copyright Azul Systems 2015
Deployment
Putting the Zulu runtime to good use in a
real Java application
5/3/201516
© Copyright Azul Systems 2015
Computing Services Models
5/3/201517
Applications
Data
Runtime
Middleware
OS
Virtualization
Servers
Storage
Networking
Applications
Data
Runtime
Middleware
OS
Virtualization
Servers
Storage
Networking
Applications
Data
Runtime
Middleware
OS
Virtualization
Servers
Storage
Networking
Applications
Data
Runtime
Middleware
OS
Virtualization
Servers
Storage
Networking
OnPrem IaaS PaaS SaaS
Zulu<< >>
The choice of who provides parts of your software stack is open ground.
a. b. c. d.
© Copyright Azul Systems 2015
On Premise
 Use native packaging to install Zulu like any other download:
5/3/201518
.msi .rpm .deb .dmg
 Virtualization also encouraged:
or just use a Zip file.
This is the general “use this software” case. Install and go.
a.
© Copyright Azul Systems 2015
IaaS Using Azure
5/3/201519
Azure provides a choice of OS to setup a VM. After that, adding anything else is up to you. b.
© Copyright Azul Systems 2015
Web Platform Installer
5/3/201520
WebPI is simple way to fetch and install current Zulu in one step. Works on regular Windows too. b.
© Copyright Azul Systems 2015
Azure Eclipse Workbench
Eclipse IDE/
Workbench
tailored for
Java on
Azure
5/3/201521
Microsoft Open Tech’s purpose-built toolchain for Java development on Azure. b.
© Copyright Azul Systems 2015
Azure SDK Integrated Zulu
 Create Azure
VM
 Deploy a JDK
 Select current
Zulu
5/3/201522
Compose a Java application using Zulu, a choice of server/container, and integrated Azure security and roles b.
© Copyright Azul Systems 2015
PaaS Azure Marketplace
5/3/201523
search on “zulu”
find two Zulu
VM templates
Azure provides everything but your application and data. Zulu and other goodies installed and ready. c.
© Copyright Azul Systems 2015
SaaS on Azure
 Microsoft partners working on SaaS offerings using Zulu as
Java runtime
– Hadoop by Hortonworks
– IBMs Liberty WAS Profile
 Microsoft Open Tech actively promoting Zulu for their Java
efforts. Search opentech for “Java” for list.
– https://msopentech.com/?s=java
 Azul partner ecosystem rich and growing
– We welcome any SaaS deployments on Zulu and on Zing
– Many SaaS operators often choose Zing for powerhouse
infrastructure
– Crossover into other providers (ie. AWS and Rackspace)
5/3/201524
Beyond the JVM is the realm of Azul partners d.
© Copyright Azul Systems 2015
Java on Azure
 Java connectors to Azure web services
– Access Control, Blob Service , Media Services, Queue
Services, Service Bus Queues, SQL Database and Table
Service
 Build facilities to use Azure for dev use cases
– Jenkins, Hudson, Ant, Application Insights, JetBrains
TeamCity
 Additional Site construction choices
– Tomcat, Jetty, Typesafe Play framework
 Great resources on the Azure Blog. Just search “java”
– http://azure.microsoft.com/blog/?s=java
5/3/201525
Now that you are on Azure, no matter which computing context, you’ve got help
© Copyright Azul Systems 2015
Review Zulu Comparison
Azul
Zulu
Oracle
HotSpot
Red Hat
Iced Tea
Full HotSpot compatibility 4 4 4
Support for Azure 4 4 0
Support for Windows servers &
Hyper-V
4 2 0
Browser plugins 0 4 0
Dedicated JVM customer support 4 4 0
Out-of-release-cycle Bug Fix Delivery 4 2 0
Company 100% focused on Java 4 1 0
JVM certification program for ISVs 4 4 1
Upgrade path to additional features (trade-up
option)
4 1 0
Community participation (JCP EC) 4 4 4
5/3/201526
© Copyright Azul Systems 2015
Conclusion
 Zulu gives Azure deployers a solid, dependable
Java runtime.
 Zulu gives Java developers a huge boost on
Windows, leveraging OpenJDK, expanding
alternatives.
 Through Zulu and Zing, Azul gives application
developers worldwide the flexible, robust, and
trusted Java server capability they need.
 Consider Azul as de facto provider of server
JVMs.
5/3/201527
© Copyright Azul Systems 2015
Compulsory Marketing Pitch
5/3/201528
© Copyright Azul Systems 2015
Azul Hot Topics
5/3/201529
Zing® 15.05 imminent
 1TB heap
 ReadyNow!
 JMX
 Oracle Linux
Zing for Cloud
 Amazon AMIs
 Rackspace
OnMetal compat
 Docker in R&D
Zing for Big Data
 Cloudera CDH5 cert
 Cassandra paper
 Spark is in Zing open
source program
Zulu
 Azure Gallery
 8u45 in the chute
 So is 7u79 & 7u80
 JSE Embedded
© Copyright Azul Systems 2015
Q&A and In Closing…
Go get some Zulu today!
Boot an Azure VM and dip a toe.
Perhaps look at Zing.
Grab a Zing Free Trial card.
azul.com
5/3/201530
@schuetzematt

Weitere ähnliche Inhalte

Kürzlich hochgeladen

Buds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in NoidaBuds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in Noidabntitsolutionsrishis
 
PREDICTING RIVER WATER QUALITY ppt presentation
PREDICTING  RIVER  WATER QUALITY  ppt presentationPREDICTING  RIVER  WATER QUALITY  ppt presentation
PREDICTING RIVER WATER QUALITY ppt presentationvaddepallysandeep122
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....kzayra69
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作qr0udbr0
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesŁukasz Chruściel
 
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Natan Silnitsky
 
How to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdfHow to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdfLivetecs LLC
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprisepreethippts
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company OdishaBalasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odishasmiwainfosol
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样umasea
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Cizo Technology Services
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Matt Ray
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...confluent
 

Kürzlich hochgeladen (20)

Buds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in NoidaBuds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
 
PREDICTING RIVER WATER QUALITY ppt presentation
PREDICTING  RIVER  WATER QUALITY  ppt presentationPREDICTING  RIVER  WATER QUALITY  ppt presentation
PREDICTING RIVER WATER QUALITY ppt presentation
 
2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New Features
 
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
 
Advantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your BusinessAdvantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your Business
 
How to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdfHow to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdf
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprise
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company OdishaBalasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
 

Empfohlen

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Empfohlen (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Azul Zulu: OpenJDK for Microsoft Azure

  • 1. © Copyright Azul Systems 2015 © Copyright Azul Systems 2015 @azulsystems Zulu by Azul: OpenJDK for Azure Matt Schuetze Azul Director of Product Management 5/3/20151 Houston Java User Group Houston, Texas ® ™
  • 2. © Copyright Azul Systems 2015 This Talk’s Purpose / Goals  This talk is focused on Java for Azure  This is not a “how to write a Java program” talk  This is a talk about how Java fits into the Azure landscape and why Zulu by Azul plays a big role.  Purpose: Once you understand where Zulu fits, you’ll know just enough to be dangerous...  The “Azul makes the world’s greatest JVMs” stuff will only come at the end, I promise... 5/3/20152 Welcome to all Houston JUG members
  • 3. © Copyright Azul Systems 2015 About Azul Systems Vega C4  We make scalable Virtual Machines  Have built “whatever it takes to get job done” since 2002  3 generations of custom SMP Multi-core HW (Vega)  Now Pure software for commodity x86 (Zing)  Certified OpenJDK (Zulu)  Known for Low Latency, Consistent execution, and Large data set excellence Zing, Zulu, and everything about Java Virtual Machines 5/3/20153
  • 4. © Copyright Azul Systems 2015 High Level Agenda  Java history, evolution, and current picture of industry  Zoom into the Java Virtual Machine, the architectural heart of Java  Zoom out, seeing where the JVM fits in the greater application universe  Focus back in on Azure and pick apart why Java on Azure isn’t so weird as it initially sounds.  Introduce and describe Zulu, a new OpenJDK distribution offered by Azul Systems 5/3/20154 Notice: we’ll be laying a lot of ground work to get to the Azure parts
  • 5. © Copyright Azul Systems 2015 Azul’s Evolution in Java Context Year Azul Java Milestone 1996 Sun ships Java 1.0. Codename “Oak”. 1999 Sun builds Java 1.2 w/ Swing and Browser plugin. First use of HotSpot as trade name of JVM. “Java 2”, split as J2SE, J2EE, and J2ME 2002 Founded J2EE called best platform for web. J2SE 4.x solid for server apps, 1st 64-bit VM. BEA acquires Appeal, the JRockit VM creators. 2005 Vega J2 Version 5, Codename “Tiger”, is huge. BEA WebLogic 8.1 hot. “IBM J9” VM replaces “IBM Classic” VM under WebSphere 6.1 2007 Oracle acquires BEA. JRockit VM kept intact over Oracle VM. 2010 Zing VE Oracle acquires Sun. Java and Sparc kept intact. JRockit pushed for specialty workloads only. 2011 Zing LX Oracle ships JSE 7. OpenJDK becomes base codeline for JSE7.0. IBM ships WAS 8.0 on J9 JDK6. Zing 5 released. 2013 Zing PE IBM ships WAS 8.5 and it can be configured to use J9 JDK7. OpenJDK 7 is released. IcedTea 6 is released. JRockit revived. 2013 Zulu OpenJDK 8 will be foundation of Oracle’s JSE 8. 2014 Zulu Ent OpenJDK 8 released in March. Zulu8 beats IcedTea and J9 to market. 5/3/20155
  • 6. © Copyright Azul Systems 2015 Azul’s Product History Explained  Founded 2002  First hardware product (Vega): 2005  First virtualized software-only product (Zing): 2010  First fully native-mode software product (Zing 5): 2011  First bundled WebSphere solution (Zing PE): 2013  First free open source Zulu product for Microsoft Azure VMs running Windows Server: 2013  Zulu Enterprise for Windows, Linux, Mac: 2014  Zulu Embedded: 2015 5/3/20156 Rome was not built in a day, either.
  • 7. © Copyright Azul Systems 2015 Six Dimension of Java Java Virtual Machine Platforms Life Cycle 5/3/20157 Point cuts through the Java Virtual Machine
  • 8. © Copyright Azul Systems 2015 Runtime Instance CodeTransformation Java Virtual Machine Machine Assembly 01010110 *.java *.class Author Source Compile to Bytecode Load Link Initialize JIT Compile Execute Monitor ReJIT *.jar Consume APIs 5/3/20158 From developer’s source code to a running Java process
  • 9. © Copyright Azul Systems 2015 Simplified Java Life Cycle Business Requirements As Inputs Dev QA Prod IDEs: Eclipse, NetBeans, IntelliJ Platforms: Desktop, Laptop Tools: JUnit, Ant, Maven, Profilers, Debuggers, Emulators Tools: JUnit, JMeter, Grinder Platforms: Servers, Mobile Virtualization Tools: Profilers, JMX monitors, deployers Platforms: Servers, Mobile, Clusters, Cloud, Grids, Virtualization Business provides team with requirements. Developers author Java source code on laptops, pull in 3rd party frameworks or APIs. Commit code to repository where builds compiled, JAR/WAR, and data components integrated, and QA testers validate full server application. Upon passing all tests, Ops staff push JARs to final server and client targets. Working Applications As Outputs5/3/20159 Real life cycle for applications involves humans, so far greater complexity
  • 10. © Copyright Azul Systems 2015 Java Editions Java Virtual Machine Standard Edition Micro Edition Enterprise Edition JVM, JDK, API Language Standard Runtime Standard Same Language Cutdown API Tailored JVM Runtime Tiny Footprint Includes JSE Standard Services: JMS, JDBC, EJB, Servlet, JNDI 5/3/201510 One size does not fit all, but three try to fit many.
  • 11. © Copyright Azul Systems 2015 HotSpot & Java SE envelope 5/3/201511 Trivia: This figure (or one like it) is on the first page of every Java release in Oracle/Sun documentation
  • 12. © Copyright Azul Systems 2015 Java VM Platforms Java Virtual Machine Bytecode Ensures Architecture Neutrality Chip Architectures  Intel x86  Intel/AMD x64  IBM Power  HP PA-RISC  ARM  Sparc  Itanium Operating Systems  Linux  Windows  Solaris  HPUX  AIX  zOS  Mac OS/X  Android Plus more… Plus more… 5/3/201512 Hardware portability was foundational and existential goal in original Java VM designs
  • 13. © Copyright Azul Systems 2015 Active Java/JVM Vendors Java Virtual Machine +8 others on Azul Systems, IBM, Red Hat Oracle Arm Ltd., Eclipse Foundation, HP, Intel, Nokia, SAP, Software AG JCP Executive Committee Perm JCP EC member. Retains Brand, Trademarks and many Copyrights Oracle Hotspot Oracle JRockit Azul Zing Azul Zulu IBM J9 Red Hat IcedTea ^Google Dalvik EC and TCK Licensees 5/3/201513 Commercially relevant organizations driving Java forward globally Penalty Box
  • 14. © Copyright Azul Systems 2015 Types of JVMs Java Virtual Machine JRockit Azul Zing HotSpot IBM J9 OpenJDK Azul Zulu IcedTea Free, Open Source, GPL Semi-Free, Closed Source, Restrictions Commercial, Closed Source, Licensed 5/3/201514 A JVM ships in a package (JDK or JRE) and that binary package is what is licensed
  • 15. © Copyright Azul Systems 2015 Middleware on the JVM 5/3/201515 Ultimately it is the applications that matter. That’s what your users feel and see.
  • 16. © Copyright Azul Systems 2015 Deployment Putting the Zulu runtime to good use in a real Java application 5/3/201516
  • 17. © Copyright Azul Systems 2015 Computing Services Models 5/3/201517 Applications Data Runtime Middleware OS Virtualization Servers Storage Networking Applications Data Runtime Middleware OS Virtualization Servers Storage Networking Applications Data Runtime Middleware OS Virtualization Servers Storage Networking Applications Data Runtime Middleware OS Virtualization Servers Storage Networking OnPrem IaaS PaaS SaaS Zulu<< >> The choice of who provides parts of your software stack is open ground. a. b. c. d.
  • 18. © Copyright Azul Systems 2015 On Premise  Use native packaging to install Zulu like any other download: 5/3/201518 .msi .rpm .deb .dmg  Virtualization also encouraged: or just use a Zip file. This is the general “use this software” case. Install and go. a.
  • 19. © Copyright Azul Systems 2015 IaaS Using Azure 5/3/201519 Azure provides a choice of OS to setup a VM. After that, adding anything else is up to you. b.
  • 20. © Copyright Azul Systems 2015 Web Platform Installer 5/3/201520 WebPI is simple way to fetch and install current Zulu in one step. Works on regular Windows too. b.
  • 21. © Copyright Azul Systems 2015 Azure Eclipse Workbench Eclipse IDE/ Workbench tailored for Java on Azure 5/3/201521 Microsoft Open Tech’s purpose-built toolchain for Java development on Azure. b.
  • 22. © Copyright Azul Systems 2015 Azure SDK Integrated Zulu  Create Azure VM  Deploy a JDK  Select current Zulu 5/3/201522 Compose a Java application using Zulu, a choice of server/container, and integrated Azure security and roles b.
  • 23. © Copyright Azul Systems 2015 PaaS Azure Marketplace 5/3/201523 search on “zulu” find two Zulu VM templates Azure provides everything but your application and data. Zulu and other goodies installed and ready. c.
  • 24. © Copyright Azul Systems 2015 SaaS on Azure  Microsoft partners working on SaaS offerings using Zulu as Java runtime – Hadoop by Hortonworks – IBMs Liberty WAS Profile  Microsoft Open Tech actively promoting Zulu for their Java efforts. Search opentech for “Java” for list. – https://msopentech.com/?s=java  Azul partner ecosystem rich and growing – We welcome any SaaS deployments on Zulu and on Zing – Many SaaS operators often choose Zing for powerhouse infrastructure – Crossover into other providers (ie. AWS and Rackspace) 5/3/201524 Beyond the JVM is the realm of Azul partners d.
  • 25. © Copyright Azul Systems 2015 Java on Azure  Java connectors to Azure web services – Access Control, Blob Service , Media Services, Queue Services, Service Bus Queues, SQL Database and Table Service  Build facilities to use Azure for dev use cases – Jenkins, Hudson, Ant, Application Insights, JetBrains TeamCity  Additional Site construction choices – Tomcat, Jetty, Typesafe Play framework  Great resources on the Azure Blog. Just search “java” – http://azure.microsoft.com/blog/?s=java 5/3/201525 Now that you are on Azure, no matter which computing context, you’ve got help
  • 26. © Copyright Azul Systems 2015 Review Zulu Comparison Azul Zulu Oracle HotSpot Red Hat Iced Tea Full HotSpot compatibility 4 4 4 Support for Azure 4 4 0 Support for Windows servers & Hyper-V 4 2 0 Browser plugins 0 4 0 Dedicated JVM customer support 4 4 0 Out-of-release-cycle Bug Fix Delivery 4 2 0 Company 100% focused on Java 4 1 0 JVM certification program for ISVs 4 4 1 Upgrade path to additional features (trade-up option) 4 1 0 Community participation (JCP EC) 4 4 4 5/3/201526
  • 27. © Copyright Azul Systems 2015 Conclusion  Zulu gives Azure deployers a solid, dependable Java runtime.  Zulu gives Java developers a huge boost on Windows, leveraging OpenJDK, expanding alternatives.  Through Zulu and Zing, Azul gives application developers worldwide the flexible, robust, and trusted Java server capability they need.  Consider Azul as de facto provider of server JVMs. 5/3/201527
  • 28. © Copyright Azul Systems 2015 Compulsory Marketing Pitch 5/3/201528
  • 29. © Copyright Azul Systems 2015 Azul Hot Topics 5/3/201529 Zing® 15.05 imminent  1TB heap  ReadyNow!  JMX  Oracle Linux Zing for Cloud  Amazon AMIs  Rackspace OnMetal compat  Docker in R&D Zing for Big Data  Cloudera CDH5 cert  Cassandra paper  Spark is in Zing open source program Zulu  Azure Gallery  8u45 in the chute  So is 7u79 & 7u80  JSE Embedded
  • 30. © Copyright Azul Systems 2015 Q&A and In Closing… Go get some Zulu today! Boot an Azure VM and dip a toe. Perhaps look at Zing. Grab a Zing Free Trial card. azul.com 5/3/201530 @schuetzematt