Comment on testing web form server sample application in j9.5.1 just released

-----------------

If the web form server system is tested in the latest j9.5.1, the definition file has to be revised to require addons 'bmp' and 'png'  in the sample application of 52_hokusai_komon_image_galary_j9_5 for image conversion, otherwise the application fails to send image file.  Or load 'bmp png' just after issuing jconsole, so that the following revision work is not necessary.

In the main menu, select R to load corresponding defintion file and select E to edit the file as follows.  Save the revision and back
 in the main menu, select 2 to create a revised application.

NB. ====  (1/4) name of application =======
NB./*/APP_FOLDER_NAME/52_hokusai_komon_image_galary_j9_5
NB. ^^^^^

NB. ====  (4/4) desctiption of your job based on POSTed data as argument of J function =======
NB. add the following script above the script on j9.4

if. J_VERSION -: 'j9.5' do.
NB.                 ^^^^^^
require 'bmp png'
end.

if. J_VERSION -: 'j9.4' do.
  require 'bmp png'
end.
------

Yuji


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to