From: Steinar R. E. <ste...@fi...> - 2001-06-20 11:27:42
|
RE: [Jython-users] Running Jython within WebLogicI have been using = Jython as an integrated language in JBoss. I use Java on top, making up = the EJB facade interfaces, and then I sub class with embedded Jython the = inner classes.=20 Jython uses JBoss for getting DB conenction pool etc, and it seems a = great way of prototyping enterpsie Java systems. Steinar ----- Original Message -----=20 From: Don Coleman=20 To: 'Dean Thompson' ; jyt...@li...=20 Sent: Tuesday, June 19, 2001 6:35 PM Subject: RE: [Jython-users] Running Jython within WebLogic We use jython with Weblogic 5.1 for interactively testing EJBs. It = works great.=20 >-----Original Message-----=20 >From: Dean Thompson [mailto:dth...@me...]=20 >Sent: Tuesday, June 19, 2001 11:23 AM=20 >To: jyt...@li...=20 >Subject: [Jython-users] Running Jython within WebLogic=20 >=20 >=20 >=20 >Does anyone have experience running Jython in a WebLogic environment? = I think the most likely=20 >scenario for us would be to invoke Jython scripts from within = servlets, and then invoke further=20 > Java APIs from within those Jython scripts.=20 >=20 >Dean=20 |