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
