Order your ZCubed Technologies CICS WallChart Today

973.299.9669

  • Home
  • Education
    • CICS
    • MQSeries
    • z/OS
    • DB2
    • Application Development
    • IMS
    • Network
    • Security
    • Education Documents
    • Inquire about a class
  • Schedule
  • Training/Program Paths
  • Services
  • C\TREK™
    • What Is C\TREK™?
    • C\TREK™ Beta Program
    • C\TREK™ Screens & Videos
  • Company
    • About Us
    • Contact Us
    • Join Mailing /Career
  • More
    • Home
    • Education
      • CICS
      • MQSeries
      • z/OS
      • DB2
      • Application Development
      • IMS
      • Network
      • Security
      • Education Documents
      • Inquire about a class
    • Schedule
    • Training/Program Paths
    • Services
    • C\TREK™
      • What Is C\TREK™?
      • C\TREK™ Beta Program
      • C\TREK™ Screens & Videos
    • Company
      • About Us
      • Contact Us
      • Join Mailing /Career

973.299.9669

  • Sign In
  • Create Account

  • My Account
  • Signed in as:

  • filler@godaddy.com


  • My Account
  • Sign out

Signed in as:

filler@godaddy.com

  • Home
  • Education
    • CICS
    • MQSeries
    • z/OS
    • DB2
    • Application Development
    • IMS
    • Network
    • Security
    • Education Documents
    • Inquire about a class
  • Schedule
  • Training/Program Paths
  • Services
  • C\TREK™
    • What Is C\TREK™?
    • C\TREK™ Beta Program
    • C\TREK™ Screens & Videos
  • Company
    • About Us
    • Contact Us
    • Join Mailing /Career

Account


  • My Account
  • Sign out


  • Sign In
  • My Account
ZCubed Technologies

JAVA SE Primer Workshop [JPWMF]

OVERVIEW

This course is designed for the novice developer or those with little or no experience of Java who require an introduction to the Java SE 8 language using a choice of IDE. Practical sessions make up a large part of the course, allowing students to quickly put into practice what is taught during the theory sessions. During these sessions attendees will build a simple but complete application. 


Practical examples are used extensively, ranging from simple code 'snippets' to full applications with complete 'real world' functionality. These are supplied at the start of the course and it is encouraged that students execute and 'experiment' with these under the instructor's guidance as they are introduced. At the end of the course these examples will be available to take away, along with the attendees' own work.

COURSE DURATION & PRICE

3 Days

Hands-On

Private-Only

Email at Info@zcubedtech.com  to find out more

Private-Only Inquire

COURSE SYNOPSIS

  • Introduction to Java
  • Object-Oriented Concepts
  • The Java Language
  • Objects, Methods And Classes
  • Packages
  • AVA Keyword Summary
  • Conversion, Formatting And Precision
  • Casting
  • The Eclipse/Rad/Wsad Development Environment (optional)

COURSE OBJECTIVES

On completing this course, attendees will be able to:  

  • Use the Java SE environment to develop programs
  • Describe the Java programming environment at a conceptual and terminological level
  • Explain Object Oriented concepts and use

PREREQUISITES

Attendees should be familiar with the Windows host environment. Knowledge of any programming language is advantageous, but not essential.

Email at Info@zcubedtech.com  to find out more

Private-Only Inquire

JAVA SE PRograming Workshop [JVPMF]

OVERVIEW

This three-day course covers all major aspects of Java programming (up to and including Java SE 8) using a choice of IDE (Integrated Development Environment). It is designed for software developers and programmers who are already able to code simple Java applications, but who need to extend their knowledge with a greater understanding of the Java API.


The course is taught using a choice of IDEs (Integrated Development Environments). The skills needed to use this software are taught as part of the course. Development will be performed using Eclipse, IntelliJ, NetBeans, Websphere Studio Application Developer, Rational Application Developer, Jbuilder, the Java Development Kit (JDK) plus a text editor.

Practical sessions make up a large part of the course, allowing attendees to practice the skills taught. During these sessions each attendee will build a complete application, gaining in complexity throughout the course. Practical examples are used extensively, ranging from simple code snippets to full applications with complete 'real world' functionality. These are supplied at the start of the course and each attendee is encouraged to execute and 'experiment' with these under the instructor's guidance as they are introduced. These examples are available to take away, along with the attendee's own work.  The comprehensive Student Guide supplied is fully indexed serving as a useful reference tool long after the course has finished.

COURSE DURATION & PRICE

3 Days

Hands-On

Private-Only

Email at Info@zcubedtech.com  to find out more

Private-Only Inquire

COURSE SYNOPSIS

  • Abstract Classes & Interfaces
  • Java Collections
  • Sorting Objects
  • Inner Classes, Anonymous Classes & Lambda Expressions
  • Error Handling
  • Java I/O
  • JAVA7 & NIO2
  • Junit Introduction
  • Javadoc
  • Junit 4

COURSE OBJECTIVES

