Subj : Re: JavaScript and database connection To : netscape.public.mozilla.jseng From : "Elissa Jones" Date : Wed Nov 26 2003 09:18 am create some JavaScript objects (java classes extending ScriptableObject) that wrap your EJBs or other business components. i think it would be a Bad Thing to let javascript access the database directly. "lc geng" wrote in message news:9d3ehq$sql1@secnews.netscape.com... > I tried to find solution to connect to database from JavaScript and only be > able to find LiveWire as implemented in iPlant web server's Server-Side JS. > Since LiveWire is not part of SpiderMonkey, wondering how to integrate the > DB capability into JavaScript ? > > Any help would be greatly appreciated. > > .