Re: ejbs and sql server

2003-02-28 Thread Vernon Wu
It doesn't seem to be a right mail list for your question. 28/02/2003 11:28:05 AM, Michael Ni [EMAIL PROTECTED] wrote: Hi does anyone have examples of EJBs that connect to SQL Server 2000? I have different queries that i want to run but i want to make my connection and queries in a EJB so i

RE: ejbs and sql server

2003-02-28 Thread Robert Csiki
At least he got an answer :) ... I put a valid question about 3 hours ago and nothing :(( Robert -Original Message- From: Vernon Wu [mailto:[EMAIL PROTECTED] Sent: February 28, 2003 2:34 PM To: Tomcat Users List Subject: Re: ejbs and sql server It doesn't seem to be a right mail list

RE: ejbs and sql server

2003-02-28 Thread Filip Hanik
-Original Message- From: Robert Csiki [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 11:42 AM To: 'Tomcat Users List' Subject: RE: ejbs and sql server At least he got an answer :) ... I put a valid question about 3 hours ago and nothing :(( Robert -Original Message- From: Vernon

Re: RE: ejbs and sql server

2003-02-28 Thread Vernon Wu
Neither did I. 28/02/2003 11:41:53 AM, Robert Csiki [EMAIL PROTECTED] wrote: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: ejbs and sql server

2003-02-28 Thread Phillip Qin
: February 28, 2003 2:47 PM To: Tomcat Users List Subject: RE: ejbs and sql server the problem with this list, is that most people only post questions, and rarely any replies. The people who respond, are few in numbers, hence we would like to encourage everyone to to look at this mailing list as a forum

RE: ejbs and sql server

2003-02-28 Thread Tam, Michael
Well, you should try search example online i.e. through google. EJB is a standard and should work with any DBMS (usually ;) ). Once you find an example and it should work on your choice of DBMS. -Original Message- From: Michael Ni [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003

RE: ejbs and sql server

2003-02-28 Thread Michael Ni
im unclear how EJBs work with tomkat. do we just put all the classfiles inside WEB-INF and they work? mike From: Tam, Michael [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: ejbs and sql server Date: Fri, 28 Feb 2003

RE: ejbs and sql server

2003-02-28 Thread Filip Hanik
nope, Tomcat is a servlet/jsp engine. Take a look at www.jboss.org Filip -Original Message- From: Michael Ni [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 12:21 PM To: [EMAIL PROTECTED] Subject: RE: ejbs and sql server im unclear how EJBs work with tomkat. do we just put

RE: ejbs and sql server

2003-02-28 Thread Jeremy Whitlock
Or look at OpenEJB. It's easy to setup. http://openejb.sourceforge.net Later, J -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 1:24 PM To: Tomcat Users List Subject: RE: ejbs and sql server nope, Tomcat is a servlet/jsp engine. Take

Re: ejbs and sql server

2003-02-28 Thread Erik Price
: Friday, February 28, 2003 12:21 PM To: [EMAIL PROTECTED] Subject: RE: ejbs and sql server im unclear how EJBs work with tomkat. do we just put all the classfiles inside WEB-INF and they work? mike From: Tam, Michael [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat

RE: ejbs and sql server

2003-02-28 Thread Michael Ni
have to set up additional software? but everyone is saying you need to install additional software so that tomcat can use ejbs? mike ni From: Jeremy Whitlock [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: ejbs and sql

Re: RE: ejbs and sql server

2003-02-28 Thread Vernon Wu
to install additional software so that tomcat can use ejbs? mike ni From: Jeremy Whitlock [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: ejbs and sql server Date: Fri, 28 Feb 2003 13:23:04 -0700 Or look at OpenEJB. It's

RE: ejbs and sql server

2003-02-28 Thread Tam, Michael
Message- From: Michael Ni [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 1:44 PM To: [EMAIL PROTECTED] Subject: RE: ejbs and sql server http://128.91.107.144:8080/examples/jsp/index.html in the tomcat examples there is an example date as shown in the url above. that date calls

RE: ejbs and sql server

2003-02-28 Thread Raja Sekhar
this help. cheers, Michael -Original Message- From: Michael Ni [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 1:44 PM To: [EMAIL PROTECTED] Subject: RE: ejbs and sql server http://128.91.107.144:8080/examples/jsp/index.html in the tomcat examples there is an example date as shown

RE: ejbs and sql server [OT]

2003-02-28 Thread Tam, Michael
Hi Raja, Just curious, have you guys tried the JBOSS with embedded TOMCAT? Regards, Michael -Original Message- From: Raja Sekhar [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:19 PM To: Tomcat Users List Subject: RE: ejbs and sql server Typically if you have a JSP EJB

RE: ejbs and sql server [OT]

2003-02-28 Thread Jeremy Whitlock
Users List' Subject: RE: ejbs and sql server [OT] Hi Raja, Just curious, have you guys tried the JBOSS with embedded TOMCAT? Regards, Michael -Original Message- From: Raja Sekhar [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:19 PM To: Tomcat Users List Subject: RE: ejbs

RE: ejbs and sql server [OT]

2003-02-28 Thread Raja Sekhar
, February 28, 2003 2:19 PM To: Tomcat Users List Subject: RE: ejbs and sql server Typically if you have a JSP EJB scnearion, then deploye JSP's on tomcat and configure JBOSS as EJB Container for ejb components. The way we configure Apache - Tomcat where tomcat acts as a JSP/ servlet engine, here we

RE: ejbs and sql server [OT]

2003-02-28 Thread Raja Sekhar
, February 28, 2003 2:19 PM To: Tomcat Users List Subject: RE: ejbs and sql server Typically if you have a JSP EJB scnearion, then deploye JSP's on tomcat and configure JBOSS as EJB Container for ejb components. The way we configure Apache - Tomcat where tomcat acts as a JSP/ servlet engine, here we

Re: EJBs

2001-01-03 Thread Catherine Jung
On Tue, 2 Jan 2001, Christopher Benson wrote: Does anyone know if there are there any plans to expand Tomcat to be an EJB container as well as a JSP/Servlet/JavaBean container. If not, does Apache or any other reputable open source organization have an open source EJB container that would

RE: EJBs

2001-01-03 Thread guyr
Title: Message Look at jboss and openejb (just type those words in your browser address bar - the search engine will find the appropriate sites.) -Original Message-From: Christopher Benson [mailto:[EMAIL PROTECTED]]Sent: Tuesday, January 02, 2001 9:27 PMTo: [EMAIL

Re: EJBs

2001-01-02 Thread Rick Smith
Christopher Benson wrote: Does anyone know if there are there any plans to expand Tomcat to be an EJB container as well as a JSP/Servlet/JavaBean container. If not, does Apache or any other reputable open source organization have an open source EJB container that would work well in tandem