Java EE, .NET and PHP
LifeMichael.com
Haim Michael
October 11th, 2012
All logos, trade marks and brand names used in this presentation belong
to the respective owners.
Table of Content
LifeMichael.com
● The Java World
● The .NET Framework
● The PHP Platform
● Comparison
● Other Technologies
The Java World
LifeMichael.com
● It all started with Toasters and Washing Machines ('Oak').
● The JVM (Java Virtual Machine) sets a Unified Execution
Environment.
● The possibility to develop Java applets was the trigger to
Java popularity.
The Java World
LifeMichael.com
● The Java programming language is officially developed
by the JCP organization, indirectly controlled by Oracle.
● The Java world is huge and is officially composed of the
following domains.
Java FXJava Card
Java MEJava SEJava EE
The Java World
LifeMichael.com
● The Java EE clear specification enables the development
of different Java EE application servers. Some of them
are commercial while others are open source.
The Java World
LifeMichael.com
● The none official Java world is even bigger!
The Java World
LifeMichael.com
● There are many different IDE tools you can use in order to
develop in Java.
The Java World
LifeMichael.com
● The popular frameworks for web applications development
using Java include the following:
The Java World
LifeMichael.com
● Doing the first steps you should start with installing the
Java Development Kit (JDK). You can download it at www.oracle.com.
● You can start learning the basics using the following free
guides:
www.JavaBook.co.il
www.ScalaBook.co.il
● You can find free advance online courses at www.abelski.org.
● The main developers web site is http://www.oracle.com/technetwork.
The Java World
LifeMichael.com
● The first important professional certifications you would
like to target it:
Oracle Certified Professional, Java SE Programmer
Once achieved, it is highly recommended to continue
with the Java EE certifications.
● Learning the Spring Framework the first professional
certification you would like to target is:
SpringSource Certified Spring Professional
Once achieved, it is highly recommended to continue with
the other Spring certifications.
The .NET Framework
LifeMichael.com
● The .NET framework is an API for programming on the
Windows platform. C# is the language that was designed
from scratch to work with the .NET framework.
● Other important .NET framework languages include
VB.NET, IronRuby, IronPython and F#.
F# C# VB.NET
The .NET Framework
LifeMichael.com
● The CLR (Common Language Runtime) is the virtual
machine component of the .NET framework.
● The CIL (Common Intermediate Language) is the .NET
framework equivalent to Java Byte Code. It is a standard
been used by the .NET framework and by Mono.
www.mono-project.com
The .NET Framework
LifeMichael.com
● The .NET framework is developed by Microsoft. Its officiall
main technologies include the following:
The .NET Framework
LifeMichael.com
● The Visual Studio is the official one and only IDE available
for software development using the .NET framework.
The .NET Framework
LifeMichael.com
● Doing the first steps you should start with installing the
Visual Studio Express Edition. It is free!
● You can start learning the basics using the following free
guides:
www.CSharpBook.co.il
www.FSharpBook.co.il
www.AzureBook.co.il
● You can find free advance online courses at www.abelski.org.
● The main developers web site is msdn.microsoft.com.
The .NET Framework
LifeMichael.com
● The MCPD (Microsoft Certified Professional Developer) is
the certification you should target.
● The available MCPD certifications include the following:
MCPD on Microsoft Visual Studio 2010 Windows Developer
MCPD on Microsoft Visual Studio 2010 Web Developer
MCPD on Microsoft Visual Studio 2010 Azure Developer
MCPD on Windows Phone
MCPD on Microsoft SharePoint 2010
MCPD on Microsoft Silverlight 4
Each one of them requires passing a different set of exams.
The PHP Platform
LifeMichael.com
● The PHP programming language was developed to allow
simple web pages development.
● PHP was originally developed by Rasmus Lardorf in
1994, and was publicly released in June 1995.
● In 1997 Zeev Suraski & Andi Gutmans rewrote PHP
parser and formed the base of PHP 3.
The PHP Platform
LifeMichael.com
● As of PHP 5.X, it is no longer a 'spaghetti like' programming
language. PHP allows us to define classes, interfaces and
as of PHP 5.4 it even allows us to define traits.
● Similarly to Java and .NET, code running in PHP is executed
using a virtual machine.
The PHP Platform
LifeMichael.com
● The PHP programming language is officially maintained
by Zend.
● The PHP programming language targets web applications
development only.
● Zend develops and maintains the PHP language. In addition,
it develops tools for developers and maintains the Zend
Framework.
The PHP Platform
LifeMichael.com
● There are many different IDEs we can use in order to
develop in PHP.
The PHP Platform
LifeMichael.com
● The popular frameworks for web applications development
using PHP include the following:
The PHP Platform
LifeMichael.com
● Doing the first steps you should start with installing the
Zend Server Community Edition. You can download it
for free at www.zend.com.
● You can start learning the basics using the following free guide:
www.PHPBook.co.il
● You can find free advance online courses at
www.abelski.org
● The main developers web site is www.php.net.
The PHP Platform
LifeMichael.com
● The PHP certification you would like to get is
PHP Zend Certified Engineer
● Learning the Zend Framework 2 you would like to get the
Zend Framework 2 Certified Engineer
● The PHP Yellow Pages lists all people world wide that
passed the certification exams.
Comparison
LifeMichael.com
taken from www.tiobe.com
Comparison
LifeMichael.com
● Using PHP fits most cases. Simple information systems
is the classic case for PHP. Facebook, Yahoo and many
other popular web sites were developed in PHP.
● PHP doesn't fit when there is a need in holding huge graph
of objects during runtime, as in the following cases:
Realtime Flights Control Systems
Realtime Finance Trade Systems
Realtime Multiplayer Games
Comparison
LifeMichael.com
● The C# programming language is more advance (by far)
comparing with Java and PHP.
● The most important language capabilities it adds comparing
with Java are:
Properties
Delegates
Lambda Expressions
Language Integrated Query (LINQ)
Serialization into XML
Comparison
LifeMichael.com
LearningCurve
Development Process
simple complex
longshort
PHP
Java EE
.NET
Comparison
LifeMichael.com
PlatformDependency
Development Cost
cheap expensive
highlow
PHP Java EE
.NET
Comparison
LifeMichael.com
OpenSourceCommunity
Hosting Services
few many
bigsmall
PHPJava EE
.NET
Comparison
LifeMichael.com
FunctionalProgramming
Object Oriented Programming
weak strong
strongweak
PHP
Java EE
.NET
Comparison
LifeMichael.com
DatabasesDependency
Available Web Frameworks
few many
strongweak
PHP
Java EE
.NET
Comparison
LifeMichael.com
IsraeliLocalCommunity
Application Servers
few many
bigsmall
PHP
Java EE
.NET
Other Technologies
LifeMichael.com
Questions & Answers
LifeMichael.com
● Two courses you might find interesting include
PHP Cross Platform Mobile Applications
more info
.NET Cloud Based Web Applications
more info
Android 4.1 Applications Development
more info
● If you enjoyed my lecture please leave me a comment
at http://speakermix.com/life-michael.
Thanks for your time!
Haim.

