JAVA COURSES U.S.A.
  PROVIDERS OF ACCREDITED PRACTICAL SKILLS TRAINING COURSES FOR OVER 25 YEARS
 
Java Programming Courses

Java Programming Courses

Postgraduate Diploma in Java Enterprise Web and Distributed Programming

HOW TO APPLY STARTDATE DURATION FEES BROCHURE

Introduction

This course provides coverage of technologies and development methodologies for building web and distributed applications with the Java Enterprise and Standard Editions. The course covers the fundamentals of Java programming before introducing web related topics such as Applets, Servlets, Java Sever Pages (JSP) and Java Server Faces (JSF). You will also learn how to access databases with Java and to create database driven websites. The modules gradually move from the simple to the complex as they show you how to work with: the Glassfish and Tomcat Servers, the NetBeans IDE, Java Object Oriented Programming, HTML pages and forms, JSPs, servlets, and the MVC pattern, Java Server Faces (JSF), RSS, Sessions and cookies, JavaBeans, the JSP Expression Language (EL), the JSP Standard Tag Library (JSTL), custom JSP tags, MySQL, JDBC, and connection pooling, authentication, listeners.
We then move beyond web applications into the sphere is distributed programming with coverage of Networking, Security, Remote Method Invocation, Java Messaging and other topics that ensure you have the in-depth understanding of enterprise programming required of top class programmers. This course covers most of the objectives of the Sun Certified Java Programmer (SCJP) , the Sun Certified Web Component Developer (SCWCD) accreditations and the Sun Certified Business Component Developer (SCBCD)

Course Content

Creating Java Applications

Introduction to Java Applications, Using the javac command to compile Java applications, Using the java command to run Java applications, Displaying Text with printf, Variables and Introducing Arithmetic Operators, Equality and Relational Operators.

Using Classes and Objects

Classes, Objects, Methods and Instance Variables, Declaring Class and Methods, Instantiating an Object of a Class, Declaring a Method with a Parameter, Instance Variables, set Methods and get Methods, Primitive Types vs. Reference Types, Initializing Objects with Constructors, Floating-Point Numbers and Type double.

Control Statements

"if" Single-Selection Statement, "if" ... else Double-Selection Statement, while Repetition Statement, Counter-Controlled Repetition, Sentinel-Controlled Repetition, Nested Control Statements, Compound Assignment Operators, Increment and Decrement Operators, Primitive Types, Essentials of Counter-Controlled Repetition, for Repetition Statement, do ... while Repetition Statement, switch Multiple-Selection Statement, break and continue Statements, Logical Operators.

Methods

Static Methods, static Fields and Class Math, Declaring Methods with Multiple Parameters, Notes on Declaring and Using Methods, Method-Call Stack and Activation Records, Argument Promotion and Casting, Java API Packages, Generalized Scaling and Shifting of Random Numbers, Scope of Declarations, Method Overloading.

Arrays

Declaring and Creating Arrays, Examples Using Arrays, Enhanced for Statement, Passing Arrays to Methods, Multidimensional Arrays.

Classes and Objects

Class Case Study, Controlling Access to Members, Referring to the Current Object's Members with the this Reference, Overloaded Constructors, Default and No-Argument Constructors, Composition, Enumerations, Garbage Collection and Method finalize, static Class Members, static Import, final Instance Variables, Creating Packages.

Inheritance

Superclasses and Subclasses, protected Members, Relationship between Superclasses and Subclasses, Creating an Inheritance Hierarchy, Using protected Instance Variables, Using private Instance Variables, Constructors in Subclasses, Software Engineering with Inheritance.

Inheritance

Superclasses and Subclasses, protected Members, Relationship between Superclasses and Subclasses, Creating an Inheritance Hierarchy, Using protected Instance Variables, Using private Instance Variables, Constructors in Subclasses, Software Engineering with Inheritance.

Polymorphism

