Very interesting framework, the install process required for source
package I found from
https://www.smccake.net/japla/making_basic_ver_0_1.zip
seems has a deviation from the description in PDF, that is,
assume the 'making/' dir in downloaded zip is unpacked to $HOME,
boot Jconsole in $HOME and

   load 'making/begin_web_server_jconsole.ijs'
   begin 0

I'm a little concerned on the validity of the HTML returned from the
server, for example in the first app 00_centigrade_fahrenheit_mutual_converter
the HTML returned begins with:

<HTML><HEAD><TITLE>temperature converter (centigrade <-> fahrenheit)</TITLE>
                                                     ^ &lt; not escaped.

Also I just found some typos in the PDF

https://www.smccake.net/japla/web_form_server_for_J_console_ver_0_1.pdf

Page 39, "4  Discussion", second paragraph,

Moreover, an original J functiion can
                             ^
Page 40, "5  Registered names for globals and functions"

avoid confiction among names is to
          ^

I'll continue to explore the program and may send more feedbacks.

LdBeth

>>>>> In <9cf51392-f6c2-4726-88d1-bb22f903d...@smccake.net> 
>>>>>   Yuji Suda <y...@smccake.net> wrote:
YS> Hello everyone

YS> I am Yuji Suda from Sendai, Miyagi, Japan.

YS> Recently I have developed and implemented a web form server system in
YS> J and Jsocket for adding forms to Jconsole funtion.  It was presented
YS> in the Workshop of JAPLA


YS> http://japla.sakura.ne.jp

YS> on 8 December 2023.

YS> The abstract is as follows.

YS> ------------

YS> A novel web form server which can work as form adding functionality
YS> for J function has been implemented. The server system is written in J
YS> and accompanying system tool of jsocket. Users can deploy mechanism of
YS> retrieving arguments for J functions through web form controls of
YS> textbox, textarea, checkbox, dropdown, checklist and radiobutton, and
YS> of displaying result of J function in the same web form page as plain
YS> text and one image file. Four major web browsers, i.e. Microsoft Edge,
YS> Google Chrome, Apple Safari and Firefox, were tested. They were all
YS> feasible in communication of plain text. As for image transmission
YS> through inline frame control, only Firefox was feasible in
YS> operation. With this server system, web browsers can be utilized for
YS> adding basic forms to J function.

YS> ------------

YS> The document pdf were registered in the record of workshop therein,
YS> and the scripts for actual web form server system is set at

YS> https://www.smccake.net/japla/

YS> I would like to have it evaluated by users in this forum.

YS> With best regards,

YS> Yuji Suda

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

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

Reply via email to