More Related Content

PDF
Intro to LLMs
PPTX
AI Agents and their implications for Enterprise AI Use-cases
PPT
PHP Project PPT
PPTX
Resume parser
PDF
project sentiment analysis
PPTX
Introduction to Robotic Process Automation (rpa) and RPA Case Study
PDF
“MLOps: Managing Data and Workflows for Efficient Model Development and Deplo...
PPTX
E notes application2.ppsx
Intro to LLMs
AI Agents and their implications for Enterprise AI Use-cases
PHP Project PPT
Resume parser
project sentiment analysis
Introduction to Robotic Process Automation (rpa) and RPA Case Study
“MLOps: Managing Data and Workflows for Efficient Model Development and Deplo...
E notes application2.ppsx

What's hot (20)

PPTX
DeepSeek: A New Frontier in Artificial Intelligence
PPTX
AzureOpenAI.pptx
PPTX
Andrew Ng, Chief Scientist at Baidu
PDF
Preparing for a future Microservices journey using DDD & Wardley Maps
PDF
LLMs_talk_March23.pdf
PPTX
A Comprehensive Review of Large Language Models for.pptx
PDF
LLM Cheatsheet and it's brief introduction
PPTX
A Simple Explanation of XLNet
PDF
AutoML lectures (ACDL 2019)
PDF
GenAi LLMs Zero to Hero: Mastering GenAI
PDF
Final year internship presentation
PDF
Building and deploying LLM applications with Apache Airflow
PDF
Integration: The $100 Billion Opportunity No One Wants to Talk About
PDF
Deep Learning in practice : Speech recognition and beyond - Meetup
PDF
AI 2023.pdf
PDF
Notes from Coursera Deep Learning courses by Andrew Ng
PDF
An introduction to computer vision with Hugging Face
PDF
Generative AI - The Future of Creation (Presentation by Aishwarya Ramesh)
PPTX
Virtual personal assistant
PDF
Introduction to LLMs
DeepSeek: A New Frontier in Artificial Intelligence
AzureOpenAI.pptx
Andrew Ng, Chief Scientist at Baidu
Preparing for a future Microservices journey using DDD & Wardley Maps
LLMs_talk_March23.pdf
A Comprehensive Review of Large Language Models for.pptx
LLM Cheatsheet and it's brief introduction
A Simple Explanation of XLNet
AutoML lectures (ACDL 2019)
GenAi LLMs Zero to Hero: Mastering GenAI
Final year internship presentation
Building and deploying LLM applications with Apache Airflow
Integration: The $100 Billion Opportunity No One Wants to Talk About
Deep Learning in practice : Speech recognition and beyond - Meetup
AI 2023.pdf
Notes from Coursera Deep Learning courses by Andrew Ng
An introduction to computer vision with Hugging Face
Generative AI - The Future of Creation (Presentation by Aishwarya Ramesh)
Virtual personal assistant
Introduction to LLMs
Ad