On completing this course, attendees will be able to:

  •  Describe the principles of writing Java programs
  • Develop programs using Collections, Generics, Threads, I/O and Networking
  • Use the IDE of their choice
  • Take advantage of and understand Interfaces
  • Use the Collections Framework
  • Know which type of collection to use for a specific purpose
  • Sort Objects using Comparable and Comparator interfaces
  • Create and handle Exceptions
  • Code custom Exception classes
  • Use the Java Input/Output classes
  • Use Serialization to achieve persistence
  • Understand multi-threading and synchronization and use the various techniques available to create  separate threads  
  • Create socket-based applications using the Networking classes.

PREREQUISITES

An understanding of programming with Java or C++ is required. Students must be able to code simple Applications and Classes.

Email at Info@zcubedtech.com  to find out more

Private-Only Inquire

JAVA EE Server-Side PRograming Workshop [JESMF]

OVERVIEW

This course is designed for software developers who are already familiar with Java. It provides in-depth knowledge of Server-side Java Programming. During the course attendees will write many Servlets, JavaBeans and JavaServer Pages that interact with HTTP clients and databases.

COURSE DURATION & PRICE

4 Days 

Hands-On

Private-Only

Email at Info@zcubedtech.com  to find out more

Private-Only Inquire

COURSE SYNOPSIS

  • Introduction to Server-Side Programming
  • Database Access
  • SQLJ
  • Servlets
  • Using Eclipse/WSAD/RAD to Code Servlets (if applicable)
  • Accessing Databases via Servlets
  • Data Scope / Persistence
  • JavaServer Pages
  • Using Eclipse/WSAD/RAD for JSP Development (if applicable)
  • JSP Design Patterns
  • More JSP Capabilities
  • Custom Tag Overview
  • Tag Files
  • JavaServer Pages Standard Tag Library (JSTL)

COURSE OBJECTIVES

On completing this course, attendees will be able to:

  • Understand & use Java Database Connectivity
  • Use the JDBC API
  • Code JDBC dynamic & prepared statements
  • Process JDBC results sets & JDBC NULL values
  • Handle JDBC errors and warnings
  • Understand and use transaction control
  • Understand and use Isolation Levels
  • Use JDBC connection pooling techniques
  • Code servlets
  • Process HTTP requests and responses
  • Process GET and POST requests
  • Process HTML forms
  • Understand servlet multi-threading issues / pitfalls
  • Adopt single threading techniques where appropriate
  • Use standard server error codes
  • Understand servlet chaining
  • Use the Session Tracking API
  • Understand hidden fields / URL rewriting techniques
  • Set and read cookies
  • Use the request dispatcher
  • Write JavaBeans
  • Code JavaServer pages
  • Access JavaBeans from servlets / jsps
  • Use JSP tags
  • Understand JSP JavaBean scopes
  • Use JSP forwarding
  • Use model, view, controller methodologies
  • Use JSP error pages
  • Use the WebSphere / RAD testing environment (if applicable)

PREREQUISITES

A good understanding of the basic Java language and the more commonly used Java API classes. This knowledge can be gained by attending the JPWMF-Java SE Primer Workshop and JVPMF-Java SE Programming Workshop courses EC21.

Email at Info@zcubedtech.com  to find out more

Private-Only Inquire

JAVA oBject Oriented PRograming Concepts [JCMF]

OVERVIEW

This course is designed to provide the software developer with a broad overview of the Java object-oriented approach. Developers will learn the key elements of object-oriented applications including classes, interfaces, attributes, objects, access levels, inheritance, and polymorphism.


Although this course does not instruct the developer on full detailed object-oriented design techniques, on completion of this course, developers will be ready to move on to more detailed Java training courses in a 'non-design' capacity.

COURSE DURATION & PRICE

1 Day

Hands-On

Private-Only

Email at Info@zcubedtech.com  to find out more

Private-Only Inquire

COURSE SYNOPSIS

  • Introduction to Object Oriented Concepts
  • Objects
  • Onject Instantification
  • Messages
  • Encapsulation
  • Inheritance
  • Interfaces
  • Polymorphism
  • Object Lifetime
  • Object Modelling
  • Unified Modelling Language - UML

COURSE OBJECTIVES

On completing this course, attendees will be able to:

  • Understand the concepts of object-oriented programming
  • Differentiate between objects and classes
  • Describe object instantiation
  • Differentiate between instance methods and variables and class methods and variables
  • Explain the concept and benefits of messaging and encapsulation
  • Describe the concept and benefits of inheritance
  • Explain the concept and benefits of interfaces
  • Explain the concept and benefits of polymorphism
  • Discuss concept of object modelling and the Unified Modelling Language  

PREREQUISITES

None

Email at Info@zcubedtech.com  to find out more

Private-Only Inquire

Copyright © 2025 ZCubed Technologies - All Rights Reserved.

  • Education Documents
  • Inquire about a class
  • Schedule
  • CICS WallChart
  • About Us
  • Join Mailing /Career
  • Student Portal

Powered by

This website uses cookies.

We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.

DeclineAccept