No, you are not, of course. When one runs jhs ide front-end, actually there are two separated processes running. 1. jhs server implemented in J. 2. a browser that requesting web-page from the jhs server.
for jhs ide frontend, the url is http://localhost:port/jijx one may also hosting a minesweeper on the same jhs server, that run from browser with a url, say, http://localhost:port/minesweeper JHS is very important and has a very big potential. I guess I will learn it and write app for it in the future. The JHS IDE should be very useful as an example of how to write apps for JHS, however I guess I am not going to use that IDE for development of apps targeted for JHS. Втр, 08 Фев 2011, Don Guinn писал(а): > I guess I don't understand correctly. Earlier I assumed that the JFE > interface would be used as the interface for applications for J over the > web. Bill Lamb said, "IIUC jhs is the web server on a remote server that > handles ajax calls." So, I started looking for IIUC. Two questions: Bill, > what did you mean? And what is the interface a J application would use to > communicate with a browser? > > Maybe I'm being dense. > > On Tue, Feb 8, 2011 at 8:59 PM, Ric Sherlock <[email protected]> wrote: > > > Why do you think it is a name in JHS and not just an acronymn? > > > > > > -----Original Message----- > > From: Don Guinn <[email protected]> > > Sent: Wednesday, 9 February 2011 16:41 > > To: General forum <[email protected]> > > Subject: Re: [Jgeneral] Keyboard shortcuts > > > > I gather that IIUC is a name somewhere in JHS. I can't find it. > > > > As far as the interface for both JGTK and JHS in the J engine is beautiful > > and so simple. So far it is not really documented well. > > > > On Tue, Feb 8, 2011 at 7:26 PM, bill lam <[email protected]> wrote: > > > > > 'IIUC' should be an adverb, not a noun in that context. > > > > > > Втр, 08 Фев 2011, Don Guinn писал(а): > > > > So, what is the IIUC that J uses? > > > > > > > > On Tue, Feb 8, 2011 at 12:21 PM, Tikkanz <[email protected]> wrote: > > > > > > > > > IIUC (If I Understand Correctly) is just one of the many > > abbreviations > > > > > along the lines of IIRC, AFAIK, IMO ... > > > > > > > > > > On Wed, Feb 9, 2011 at 7:00 AM, Don Guinn <[email protected]> > > wrote: > > > > > > I have seen references to IIUC in the forum but I can't find it > > > anywhere > > > > > > else. Not in the J library or on the J WIKI. Tried to run the > > > > > "Application > > > > > > Distribution - Installer" lab but it didn't work. Where should I > > > look? > > > > > > > > > > > > On Tue, Feb 8, 2011 at 9:46 AM, bill lam <[email protected]> > > > wrote: > > > > > > > > > > > >> IIUC jhs is the web server on a remote server that handles ajax > > > calls. > > > > > >> jhs ide is the a J application that utilize the remote jhs. > > > > > >> One might also writes a standalone app ,eg. minesweeper, with J > > that > > > > > >> powered by the remote jhs. > > > > > >> > > > > > >> Of course developers must have to reinvent the interface otherwise > > > > > >> J602 applications will be run on the familiar J IDE, not a very > > > > > >> professional looking app that asked clients to pay for it. > > > > > >> > > > > > >> > > > > > >> Втр, 08 Фев 2011, Don Guinn писал(а): > > > > > >> > I do not understand. Wouldn't JHS still be used for remote > > > > > applications? > > > > > >> > Otherwise the developer would have to reinvent the interface > > > between J > > > > > >> and > > > > > >> > the browser. > > > > > >> > > > > > > >> > On Tue, Feb 8, 2011 at 9:18 AM, bill lam <[email protected]> > > > wrote: > > > > > >> > > > > > > >> > > I guess application for jhs are those interact with a remote > > > > > invisible > > > > > >> jhs > > > > > >> > > server and end users interact with local browser. The jhs ide > > > does > > > > > not > > > > > >> > > exist > > > > > >> > > for end users so that shortcut key are unrelated to jhs or > > jgtk. > > > > > >> > > > > > > > >> > > > > > > > >> > > > > ---------------------------------------------------------------------- > > > > > >> > For information about J forums see > > > > > http://www.jsoftware.com/forums.htm > > > > > >> > > > > > >> -- > > > > > >> regards, > > > > > >> ==================================================== > > > > > >> GPG key 1024D/4434BAB3 2008-08-24 > > > > > >> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > > > > > >> > > > ---------------------------------------------------------------------- > > > > > >> 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 > > > > > > > > > ---------------------------------------------------------------------- > > > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > > > -- > > > regards, > > > ==================================================== > > > GPG key 1024D/4434BAB3 2008-08-24 > > > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > > > ---------------------------------------------------------------------- > > > 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 > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