Similar to PHP, Java EE & .NET Comparison (20)

PDF
Top 8 Powerful Tools Developers Use for Laravel Web Development.pdf
ODP
PDF
Why is .Net Technology Recognised for Software Development?
PPTX
Why is .Net Technology Recognised for Software Development?
PPTX
Advance C# Programming Part 1.pptx
PDF
Introduction to PHP (SDPHP)
PDF
Advance C# Programming Part 1.pdf
PPTX
DotNet Fundamentals
PPTX
Java Programming (M&M)
PPTX
15 Top reasons to choose Java for Backend Development
PDF
Top 6 php framework
PDF
Node.js vs PHP, What should SMBs prefer for web development.pdf
PPTX
Java v/s .NET - Which is Better?
PDF
DOT NET TRaining
ODP
Apache Cordova, Hybrid Application Development
PPTX
Learn PHP Lacture1
PDF
Best Programming Languages to Learn This Year
PPTX
PHP App Development Company
PDF
Develop & Deploy your Laravel Application on Google Cloud Platforms
PDF
Lists of PHP web Development Tools.pdf
Top 8 Powerful Tools Developers Use for Laravel Web Development.pdf
Why is .Net Technology Recognised for Software Development?
Why is .Net Technology Recognised for Software Development?
Advance C# Programming Part 1.pptx
Introduction to PHP (SDPHP)
Advance C# Programming Part 1.pdf
DotNet Fundamentals
Java Programming (M&M)
15 Top reasons to choose Java for Backend Development
Top 6 php framework
Node.js vs PHP, What should SMBs prefer for web development.pdf
Java v/s .NET - Which is Better?
DOT NET TRaining
Apache Cordova, Hybrid Application Development
Learn PHP Lacture1
Best Programming Languages to Learn This Year
PHP App Development Company
Develop & Deploy your Laravel Application on Google Cloud Platforms
Lists of PHP web Development Tools.pdf
Ad

More from Haim Michael (20)

