Charles Oliver Nutter wrote: > Jim White wrote: > >>Well, as I said earlier in this thread, I have a project doing exactly that. >> >>IFCX Wings uses JSR-223 and Apache Ivy (which does the repository >>integration thing including build-from-source) to dynamically load >>language environments for an enhanced console. JVM isolation (both >>shared and forked) and security manager functions are definitely on the >>"desired" list (nailgun being a dandy starting point), as is OSGi >>(although currently there is little support or use of that in the >>language implementations themselves currently). > > But this console requires a GUI, does it not? I think the concern here > is that many environments need a console that works on e.g. VT100. A > Swing-based solution is great, but if you're administering a headless > server, it won't work.
You clipped the part that said: Jim White wrote: > ... I realize few folks are interested in the OpenOffice hosted > console, but I'm keen to get the web browser version working (and > have a few bits for GWT already) and if someone wants to work on > terminal or emacs/jedit based stuff that would be great. > > http://www.ifcx.org/ Pulling all this jazz together is a bunch of work. Just the backend stuff for JSR-223 has been a project itself beyond what the scripting.dev.java.net folks have done (no JDK 1.5, no repository, adding languages). I haven't even dealt with a proper repository solution for IFCX code, so help there would be nice (heck the web still *still* doesn't have RSS in spite of a fair bit of time spent on that...). Then there are things like bringing in code stylers/highlighters and eventually IDE hooks for debugging and such. So like I said, anyone who wants to do CHUI stuff is certainly welcome since I have no intention of doing a frontend of that sort myself. But as for administering headless servers, you can use whichever sort of UI you like, that is matter of the client capabilities (and the user's preference) not the server. Jim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to jvm-languages@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---