Hi Jiger, Thanks for your reply. I definitely would like to use your help. I will review your JEdit BSF plug-in and probably will consult you for some help. Can you point me out to your plug-in home/distribution page?
One question that still bother me (probably good for all BSF folks). Does BSF guarantees that any language will not copy-by-value the object I share from parent environment to script and will only use reference? So far I have not seen any hint for this. Each declareBean method is language specific eventually... Thanks, Alex. ----- Original Message ----- From: "Jiger Patel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 10:32 PM Subject: Re: BSF plugin in Eclipse - input needed > Hi Alexander, > I have written a BSF plugin for another open source > IDE/Text Editor called jEdit. It works great and currently supports > scripting in all 19 languages of BSF. I have faced particular problems with > a couple of languages namely jython, perl(doesnot work atall and no docs on > how to make it work?) but all in all it was a good experience. I will be > making a 3rd release of that plugin soon. > > If you want I can be of help in giving you my experiences. > > -Jiger > > > >From: "Alexander Smirnoff" <[EMAIL PROTECTED]> > >Reply-To: "Bean Scripting Framework developers" > ><[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Subject: BSF plugin in Eclipse - input needed > >Date: Thu, 3 Jul 2003 11:28:24 -0400 > > > >Hi: > > > >I'm trying to implement a BSF plugin to run in Eclipse. The main goal is to > >run supported scripts in IDE, run, debug and edit the sources, provide > >comprehensive script console and share objects with BSF runtime through > >plugin extension. > > > >Analyzing the idea, eventually I came to the next dilemma: > > > >Script can be running in separate thread or it can be running in separate > >process. The first one provide more flexibility to share framework > >resources > >with BSF, but it becomes hard to resolve standard I/O that can be used also > >by other resources in Eclipse. The second is less flexible in sharing > >resources, but creates standard I/O for the script run and provide very > >flexible and handy "Launch" framework from Eclipse. > > > >Anybody interested? Any thoughts will be appreciated. > > > >Alex. > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > _________________________________________________________________ > Looking for love? Yearning for friendship? http://www.msn.co.in/Romance/ > You're in the right place. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
