| Java Training   Overview 
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 results in a more responsive and interactive interface, and is the technology powering websites like Google Maps and Google Mail.
Java Training   Skills Gained
 There is no formal definition of Ajax, but using XMLHttpRequest/JavaScript has become the dominant Ajax technology. The course starts with an introduction to using XMLHttpRequest and a somewhat 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.
 
 The course includes detailed coverage of how to handle Ajax requests using Servlets/JSP and Java Web applications. This includes generation of HTML, XML and JSON from Java, as well as the use of various other server-side Ajax techniques.
 
 The course also provides extensive coverage on using frameworks - both client side JavaScript and server side Java - to support the complex programming that Ajax requires. These frameworks can reduce the sometimes complex and tedious programming that Ajax can require.
 
 Client side frameworks can relieve you from dealing with the low level complexities of Ajax, or provide preexisting widgets like a textbox with Ajax-powered completions. We also cover frameworks like Direct Web Remoting (DWR) to invoke server side Java from JavaScript, and Google Web Toolkit (GWT) to develop Ajax applications completely in Java, and have GWT generate the JavaScript.
 
 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.
 
 All labs are done using the Eclipse IDE for programming and deploying to the server, and the lab instructions include detailed instructions on using them.
 
Hands-OnUnderstand the principles of interactive Web applications and how Ajax is used to create themUnderstand how XMLHttpRequest works, and use it with JavaScript to update a Web pageUse JavaScript and DOM with Ajax to manipulate the structure of a Web pageUse Servlets/JSP to handle Ajax requestsBe familiar with Ajax technologies and frameworks such as Prototype, script.aculo.us, Dojo, JSON libraries, DWR (Direct Web Remoting) and GWT (Google Web Toolkit)Understand the basics of CSS and use it with Ajax to dynamically change the Web page lookUnderstand and use JSON (JavaScript Object Notation)Be familiar with using Ajax with XMLUse Ajax with HTML, JSON or XML on both the client-side and server-side (Java)Use DWR (Direct Web Remoting) to invoke server side Java from the browserUse Ajax with JSFUnderstand issues with using Ajax technology, including design and security issues 
50% hands-on, 50% lecture 
 Supported Platforms
 
Tomcat; JBoss AS, IBM WebSphere/RAD; Eclipse/MyEclipse
 Java Training   Course Duration
 
 4 Days
 
 Java Training   Course outline
 
 
 Session 1: Overview of Ajax
       
        Session 2: Basics of JavaScript for BrowsersWhat are Rich Internet Applications? What is Ajax? Ajax, JavaScript, and DHTML How Ajax WorksOverview of Ajax Technologies 
        Session 3: XMLHttpRequestJavaScript and DHTML Overview Using JavaScript in an HTML Page Basic JavaScript ProgrammingFunctions in JavaScript      Debugging JavaScriptAccessing HTML Elements and Modifying with innerHTML 
        Session 4: Using Servlets and JSP with AjaxThe XMLHttpRequest Object Using XMLHttpRequest Working with Browser Differences Your First Ajax ApplicationUsing Ajax Data to Modify the Page 
        Session 5: More JavaScript for AjaxServlet/JSP Overview Handling Ajax RequestsReturning Data to Ajax Requests Using JSP pages to generate Ajax data  
        Session 6: Client-Side Ajax FrameworksBrowser Events Using Ajax with Browser Events Using Built-in Objects Objects and Arrays in JavaScript Objects as Function Arguments Defining Classes in JavaScriptDefining Modules and Namespaces in JavaScript 
        Session 7: Cascading Style Sheets (CSS)Overview - Prototype, Dojo, script.aculo.us and others Prototype Overview Using Prototype ($(), Ajax.Request) script.aculo.us Overview Using script.aculo.us Ajax autocompleter Servlet/JSP (server-side) Generation of Data Dojo Toolkit Overview YUI (Yahoo User Interface Toolkit) Overview Google Maps and Google Ajax Search API Overview  
        Session 8: JavaScript Object Notation (JSON)CSS OverviewDefining and Using Styles and Style SheetsUsing CSS to Customize Ajax Data Display  
        Session 9: XML and AjaxJSON OverviewJSON Data Structure Objects and Arrays in JSONCreating/Working with JSON on the Server using JavaWorking with JSON in the browserOther JSON Tools Overview 
        Session 10: Direct Web Remoting (DWRXML OverviewXML - The x in AjaxWorking with XML on the browser Generating XML data on the server with Java Using HTML vs Using XML vs Using JSON 
        Session 11: Ajax and JavaServer Faces (JSF)Overview - Invoking Java via AjaxDWR Architecture Invoking Java Functions From the BrowserRegistering CallbacksAdditional CapabilitiesOverview of other technologies (JSON-RPC, Google Web Toolkit - GWT) 
        Session 12: Patterns and Best PracticesJSF Overview Ajax4sjf OverviewUsing Ajax with Ajax4jsfAjax4jsf componentsOverview of the RichFaces Component Library 
        JavaScript Best Practices State of AjaxAjax Design Patterns Ajax Security Issues Other Ajax Issues Recap of Ajax Technologies and Their UsesFuture Directions  
 |