I'm very interested in this as well, especially the case Joe mentions: I'd like to provide a web-based interface to arbitrary J code in a seamless fashion (meaning having both input and output on the same form).
I've played around with the JHS example, especially "jdemo9" as this has a useful, multi-pane format. I've also had some good results generating Javascript from J but this is still driven from the J session and is not interactive in the browser. On Sat, Aug 24, 2013 at 9:00 AM, Björn Helgason <[email protected]> wrote: > unfortunately the examples and demos in this area are very few > > I guess a lot of people are interested because this is an exciting field. > On Aug 23, 2013 5:00 PM, "Joe Bogner" <[email protected]> wrote: > > > I'm having trouble locating recent examples of web programming in J. I > have > > looked through the wiki examples of scgi, cgi and even the JWebServer. My > > ideal solution would run directly from J without apache/iis/nginx > installed > > as that's not always possible. > > > > I'd like to consider J as an alternative for modeling problems that I > solve > > in R. I have built several web apps in R using the Rook package to allow > > non programmers to interact with models. A common case is to have a few > > text boxes to change inputs for models and a button to retrieve the > results > > with the new parameters -- such as outputting a HTML table > > > > Are there any complete examples that run in recent versions of J? I'm > > relatively new to J. I have worked through some of the labs. I'm not > ready > > to tackle a web server from scratch using socket programming. I have done > > socket programming in other languages, yet I'm hoping for more of a > > jumpstart. I've skimmed through the JHS source and could probably piece > > something together from there if nothing else exists. > > > > > > Thanks > > Joe > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > -- Devon McCormick, CFA ^me^ at acm. org is my preferred e-mail ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
