skip to main content
Programmer's documentation > Building Web Applications > Developing JViews Gantt JavaScript Web applications
 
Developing JViews Gantt JavaScript Web applications
Describes how to develop an application as a JavaScript Web application.
*JavaServer Faces components as opposed to JavaScript components
*Recommends the use of AJAX-based JavaServer™ Faces (JSF) technology rather than JavaScript Web technology.
*Overview
*Gives an overview of the JavaScript Web application approach in JViews Gantt.
*JViews Gantt JavaScript Web application architecture
*Explains how the Gantt JavaScript Web application support uses the Java servlet technology to deliver information from a Gantt chart server-side application.
*Getting started with the Gantt JavaScript Web application: an example
*Provides an example to help you get started with JViews Gantt JavaScript Web application development.
*Developing the server side
*Explains how to develop a server side JViews Gantt JavaScript Web application.
*Developing the client side
*After creating the server side of your Gantt JavaScript ™ Web application, you create the client side. The Gantt JavaScript Web application support allows you to easily build a client based on JavaScript that runs on Web browsers that support JavaScript. You build an HTML Web page for the JavaScript client using predefined JavaScript™ components.
*Adding client/server interactions
*The JViews Gantt JavaScript Web application support gives you a simplified way to define new actions that should take place on the server side. For example, suppose you want to allow the user to change the name of an activity that appears on the generated image. Part of this action, clicking the image to select the activity, must be done on the client side. Changing the name of the activity in the Gantt data model must be done on the server side before a new image is generated. The notion of a “server-side action” exists to perform such behavior. An action is defined by a name and a set of string parameters.
*The IlvGanttServlet and IlvGanttServletSupport classes
*Describes how to create a servlet and how the servlet responds to different requests.

Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.