SlideShare a Scribd company logo
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

PPT
محتوى المقرر تكنولوجيا الاتصال والمعلومات
Marwa Mamdouh
 
PPT
HISTORIA Y EVOLUCION DE LOS LENGUAJES DE PROGRAMACION
RYAJPS
 
DOC
Campus news feed
Noopur Koli
 
PPT
Python ppt
Mohita Pandey
 
PPTX
عرض مقدمة في البرمجة 02
نوافذ حاسوبية
 
PPTX
Exposición de Lenguajes de Programación
Luis Eduardo Pelaez Valencia
 
PPTX
JAVA INTRODUCTION - 1
Infoviaan Technologies
 
PPTX
Caracteristicas de Java
LuzRom
 
محتوى المقرر تكنولوجيا الاتصال والمعلومات
Marwa Mamdouh
 
HISTORIA Y EVOLUCION DE LOS LENGUAJES DE PROGRAMACION
RYAJPS
 
Campus news feed
Noopur Koli
 
Python ppt
Mohita Pandey
 
عرض مقدمة في البرمجة 02
نوافذ حاسوبية
 
Exposición de Lenguajes de Programación
Luis Eduardo Pelaez Valencia
 
JAVA INTRODUCTION - 1
Infoviaan Technologies
 
Caracteristicas de Java
LuzRom
 

What's hot (20)

PPT
تطبيقات الويب 2
Bahaaeldin Mohamed
 
DOCX
مبادئ التحرير الإعلامي
Alaa Bar Avi
 
PPTX
Python tutorial for beginners - Tib academy
TIB Academy
 
DOCX
Lenguajes de Programación
lobi7o
 
PDF
الواقع الافتراضي
as as
 
PDF
Python Intro
Tim Penhey
 
PPTX
الواقع الافتراضي
muhanad03
 
PPTX
My dream company-Google
Tushar Mahadik
 
PDF
Java Programming Basics
Rkrishna Mishra
 
PPTX
Career Options after BCA
Trinity Dwarka
 
PDF
Python, the Language of Science and Engineering for Engineers
Boey Pak Cheong
 
DOCX
JAVA CORE
Ankit Chauhan
 
PPSX
Career guidance after bca
JIGAR MAKHIJA
 
PDF
تقنية الواقع المعزز واستخداماتها في التعليم Augmented Reality
ijde3
 
DOCX
Historia de la graficación por computadora
Yazmin Polanco
 
PDF
Python course syllabus
Sugantha T
 
PPTX
Java project
Rishabh Jain
 
PPTX
Python and its Applications
Abhijeet Singh
 
PPTX
Middleware
Tensor
 
PPTX
مقدمة في الويب
تقنيات التعليم
 
تطبيقات الويب 2
Bahaaeldin Mohamed
 
مبادئ التحرير الإعلامي
Alaa Bar Avi
 
Python tutorial for beginners - Tib academy
TIB Academy
 
Lenguajes de Programación
lobi7o
 
الواقع الافتراضي
as as
 
Python Intro
Tim Penhey
 
الواقع الافتراضي
muhanad03
 
My dream company-Google
Tushar Mahadik
 
Java Programming Basics
Rkrishna Mishra
 
Career Options after BCA
Trinity Dwarka
 
Python, the Language of Science and Engineering for Engineers
Boey Pak Cheong
 
JAVA CORE
Ankit Chauhan
 
Career guidance after bca
JIGAR MAKHIJA
 
تقنية الواقع المعزز واستخداماتها في التعليم Augmented Reality
ijde3
 
Historia de la graficación por computadora
Yazmin Polanco
 
Python course syllabus
Sugantha T
 
Java project
Rishabh Jain
 
Python and its Applications
Abhijeet Singh
 
Middleware
Tensor
 
مقدمة في الويب
تقنيات التعليم
 
Ad

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

PDF
Top 8 Powerful Tools Developers Use for Laravel Web Development.pdf
MoonTechnolabsPvtLtd
 
ODP
Asp.net
shwetashivankar17
 
PDF
Why is .Net Technology Recognised for Software Development?
LOGINPHP360
 
PPTX
Why is .Net Technology Recognised for Software Development?
LOGINPHP360
 
PPTX
Advance C# Programming Part 1.pptx
percivalfernandez3
 
PDF
Introduction to PHP (SDPHP)
Eric Johnson
 
PDF
Advance C# Programming Part 1.pdf
percivalfernandez2
 
PPTX
DotNet Fundamentals
Majdi SAIBI
 
PPTX
Java Programming (M&M)
mafffffe19
 
PPTX
15 Top reasons to choose Java for Backend Development
Your Team in India
 
PDF
Top 6 php framework
Narola Infotech
 
PDF
Node.js vs PHP, What should SMBs prefer for web development.pdf
Mindfire LLC
 
PPTX
Java v/s .NET - Which is Better?
NIIT India
 
PDF
DOT NET TRaining
sunil kumar
 
ODP
Apache Cordova, Hybrid Application Development
thedumbterminal
 
PPTX
Learn PHP Lacture1
ADARSH BHATT
 
PDF
Best Programming Languages to Learn This Year
Eyeglass Repair USA
 
PPTX
PHP App Development Company
Shelly Megan
 
PDF
Develop & Deploy your Laravel Application on Google Cloud Platforms
Olanrewaju Abidogun
 
PDF
Lists of PHP web Development Tools.pdf
mithranmithran1
 
