RE: [Arrowheadasp-users] any plans for JavaScript?
Status: Alpha
Brought to you by:
lazerdye
|
From: Mike C. <mc...@ya...> - 2004-04-22 19:25:56
|
I thout it's helma http://helma.org but I don't think it is, I didn't see any BSF stuff there. Regarding PolyJSP, it looks like they are able to switch interpreters at runtime, it is worth taking a look. Wondering if they maintain it anymore, it doesn't seem so. Did you think about compilation? i.e. translating the ASP into .java, and let the java compiler do the bytecode and debugging info. Mike -----Original Message----- From: Terence Haddock [mailto:laz...@tr...] Sent: Thursday, April 22, 2004 7:09 AM To: mc...@ya... Cc: arr...@li... Subject: Re: [Arrowheadasp-users] any plans for JavaScript? Very interesting, I would consider it, I had seen another ASP server written in Java, which used the Bean Scripting Framework and therefore supported multiple languages, but I cannot find the project anymore. Implementing JScript would be one of the obvious next steps for ArrowHead, but I have not taken any steps except to attempt to keep the VBScript implementation modular, so it could be switched at runtime. Sincerely, Terence Haddock On Wed, 2004-04-21 at 22:18, Mike C. wrote: > I saw this project, PolyJSP from Plenix, > http://www.plenix.org/older/polyjsp/index.html > I would consider a merge, what do you think. > > Another question: any plans for compiled JavaScript? > > Thanks, > Mike |