Polymorphism Examples, Demonstrating Polymorphic Behavior, Abstract Classes and Methods, Polymorphic Processing, Operator instanceof and Downcasting, Allowed Assignments Between Superclass and Subclass Variables, final Methods and Classes, Creating and Using Interfaces, Declaring Constants with Interfaces, Common Interfaces of the Java API

Exception Handling

Exception-Handling Overview, Handling ArithmeticExceptions and InputMismatchExceptions, When to Use Exception Handling, Java Exception Hierarchy, finally Block, Stack Unwinding, printStackTrace , getStackTrace and getMessage, Chained Exceptions, Declaring New Exception Types, Assertions

Database and JDBC

Structured Query Language (SQL), Basic SELECT Query, WHERE Clause, ORDER BY Clause, Merging Data from Multiple Tables: Joining, INSERT INTO Statement, UPDATE Statement, DELETE FROM Statement, Creating Database books in Cloudscape, Manipulating Databases with JDBC, Connecting to and Querying a JDBC Data Source, PreparedStatements, Transaction Processing, Stored Procedures, Batch Processing, Processing Multiple ResultSets or Update Counts, Updatable ResultSets, JDBC, DataSource, Connection Pooling, RowSets

Applets

Executing an Applet in the appletviewer, Executing an Applet in a Web Browser, Applet Life-Cycle Methods, Initializing an Instance Variable with Method init, Sandbox Security Model

Multimedia

Loading, Displaying and Scaling Images, Animating Images, Image Maps, Loading and Playing Audio Clips, Playing Video and Other Media with Java Media Framework

XHTML

Editing XHTML, First XHTML Example, XHTML Validation Service, Headings, Linking, Images, Lists, Tables, Forms, Internal Linking, meta Elements

CSS

Inline Styles, Embedded Style Sheets, Conflicting Styles, Linking External Style Sheets, Positioning Elements, Backgrounds, Element Dimensions, Box Model and Text Flow, Media Types, Building a CSS Drop-Down Menu, User Style Sheets

Servlets

Servlet Overview and Architecture, Interface Servlet and the Servlet Life Cycle, HttpServlet Class, HttpServletRequest Interface, HttpServletResponse Interface, Handling HTTP get Requests, Setting Up the Apache Tomcat Server, Deploying a Web Application, Handling HTTP get Requests Containing Data, Handling HTTP post Requests, Redirecting Requests to Other Resources, Session Tracking, Cookies, Session Tracking with HttpSession, Multi-tier Applications: Using JDBC from a Servlet, HttpUtils Class

Java Server Pages

JavaServer Pages Overview, A First JavaServer Page Example, Implicit Objects, Scripting, Scripting Components, Scripting Example, Standard Actions, Action, Action, Action, Action, Directives, page Directive, include Directive, Custom Tag Libraries, Createing a Custom Tag, Tag Attributes, Evaluating the Body of a Custom Tag

Java Server Faces

Java Web Technologies, Servlets, JavaServer Pages, JavaServer Faces, Web Technologies in Netbeans, Creating and Running a Web Application in Netbean, Examining a JSP File, Examining a Page Bean File, Event-Processing Life Cycle, Relationship Between the JSP and Page Bean Files, Examining the XHTML Generated by a Java Web Application, Building a Web Application in Netbeans

Ajax Enabled Java Server Faces

Accessing Databases in Web Applications, Building a Web Application That Displays Data from a Database, Modifying the Page Bean File for the AddressBook Application, Ajax-Enabled JSF Components, AutoComplete Text Field and Virtual Forms, Configuring Virtual Forms, JSP File with Virtual Forms and an AutoComplete Text Field, Providing Suggestions for a AutoCompleteText Field, Google Maps Map Viewer Component

XML and RSS

XML Basics, Structuring Data, XML Namespaces, Document Type Definitions (DTDs), W3C XML Schema Documents, XML Vocabularies, MathMLTM, Other Markup Languages, Extensible Stylesheet Language and XSL Transformations, Document Object Model (DOM)

Java RSS Utilities

