I donot yet know whether the question I asked has been answered.
Second try: Example: Oleg published a SQLite addon at http://olegykj.sourceforge.net/ that includes a browser for the sqlite database and is in a single script file " browser.ijs" This is a windows based application that explores the database stored in a *.sqlite file. So, the application keeps running till the user closes it. Now, in this context, 1) Can the script file be changed? It seems all the following work - change the contents, move/delete file. 2) After the change, how to inform J to reload the changed file without stop and restart of the application? I had a look at the project manager and created a project. But I am not able to see how the project manager allows for "hotswap" of script - by which I mean that J should allow for modification of source script and reload the script when appropriate (or can be forced to do it) *without stopping the current execution of the script.*
----- Original Message ---- From: Yuvaraj Athur Raghuvir <[EMAIL PROTECTED]> To: Programming forum <[email protected]> Sent: Wednesday, October 11, 2006 4:20:45 AM Subject: [Jprogramming] "Hotswap" of script As J is interpreted, I understand that the scripts can be changed on-the-fly. 1) Assuming I am creating a stand alone application that has one big ijs file, how does this work? 2) Or is there a specific way of organizing the scripts to allow this? ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
