Subj : Re: BSF & Rhino To : netscape.public.mozilla.jseng From : Edwin van der Sanden Date : Sun Oct 24 2004 01:17 am On Tue, 19 Oct 2004 11:02:50 -0400, Keith Tingle wrote: >Hello- > >I have suite of legacy java apps. The apps embed Rhino.., but indirectly via >the BSF. > >I have been working on removing BSF from our projects and just using Rhino >directly for the following reasons; > >* Our users only script in javascript, no other scripting languages >* We would like to add debugger support to our applications >* We would like to use the most recent versions of Rhino >* BSF does not appear to be a very active project > >Do these factors hold water? Is removing BSF a wise choice given these >factors? > >Thanks for any Assistance, >Keith > Sure. If you're not using any other scripting language than javascript there is no point in using BSF. I was in a similar position, and just removed BSF. There were some side effects though, can't remember exactly what but some scripts broke when I removed BSF, so you will have to retest your legacy scripts. Either that or you just run legacy script w/ bsf and new ones without. cheers, Edwin. .