Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

AJAX for Java Developers

Price
2,800 USD
4 Days
WDAJ-110
Classroom Training, Online Training
Open Source

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

  • Date: 27-May-2024 to 30-May-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,800 USD
  • Date: 5-Aug-2024 to 8-Aug-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,800 USD
View Global Schedule

Course Description

Overview

This AJAX course is designed to provide students with an introduction to using XMLHttpRequest and a brief introduction to JavaScript™ fundamentals. It includes in-depth coverage of programming with AJAX to send/retrieve data to/from a server, updating a Web page with JavaScript, and using CSS to modify the look of a Web page. There is also detailed coverage of how to handle AJAX requests using Servlets/JSP and Java™ Web applications and how to use frameworks, both client-side JavaScript and server-side Java. This course is hands on with labs to reinforce all the important concepts. It will enable you to build working AJAX applications, and give you an understanding of the important concepts and technology in a very short time.

Ajax (Asynchronous JavaScript™ and XML) is a browser-based technology for creating highly interactive Web applications by updating parts of a Web page with new data without reloading the whole page.

 

This course is one step in the following Learning Journey:

  1. Java - Web Development

Objectives

Upon completion of the AJAX course, students will be able to:
  • Build working AJAX applications
  • Understand concepts and technology
  • Update a Web Page with JavaScript
  • Modify using CSS
  • Learn how to use Frameworks

Audience

  • Web Developers using AJAX
  • Java Developers who need to work with AJAX-based Web applications

Prerequisites

    • Basic knowledge of HTML and JavaScript and practical Java and Servlet/JSP programming experience

