Transcript

1

Great Cup of Java

Presented By:

Mohamed Shahpoup

2

Great Cup Of Java

3

Agenda

What is Java ?

Java Characteristics

Java Terminology

Java Platforms

Java How to Code

1

2

3

4

5

5 Java New Technology

4

Java Is a programming Langauge Developed By James Gosling at SUN Microsystems and released in 1995 as a core Component in SUN Microsystems. History of java

Open Office. Virtual Box. Vodafone System. Nokia Applications. Solaris Operating System.

What is JAVA ?

JAVA Applications:

5

The Father of JAVA

Name: James Gosling.Born: May 19 ,1955 (age 55).Residence: United Sates.Occupation: Computer Scientist.Employer: SUN microsystemsKnown For: Father of Java.

In April 2nd, 2010, Gosling left Sun Microsystems which had recently been acquired by the Oracle Corporation. He wrote on his blog "Just about anything I could say that would be accurate and honest would do more harm than good"

6

Why JAVA ?

JAVA CHARACTERISTIC :

Cross Platform

Object Oriented Paradigm

Robust

Good Performance

Multi-Thread

7

CROSS PLATFORM

Why JAVA ?

First : what is a Platform ?

Platform: describes some sort of hardware architecture and software framework (including application frameworks), that allows software to run.

Framework: are a special case of software libraries in that they are reusable abstractions of code wrapped in a well-defined API.

JAVA is WORA

Write Once Run Anywhere

8

CROSS PLATFORM

Why JAVA ?

W

O

R

A

9

Why JAVA ?

JAVA CHARACTERISTIC :

Cross Platform

Object Oriented Paradigm

10

OOP: is a programming paradigm that uses "objects " – “data structures”.

Data Structure: is a particular way of storing and organizing data in a computer so that it can be used efficiently.

Class.Object.Encapsulation.Inheritance.Polymorphism.

Why JAVA ?

OBJECT ORIENTED (OOP)

11

Why JAVA ?

JAVA CHARACTERISTIC :

Cross Platform

Object Oriented Paradigm

Robust

12

Why JAVA ?ROBUST

The Java programming language is designed for creating highly reliable software. It provides extensive compile-time checking, followed by a second level of run-time checking.

Memory Management

No Pointers

Automatic Garbage Collection (GC)

13

Why JAVA ?

JAVA CHARACTERISTIC :

Cross Platform

Object Oriented Paradigm

Robust

Good Performance

14

Why JAVA ?

GOOD PERFORMANCE

Just-in-time compilation in 1997 for Java 1.1

But Java programs are Slow.

15

Why JAVA ?

JAVA CHARACTERISTIC :

Cross Platform

Object Oriented Paradigm

Robust

Good Performance

Multi-Thread

16

Why JAVA ?

17

JAVA Terminology

JDK (Java Development Kit)

Is a basic tool that is necessary to compile,documnet and package java programs (javac – java - ) it include JRE.

JRE (Java Runtime Environment) is a Runtime environment that implements Java Virtual Machine it provides all class libraries. It should installed on a pc that run java Programs.

JVM (Java Virtual Machine)

VM: is a software implementation of a machine that executes programs like a physical machine.

SDK (Software Development Kit)

18

Ambiguity between a JDK and an SDK

JAVA Terminology

JDK is :(Java Development Kit)

SDK is :(Software Development Kit)

The JDK forms the subset of the SDK which is responsible for the writing and running of Java programs. The remainder of the SDK is composed of extra software, such as Application Servers, Debuggers, and Documentation.

19

JAVA Platforms

Java Editions

20

JAVA Platforms

JSEJava Standard Edition

Desktop Applications

Examples:MS Office.Adobe Photoshop.

21

JEEJava Enterprise Edition

JAVA Platforms

Enterprise Software.Business Logic.

22

MULTITIERED ARCHITECTURE

23

JEE

JAVA Platforms

Client Tier:Run on Client Machine.

Web Tier:Dynamic Web pages Generated By Servlet , JSP & JSF.

Business Tier:Run On EJB Server as a apart of JEE server.

EIS Tier: (Enterprise Information System)Run On EJB Server as a apart of JEE server.

Database Systems

24

JEE

JAVA Platforms

Application Server

RedHat (JBOSS).IBM (WebSphere).SUN (GlassFish).Adobe(JRUN).Apple(Web Objects).

25

JME

JAVA Platforms

Java Micro Edition

Application For Limited DevicesRun on:

Mobile DevicesPDA

26

JAVA HOW TO CODE

27

JAVA New Technology

JAVA FX

This is sun's answer to Flex/Flash and Silverlight.

28

JAVA FX

The JavaFX platform gives you unparalleled freedom and flexibility for doing Programs on :

Mobile devices

Desktops

29

What is JavaFX Platform ?

30

JavaFX Platform

31

JAVA FX TOOLS

32

JAVA FX

What Can I do with Java FX ?

33

Q & A

34

Dr. Osama Abo Alnasre.

Eng. Amr Salah.

Thanks

35

Eng. Mohamed Shahpoup

Presented By:

Thanks

top related