PDF
Prompt Engineering Jump Start [Free Meetup]
PDF
IntelliJ Debugging Essentials for Java Developers
PDF
The Visitor Classic Design Pattern [Free Meetup]
PDF
Typing in Python: Bringing Clarity, Safety and Speed to Your Code [Free Meetup]
PDF
Introduction to Pattern Matching in Java [Free Meetup]
PDF
Mastering The Collections in JavaScript [Free Meetup]
PDF
Beyond Java - Evolving to Scala and Kotlin
PDF
JavaScript Promises Simplified [Free Meetup]
PDF
Scala Jump Start [Free Online Meetup in English]
PDF
The MVVM Architecture in Java [Free Meetup]
PDF
Kotlin Jump Start Online Free Meetup (June 4th, 2024)
PDF
Anti Patterns
PDF
Virtual Threads in Java
PDF
MongoDB Design Patterns
PDF
Introduction to SQL Injections
PDF
Record Classes in Java
PDF
Microservices Design Patterns
PDF
Structural Pattern Matching in Python
PDF
Unit Testing in Python
PDF
OOP Best Practices in JavaScript
Prompt Engineering Jump Start [Free Meetup]
IntelliJ Debugging Essentials for Java Developers
The Visitor Classic Design Pattern [Free Meetup]
Typing in Python: Bringing Clarity, Safety and Speed to Your Code [Free Meetup]
Introduction to Pattern Matching in Java [Free Meetup]
Mastering The Collections in JavaScript [Free Meetup]
Beyond Java - Evolving to Scala and Kotlin
JavaScript Promises Simplified [Free Meetup]
Scala Jump Start [Free Online Meetup in English]
The MVVM Architecture in Java [Free Meetup]
Kotlin Jump Start Online Free Meetup (June 4th, 2024)
Anti Patterns
Virtual Threads in Java
MongoDB Design Patterns
Introduction to SQL Injections
Record Classes in Java
Microservices Design Patterns
Structural Pattern Matching in Python
Unit Testing in Python
OOP Best Practices in JavaScript

Recently uploaded (20)

PDF
Microsoft Office 365 Crack Download Free
PPTX
Advanced SystemCare Ultimate Crack + Portable (2025)
PPTX
Introduction to Windows Operating System
PDF
Cost to Outsource Software Development in 2025
PDF
Website Design Services for Small Businesses.pdf
PPTX
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PPTX
GSA Content Generator Crack (2025 Latest)
DOCX
How to Use SharePoint as an ISO-Compliant Document Management System
PPTX
Monitoring Stack: Grafana, Loki & Promtail
PDF
Autodesk AutoCAD Crack Free Download 2025
PDF
Types of Token_ From Utility to Security.pdf
PDF
iTop VPN Crack Latest Version Full Key 2025
PPTX
Tech Workshop Escape Room Tech Workshop
PDF
Topaz Photo AI Crack New Download (Latest 2025)
PDF
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
PPTX
Oracle Fusion HCM Cloud Demo for Beginners
PPTX
Why Generative AI is the Future of Content, Code & Creativity?
PPTX
Cybersecurity: Protecting the Digital World
Microsoft Office 365 Crack Download Free
Advanced SystemCare Ultimate Crack + Portable (2025)
Introduction to Windows Operating System
Cost to Outsource Software Development in 2025
Website Design Services for Small Businesses.pdf
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
GSA Content Generator Crack (2025 Latest)
How to Use SharePoint as an ISO-Compliant Document Management System
Monitoring Stack: Grafana, Loki & Promtail
Autodesk AutoCAD Crack Free Download 2025
Types of Token_ From Utility to Security.pdf
iTop VPN Crack Latest Version Full Key 2025
Tech Workshop Escape Room Tech Workshop
Topaz Photo AI Crack New Download (Latest 2025)
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
Oracle Fusion HCM Cloud Demo for Beginners
Why Generative AI is the Future of Content, Code & Creativity?
Cybersecurity: Protecting the Digital World

PHP, Java EE & .NET Comparison