Great Cup of Java1Presented By:Mohamed Shahpoup
2Great Cup Of Java
AgendaWhat is Java ?1Java Characteristics2Java Terminology3Java Platforms4Java How to Code53Java New Technology5
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.4What is JAVA ?JAVA  Applications:
5The 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"
Why JAVA  ?Java Characteristic :         Cross PlatformObject Oriented ParadigmRobust	Good  PerformanceMulti-Thread6
7Why JAVA  ?Cross PlatformFirst : 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
8Why JAVA  ?Cross PlatformWORA
Why JAVA  ?Java Characteristic :         Cross PlatformObject Oriented Paradigm9
10Why JAVA  ?Object Oriented (OOP)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 usedefficiently.Class.Object.Encapsulation.Inheritance.Polymorphism.
Why JAVA  ?Java Characteristic :         Cross PlatformObject Oriented ParadigmRobust11
12Why JAVA  ?RobustThe 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 ManagementNo PointersAutomatic Garbage Collection  (GC)
Why JAVA  ?Java Characteristic :         Cross PlatformObject Oriented ParadigmRobust	Good  Performance13
Why JAVA  ?Good Performance But Java programs  are Slow.Just-in-time compilation in 1997 for Java 1.114
Why JAVA  ?Java Characteristic :         Cross PlatformObject Oriented ParadigmRobust	Good  PerformanceMulti-Thread15
Why JAVA  ?16
17JAVA  TerminologyJDK(Java Development Kit)Is a basic tool that is necessary to compile,documnetand 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)
18JAVA  TerminologyAmbiguity between a JDK and an SDKJDK 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.
19JAVA  PlatformsJava Editions
JAVA  PlatformsJSEJava Standard EditionDesktop ApplicationsExamples:	MS Office.	Adobe Photoshop.20
21JAVA  PlatformsJEEJava Enterprise EditionEnterprise Software.Business Logic.
Multitiered Architecture22
23JAVA  PlatformsJEEClient 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
JAVA  PlatformsJEEApplication Server RedHat (JBOSS).IBM (WebSphere).SUN (GlassFish).Adobe(JRUN).Apple(Web Objects).24
25JAVA  PlatformsJMEJava Micro EditionApplication For Limited DevicesRun on:	Mobile Devices	PDA
JAVA  How to Code26
27JAVA  New TechnologyJava FXThis is sun's answer to Flex/Flash and Silverlight.
28JAVA  FXThe JavaFX platform gives you unparalleled freedom and flexibility for doing Programs on :Mobile devicesDesktops
29What is JavaFX Platform ?
30JavaFX Platform
31JAVA  FX TOOLS
32JAVA  FXWhat Can I do with Java FX ?
33Q  &  A
34ThanksDr. Osama Abo Alnasre.Eng. Amr Salah.
35ThanksPresented By:Eng. Mohamed Shahpoup

Great cup of java

  • 1.
    Great Cup ofJava1Presented By:Mohamed Shahpoup
  • 2.
  • 3.
    AgendaWhat is Java?1Java Characteristics2Java Terminology3Java Platforms4Java How to Code53Java New Technology5
  • 4.
    Java Is aprogramming 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.4What is JAVA ?JAVA Applications:
  • 5.
    5The Father ofJAVA 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 PlatformObject Oriented ParadigmRobust Good PerformanceMulti-Thread6
  • 7.
    7Why JAVA ?Cross PlatformFirst : 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.
    8Why JAVA ?Cross PlatformWORA
  • 9.
    Why JAVA ?Java Characteristic : Cross PlatformObject Oriented Paradigm9
  • 10.
    10Why JAVA ?Object Oriented (OOP)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 usedefficiently.Class.Object.Encapsulation.Inheritance.Polymorphism.
  • 11.
    Why JAVA ?Java Characteristic : Cross PlatformObject Oriented ParadigmRobust11
  • 12.
    12Why JAVA ?RobustThe 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 ManagementNo PointersAutomatic Garbage Collection (GC)
  • 13.
    Why JAVA ?Java Characteristic : Cross PlatformObject Oriented ParadigmRobust Good Performance13
  • 14.
    Why JAVA ?Good Performance But Java programs are Slow.Just-in-time compilation in 1997 for Java 1.114
  • 15.
    Why JAVA ?Java Characteristic : Cross PlatformObject Oriented ParadigmRobust Good PerformanceMulti-Thread15
  • 16.
  • 17.
    17JAVA TerminologyJDK(JavaDevelopment Kit)Is a basic tool that is necessary to compile,documnetand 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.
    18JAVA TerminologyAmbiguitybetween a JDK and an SDKJDK 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.
  • 20.
    JAVA PlatformsJSEJavaStandard EditionDesktop ApplicationsExamples: MS Office. Adobe Photoshop.20
  • 21.
    21JAVA PlatformsJEEJavaEnterprise EditionEnterprise Software.Business Logic.
  • 22.
  • 23.
    23JAVA PlatformsJEEClientTier: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.
    JAVA PlatformsJEEApplicationServer RedHat (JBOSS).IBM (WebSphere).SUN (GlassFish).Adobe(JRUN).Apple(Web Objects).24
  • 25.
    25JAVA PlatformsJMEJavaMicro EditionApplication For Limited DevicesRun on: Mobile Devices PDA
  • 26.
    JAVA Howto Code26
  • 27.
    27JAVA NewTechnologyJava FXThis is sun's answer to Flex/Flash and Silverlight.
  • 28.
    28JAVA FXTheJavaFX platform gives you unparalleled freedom and flexibility for doing Programs on :Mobile devicesDesktops
  • 29.
  • 30.
  • 31.
  • 32.
    32JAVA FXWhatCan I do with Java FX ?
  • 33.
  • 34.
    34ThanksDr. Osama AboAlnasre.Eng. Amr Salah.
  • 35.