The RSS Utilities Package, Installing the RSS Taglib, Using the RSS taglib, Extracting Data From RSS Feed, Java RSS Parser

Multithreading

Java Thread Model ; Creating and Running Threads ; Manipulating Thread State ; Thread Synchronization ; Volatile Fields vs. Synchronized Methods ; wait and notify ; join and sleep ; The Concurrency API ; Atomic Operations

Networking

The OSI Reference Model ; Network Protocols ; The Socket Class ; The ServerSocket Class ; Connecting Through URL Objects ; HTTP and Other TCP Servers ; Datagram Clients and Servers ; Non-Blocking Sockets

RMI Architecture

Motivation for RMI ; RMI; EJB; and CORBA ; RMI Architecture ; Lifetime of a Remote Method Invocation ; Registries ; Naming and URL Resolution ; Interface Design ; The Remote Interface ; Implementation Classes ; The RemoteObject and RemoteServer Classes ; The UnicastRemoteObject Class ; Server Implementation ; Using the Registry ; Client Implementation ; Code Deployment ; RMI Marshaling ; Passing Objects ; The Factory Pattern ; Serialization vs. Remote Reference ; Designing for Latency ; The Transfer Object Pattern ; Controlling Object Location ; Exception Handling

JMS

Asynchronous Messaging; The Java Message Service; Point-to-Point Messaging; Publish-and-Subscribe Messaging; JNDI; Connections and Sessions; Working with Queues; Working with Topics; Expiration; Message Content; Message Types; Header Fields; Properties; Message Selectors; Reliability; Message Persistence; JMS from Web Applications; The Component Environment; Acknowledgement and Redelivery; Acknowledgement Modes; Session Recovery; Transactions; What JMS Transactions Are and Aren't; Transaction Pitfalls; Batch Processing; Priority; JMS and EJB: Message-Driven Beans; JMS and Web Services: SOAP Messaging

Java SE Security

Holistic Security Practices; Threats to the User; The Class Loader and Bytecode Verifier; System Classes and the Core API; SecurityManager and AccessController; Permissions; Implication; CodeSources; Policies; Configuring Java SE Security; Dynamic Policies; Privileged Actions

Java EE Security

Java EE Servers as Code Hosts; Tomcat Security Configuration; Declaring Roles; Securing URLs; HTTP Authentication Schemes; Securing EJBs; Programmatic Security; JAAS in Java EE; Realms and LoginModules; JACC; Certifying a Java EE Application; HTTPS Configuration; Secure Development Practices: Java EE; Presentation-Tier Vulnerabilities; User Accounts; MVC and Security; Validating User Input; SQL Injection; Cross-Site Scripting; Reflected XSS; Defeating XSS; OWASP; Penetration Testing; Error Handling and Information Leakage; Logging and Auditing

Java Messaging Service

Asynchronous Messaging;The Java Message Service;Point-to-Point Messaging;Publish-and-Subscribe Messaging;JNDI;Connections and Sessions;Working with Queues;Working with Topics;Expiration;Message Content;Message Types;Header Fields;Properties;Message Selectors;Reliability;Message Persistence;JMS from Web Applications;The Component Environment;Acknowledgement and Redelivery;Acknowledgement Modes;Session Recovery;Transactions;What JMS Transactions Are and Aren't;Transaction Pitfalls;Batch Processing;Priority;JMS and EJB: Message-Driven Beans;JMS and Web Services: SOAP Messaging

CORBA

The Object Management Architecture ;The Object Management Group ;CORBA and the Goal of Interoperability ;Object Request Brokers ;Object Adapters ;Interface Definition Language ;The Role and Use of IDL ;IDL Constructs ;Interfaces, Operations, Attributes ;IDL Design Issues ;Factories ;CORBA Services ;Naming ;Events and Notifications ;Transactions and Concurrency ;Trader ;LifeCycle ;Persistent State ;Collections ;Security ;Externalization

JMX