Top 8 Powerful Tools Developers Use for Laravel Web Development.pdf
MoonTechnolabsPvtLtd
 
Why is .Net Technology Recognised for Software Development?
LOGINPHP360
 
Why is .Net Technology Recognised for Software Development?
LOGINPHP360
 
Advance C# Programming Part 1.pptx
percivalfernandez3
 
Introduction to PHP (SDPHP)
Eric Johnson
 
Advance C# Programming Part 1.pdf
percivalfernandez2
 
DotNet Fundamentals
Majdi SAIBI
 
Java Programming (M&M)
mafffffe19
 
15 Top reasons to choose Java for Backend Development
Your Team in India
 
Top 6 php framework
Narola Infotech
 
Node.js vs PHP, What should SMBs prefer for web development.pdf
Mindfire LLC
 
Java v/s .NET - Which is Better?
NIIT India
 
DOT NET TRaining
sunil kumar
 
Apache Cordova, Hybrid Application Development
thedumbterminal
 
Learn PHP Lacture1
ADARSH BHATT
 
Best Programming Languages to Learn This Year
Eyeglass Repair USA
 
PHP App Development Company
Shelly Megan
 
Develop & Deploy your Laravel Application on Google Cloud Platforms
Olanrewaju Abidogun
 
Lists of PHP web Development Tools.pdf
mithranmithran1
 
Ad

More from Haim Michael (20)

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

Recently uploaded (20)

PDF
Rise With SAP partner in Mumbai.........
pts464036
 
PPTX
Benefits of DCCM for Genesys Contact Center
pointel ivr
 
PPT
FALLSEM2025-26_ISWE304L_TH_VL2025260102786_2025-07-10_Reference-Material-II.ppt
AKSHAYA255427
 
PPTX
Materi_Pemrograman_Komputer-Looping.pptx
RanuFajar1
 
PDF
IEEE-CS Tech Predictions, SWEBOK and Quantum Software: Towards Q-SWEBOK
Hironori Washizaki
 
PDF
A REACT POMODORO TIMER WEB APPLICATION.pdf
Michael624841
 
PDF
Emergency Mustering solutions – A Brief overview
Personnel Tracking
 
PPT
Order to Cash Lifecycle Overview R12 .ppt
nbvreddy229
 
PDF
Micromaid: A simple Mermaid-like chart generator for Pharo
ESUG
 
PDF
Winning Business in a Slowing Economy, How CPQ helps Manufacturers Protect Ma...
systemscincom
 
PPTX
Save Business Costs with CRM Software for Insurance Agents
Insurance Tech Services
 
PPTX
AIRLINE PRICE API | FLIGHT API COST |
philipnathen82
 
PDF
QAware_Mario-Leander_Reimer_Architecting and Building a K8s-based AI Platform...
QAware GmbH
 
PPTX
Why Use Open Source Reporting Tools for Business Intelligence.pptx
Varsha Nayak
 
PPTX
Services offered by Dynamic Solutions in Pakistan
DaniyaalAdeemShibli1
 
PPTX
Maximizing Revenue with Marketo Measure: A Deep Dive into Multi-Touch Attribu...
bbedford2
 
PPTX
Odoo Integration Services by Candidroot Solutions
CandidRoot Solutions Private Limited
 
PPTX
Visualising Data with Scatterplots in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PDF
ShowUs: Pharo Stream Deck (ESUG 2025, Gdansk)
ESUG
 
PDF
Exploring AI Agents in Process Industries
amoreira6
 
Rise With SAP partner in Mumbai.........
pts464036
 
Benefits of DCCM for Genesys Contact Center
pointel ivr
 
FALLSEM2025-26_ISWE304L_TH_VL2025260102786_2025-07-10_Reference-Material-II.ppt
AKSHAYA255427
 
Materi_Pemrograman_Komputer-Looping.pptx
RanuFajar1
 
IEEE-CS Tech Predictions, SWEBOK and Quantum Software: Towards Q-SWEBOK
Hironori Washizaki
 
A REACT POMODORO TIMER WEB APPLICATION.pdf
Michael624841
 
Emergency Mustering solutions – A Brief overview
Personnel Tracking
 
Order to Cash Lifecycle Overview R12 .ppt
nbvreddy229
 
Micromaid: A simple Mermaid-like chart generator for Pharo
ESUG
 
Winning Business in a Slowing Economy, How CPQ helps Manufacturers Protect Ma...
systemscincom
 
Save Business Costs with CRM Software for Insurance Agents
Insurance Tech Services
 
AIRLINE PRICE API | FLIGHT API COST |
philipnathen82
 
QAware_Mario-Leander_Reimer_Architecting and Building a K8s-based AI Platform...
QAware GmbH
 
Why Use Open Source Reporting Tools for Business Intelligence.pptx
Varsha Nayak
 
Services offered by Dynamic Solutions in Pakistan
DaniyaalAdeemShibli1
 
Maximizing Revenue with Marketo Measure: A Deep Dive into Multi-Touch Attribu...
bbedford2
 
Odoo Integration Services by Candidroot Solutions
CandidRoot Solutions Private Limited
 
Visualising Data with Scatterplots in IBM SPSS Statistics.pptx
Version 1 Analytics
 
ShowUs: Pharo Stream Deck (ESUG 2025, Gdansk)
ESUG
 
Exploring AI Agents in Process Industries
amoreira6
 

PHP, Java EE & .NET Comparison