web form server for jconsole ver 0.1 and 0.1.1 web form server for jconsole ver 0.1 and 0.1.1
Abstract
abstract_ver_0_1_1.pdf (revised pdf for typos correction and the comment for inline frame image transmission issue)
abstract_ver_0_1.pdf (the first printing)

Technical Document in pdf
web_form_server_for_J_console_ver_0_1_1a.pdf (revised pdf for remaining typos correction)
web_form_server_for_J_console_ver_0_1_1.pdf (revised pdf for typos correction and the comment for inline frame image transmission issue in the abstract and discussion)
web_form_server_for_J_console_ver_0_1.pdf (the first printing)
System codes in ijs for testing on basic jsocket communication: simple server and client
making_basic_ver_0_1.zip
System codes in ijs for web form server
making_ver_0_1_1.zip (after typos correction and inframe image sample application applicable in J9.5 and J9.6)
making_ver_0_1.zip

=====================================================================================
Quick memo for installation and activation
=====================================================================================

  1. testing on basic jsocket communication

    Unzip at the download folder to obtain the main folder of making basic, and In Microsoft Windows, copy the folder making basic to c:\, whereas in Apple Mac and Linux, copy the folder to home directory.
    In order to activate simple server and client, open two jconsoles independently and issue the following command.

    In Microsoft Windows,
    load 'c:/making_basic/begin_simple_server_or_client_jconsole.ijs'
    
    In Microsoft Windows Subsystem for Linux,
    load '/mnt/c/making_basic/begin_simple_server_or_client_jconsole_wsl.ijs'
    
    In both Apple Mac and Linux,
    load (_1}.2!:0 'echo $HOME'), '/making_basic/begin_simple_server_or_client_jconsole.ijs'
    
    After loading begin script, system displays the following,
    please type either of the following commands and hit enter to begin each menu
    begin 'server'
    or
    begin 'client'
    
    In one jconsole, issue a command begin 'server' to start a server and
    in the other jconsole, issue a command begin 'client' to start a client.
    
  2. web form server

    In Windows, copy the unzipped folder making to c:\, whereas in Apple Mac and Linux, copy the folder to home directory. In order to activate web form server menu, open jconsole and issue the following command.

    
    Activation command for web form server in jconsole
    Windows Jconsole:            load 'c:\making\begin_web_server_jconsole.ijs'
    
    Windows Subsystem for Linux  load '/mnt/c/making/begin_web_server_jconsole_wsl.ijs'
    
    Mac and Linux                load (_1}.2!:0 'echo $HOME'),'/making/begin_web_server_jconsole.ijs'
    
    After loading begin script, system displays the following,
    please type begin 0 to start server
    begin 0
    And issue a command begin 0 to start the web form server manager menu.