Topics

  • Ajax Overview
    • What are Rich Internet Applications?
    • RIA Technologies
    • Ajax Introduction
    • What is Ajax?
    • The Ajax Difference
    • Ajax, JavaScript, DHTML, and More
    • XMLHttpRequest
    • What This Course Will Focus On
  • JavaScript Basics
    • Java Script Introduction
    • What is JavaScript
    • Exploring JavaScript
    • JavaScript Variables
    • JavaScript – Writing to the Web Page
    • JavaScript PopUp Boxes
    • JavaScript Functions
    • External JavaScript Files
    • Functions as Data
    • Standard JavaScript Functions
    • Accessing and Modifying HTML Elements
    • A More Complex HTML Page
    • Accessing Elements via the document Object
    • The innerHTML Property
  • XMLHttpRequest
    • XMLHttpRequest Basics
    • More about XMLHttpRequest
    • Creating an XMLHttpRequest Object
    • Submitting a Request
    • XMLHttpRequest Properties
    • Asynchronous Request
    • Handling an Asynchronous Response
    • The readyState Property
    • onreadystatechange Event Handler
    • XMLHttpRequest Methods
  • Servlets and JSP with Ajax
    • Overview of Servlets
    • Java EE Web Applications
    • Web Application Structure
    • Using Servlets
    • A Simple HTTP Servlet
    • How a Servlet Works
    • The Web Archive (war) File
    • Deploying Web Applications
    • Servlets and Ajax
    • Accessing the Servlet Using Ajax
    • A Servlet Handling a Post Request
    • Overview of JavaServer Pages (JSP)
    • What is a JSP?
    • A Very Simple JSP – simple.jsp
    • JSPs Look Like HTML
    • JSP Expressions
    • JSPs are Really Servlets
    • Lifecycle of a JSP
    • Object Buckets or Scopes
    • Predefined JSP Variables – Implicit Objects
    • Working with <jsp:useBean>
    • More <jsp:useBean>
    • How a Servlet Works With a JSP
    • Issues with JSP
    • Custom Tags
    • Custom Tags and Tag Libraries
    • The JSTL
    • TAGLIB Directive in JSP
    • A Servlet and JSP Cooperating
    • The <C:forEACH> Tag
  • More JavaScript and Ajax
    • Browser Events
    • Event Based programming
    • Event Handlers
    • Defined Browser Events
    • Defined Events
    • Form Validation
    • onload and onunload Events
    • Using Ajax and Events
    • Ajax and Events
    • JavaScript Objects and Arrays
    • JavaScript Objects
    • Creating JavaScript Objects
    • Working with Objects and Functions
    • Working with Object Properties
    • Arrays in JavaScript
    • Working with Arrays
    • Array methods
    • Objects as Arrays
    • Classes in JavaScript
    • javaScript Constructors
    • The new Operator
    • More on Constructors
    • The Object Class
    • The prototype Property
    • Properties of the Prototype
    • A More Complete Class
    • Modules and Namespaces
    • Utility Modules
  • Client Side Frameworks
    • Framework Overview
    • No Need to Reinvent the Wheel
    • Capabilities of Client Side JavaScript Libraries
    • General Library Capabilities
    • Some Client Side JavaScript Libraries
    • Prototype Overview
    • About Prototype
    • Utility methods and DOM Extensions
    • Utility methods of Element Class
    • The $() Utility Function
    • Using $ and the DOM Extensions
    • Prototype Ajax Support
    • Ajax.Request
    • Ajax.Request – Additional Options
    • Ajax.Updater
    • Other Prototype Capabilities
    • Much More Capability
    • script.aculo.us Overview
    • Using script.aculo.us
    • The Scriptaculous Autocompleter
    • Other Frameworks and Libraries
    • Some Well Known Frameworks
    • Dojo Functionality
    • dojo.xhr Functions
    • Using dojo.xhrGet()
    • Dojo.xhrGet Error Handling
    • Some Issues with Dojo
    • Yahoo User Interface Toolkit (YUI)
    • The YUI Dom Class
    • A Simple Application with YUI
    • YUI and Ajax
    • TabView and TreeView
    • Rich Text Editor and Calendar Control
    • Other YUI Capabilities
    • The Google Ajax Search API
    • Google Search API Code
    • Google Search Page Display
    • Much More Capability
    • Google Maps API
    • Maps API Display
    • Additional Google Maps API Capability
  • Cascading Style Sheets
    • Issues with Formatting in HTML
    • Cascading Style Sheets (CSS)
    • Declaring Style Information
    • Style Sheets
    • Using Style Sheets
    • Resulting Display
    • The class Selector
    • Descendant Selectors
    • ID Selectors
    • Display and Visibility Style Properties
    • Other Style Properties
    • Scripting Styles
    • Scripting Classes
    • The ‘Cascading’ in CSS
  • JSON (JavaScript Object Notation)
    • What is JSON
    • Review of JavaScript Literals
    • Arrays and More Complex Objects
    • JSON Details
    • Creating JSON Strings in JavaScript
    • Parsing JSON Strings in JavaScript
    • Parsing Strings with JSON.parse()
    • JSON on the Server
    • Creating JSON Text on the Server
    • JSONObject and JSON
    • JSONArray
    • Creating JSON Text from POJOs
    • Creating jSON Text from Collections
    • Dealing with Dates
    • Custom Date Serialization
    • JSONSerializer
    • JSONSTringer
    • Other json-lib Capabilities
    • An Input Field Generating Ajax Request
    • Producing JSON in a Servlet
    • JavaScript Code Constructing Suggestions
    • Accessing the JSON Data We Want
    • JavaScript Code Constructing the Suggestions
    • Autocomplete at Work
    • Other JSON Tools
    • The JSON Universe
  • XML and Ajax
    • XML Overview
    • What is XMl?
    • The Underlying Theme of XML
    • JavaTunes Purchase order Document – Body
    • The Document Body and Elements
    • Attributes
    • Working with XML
    • Working with XML and Ajax
    • Accessing XML with Ajax
    • Working with XML Documents
    • JavaTunes Purchase Order Document
    • JavaTunes Order as a Dom Tree
    • More About the W3C DOM
    • Traversing a Document with JavaScript
    • Getting Node Information
    • Finding Nodes in a Document
    • White Space Handling and Other Issues
    • Creating XML Documents on the Server
    • Producing XML with a Servlet and JSP
    • The JSP Generating the XML
    • An Input Field Generating Ajax Request
    • XML Document from Servlet/JSP
    • JavaScript Code Constructing the Suggestions
    • Accessing the XML Nodes We Want
    • Using the Suggestions
    • Autocomplete at Work
    • XML Versus JSON
    • XML and JSON for Data Interchange
  • DWR (Direct Web Remoting) and Other Technologies
    • What is DWR?
    • How DWR Works
    • Getting Started with DWR
    • web.xml Configuration for SWR
    • dwr.xml Configuration File
    • Ajax for Java Developers
    • Running the Test Page - <webapp>/dwr
    • Working with DWR
    • Including the DWR JavaScript Code
    • Using the DWR Proxies
    • Functions with Java Object Arguments
    • DWR Options
    • Reverse Ajax
    • Other Technologies
    • JSON-RPC
    • Using JSON-RPC-Java
    • Google Web Tooklit (GWT)
    • GWT Architecture
    • Hello World with GWT
    • The Generated Application
    • More About GWT
    • Pros/Cons of GWT
  • Ajax and JSF
    • JSF Overview
    • JSF Purpose and Goals
    • JSF API
    • JSF as MVC
    • JSF Views -- Facelets
    • Facelets Defined
    • JavaBean Defined
    • Managed Beans as JSF Model
    • JSF Controller Components
    • Managed Beans -- Part of JSF Controller
    • faces-config.xml Details
    • FACES-CONFIG.XML Structure
    • Your First JSF Application
    • Configuring FacesServlet in web.xml
    • JSF Controller
    • JSF HelloWorld -- Facelet
    • JSF HelloWorld -- Viewing the Facelet
    • faces-config.xml
    • Review of Managed Beans
    • Managed Beans Lifecycle
    • Declaring a Managed Bean
    • Writing a Managed Bean
    • Examining the Logon Form
    • Linking Input Fields to Bean Properties
    • Submitting the Form
    • Method Binding Expressions
    • Dynamic Navigation Rule
    • Creating / Deploying a JSF Application
    • AJAX and JSF
    • F:AJAX Details
  • Design and Best Practices
    • JavaScript Best Practices
    • JavaScript is a Key Ajax Technology
    • Object-Oriented Modular JavaScript
    • Dealing with Browsers
    • Separate Content, Behavior, & Presentation
    • JavaScript Tips and Techniques
    • Don’t Reinvent the Wheel
    • Ajax Design
    • Ajax is Still Evolving and Maturing
    • Basic Ajax Design Principles and Patterns
    • Basic Ajax Design Patterns
    • Use Ajax Where Appropriate
    • Network Usage Considerations
    • Ajax and the Back Button – The Problem
    • Ajax and the Back Button – Solutions
    • User Interface Design Considerations
    • Other Ajax Design Considerations
    • Ajax Security Ideas
    • General Security Issues for Ajax
    • Basic Security Guidelines
    • Scripting Vulnerabilities – Malicious Code
    • The Dangers of Code Injection
    • XSS – Same Origin Policy
    • Same Origin Policy – The Good and the Bad
    • Preventing Malicious Content
    • JSON Issues
    • Security Summary
    • Resources
  • 2023 Top 20 Training Industry Company - IT Training

    Need Help?

    Call us at 877-206-0106 or e-mail us at info@learnquest.com

    Personalized Solutions

    Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

    Contact Us

    Need Help?

    Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

    Talk to us

    20% Off All AI Training Courses

    Achieve more with AI-powered tools and strategies.

    PROMO CODE: AI20
    VALID THROUGH APRIL 30, 2024

    20% Off All AI Training Courses

    Self-Paced Training Info

    Learn at your own pace with anytime, anywhere training

    • Same in-demand topics as instructor-led public and private classes.
    • Standalone learning or supplemental reinforcement.
    • e-Learning content varies by course and technology.
    • View the Self-Paced version of this outline and what is included in the SPVC course.
    • Learn more about e-Learning

    Course Added To Shopping Cart

    bla

    bla

    bla

    bla

    bla

    bla

    Self-Paced Training Terms & Conditions

    ??spvc-wbt-warning??
    ??group-training-form-area??
    ??how-can-we-help-you-area??
    ??personalized-form-area??
    ??request-quote-area??

    Sorry, there are no classes that meet your criteria.

    Please contact us to schedule a class.
    Close

    self-paced
    STOP! Before You Leave

    Save 0% on this course!

    Take advantage of our online-only offer & save 0% on any course !

    Promo Code skip0 will be applied to your registration

    Close
    Nothing yet
    here's the message from the cart

    To view the cart, you can click "View Cart" on the right side of the heading on each page
    Add to cart clicker.

    Purchase Information

    ??elearning-coursenumber?? ??coursename??
    View Cart

    Need more Information?

    Speak with our training specialists to continue your learning journey.

     

    Delivery Formats

    Close

    By submitting this form, I agree to LearnQuest's Terms and Conditions

    heres the new schedule
    This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
    Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.