Management v. monitoring; Motivations and requirements for creating a managed and monitored system; Ways to do management monitoring; Implementing management and monitoring with JMX; Understanding the JMX architecture: Instrumentation, JMX Agents, Remote Management; Out-of-the-box JMX Tools: JConsole and monitoring the JVM; Creating Managed Beans (MBeans): Standard MBeans and Dynamic MBeans; Managing a MBeans: Locally and remotely; MBean notification and events; Writing your own management and monitoring console

Methods of Training

Online Lecture Modules, Subject Expert Feedback Sessions after each Module, practical case studies, end of module assignments. etc.

Who Should Apply

Anyone who wishes to develop a career in Java Programming. Selection is based on consultation. Please contact us at 212-359-4229 to arrange.

Possible Careers

Computer Programmer, Software Developer, Java Developer, Software engineer, Software Test, Software Design, IT consultant, Software Trainer.

Qualifications

Successful candidates are awarded the Postgraduate Diploma in Java Enterprise Web Programming (PG Dip. Java Prog.) at Pass, Credit or Distinction level. The Postgraduate Diploma is awarded by the Institute of Commercial Management.

Application process

Selection is based on telephone consultation. Please contact us at 212-359-4229 or e mail info@JavaCoursesUSA.com to arrange a Consultation today!

Start Date

Enrollment for this course will take place on June 1st, 2012.

Application for this course is available immediately online through our Course Payments Page.

Course Duration

25 weeks to 2 calendar years depending on individual progress.

Fees

$1995

Fees may be paid online through our Course Payments Page. Alternatively payments can be made by check, bank draft, credit card, debit card or bank transfer.

All fees must be paid before the course begins.

Brochure

Request a Brochure for this Course.

h4>Disclaimer

Every effort is made to ensure accuracy, however responsibility is disclaimed for any error or omission in this website.

Java Courses USA, as part of the Fitzwilliam Institute Group, closes on Bank Holidays and for a number of days at Christmas and New Year. Java Courses USA reserves the right to postpone, cancel or alter courses without notice or to change any of the details in this web page. Fees are not refundable unless the course is cancelled by Java Courses USA. Distance learning courses are provided by the Fitzwilliam Institute Ltd.

Existing students can login here.

Java Courses USA, 1375 Broadway, Floor 11, New York, NY 10018. Tel: 212.359.4229

 
 
Sign up for the free Java Programming Industry Newsletter and receive regular news on Jobs, What's happening in these areas and a calendar of Upcoming Events.
SPECIAL OFFER...

Enrol on any of our Distance Learning Diploma Courses and receive one added-value module worth $250! Enrol on any of our Distance Learning Postgraduate Diploma Courses and receive two added-value modules worth $500!

Consultations are held over the phone and you can start your Online Course the same day.
Consultations are held over the phone and you can start your Online Course the same day.

 
JAVA ETHOS...

- Practical Skills Training
- Delivered By Industry Professionals
- Industry Recognized
- Internationally Accredited
- Established Over 25 Years
- Transferable Skills Globally
- Career Focused Approach
- Interactive Case Study Based
- Hugely Successful Formula
 
JAVA TESTIMONIALS...
-"Excellent delivery of an excellent course."

"Very thorough course. Excellent trainer knowledge and interaction with the class."

-"Great course - interesting and practical."

-"Well done. Course completely exceeded my expectations."
 
JAVA SKILLS...
- How to Install & Configure Java

- How to Write Bulletproof Applications

- How to Develop Real-World, Object-Oriented Business Applications

- How to Use Swing Components to Develop GUI Applications

And much more ...
 
 
Java Courses U.S.A.
1375 Broadway, Floor 11,
New York, NY 10018
Phone: 212-359-4229
info@JavaCoursesUSA.com
Java Courses on Facebook Java Courses on MySpace Java Courses on LinkedIn
Java Courses on Twitter Java Courses RSS Feeds Java Courses on YouTube

Copyright © 2011 Fitzwilliam Institute Group