Re: iBatis + Spring + Spring MVC and Webflow on Tomcat vs. JBoss

2007-11-22 Thread P.B.
CTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/iBatis-%2B-Spring-%2B-Spring-MVC-and-Webflow-on-Tomcat-vs.-JBoss-tf4846095.html#a13903956 Sent from the Tomcat - User mailing list archive at Nabble.com. --

Re: iBatis + Spring + Spring MVC and Webflow on Tomcat vs. JBoss

2007-11-22 Thread P.B.
- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/iBatis-%2B-Spring-%2B-Spring-MVC-and-Webflow-on-To

Re: iBatis + Spring + Spring MVC and Webflow on Tomcat vs. JBoss

2007-11-22 Thread P.B.
Hi, Spring does not deal with O-R mapping. Thanks, P.B. I wonder why you use both iBatis and Spring. Is it not Spring itself can do the job. krish -- View this message in context: http://www.nabble.com/iBatis-%2B-Spring-%2B-Spring-MVC-and-Webflow-on-Tomcat-vs.-JBoss-tf4846095.html

RE: iBatis + Spring + Spring MVC and Webflow on Tomcat vs. JBoss

2007-11-22 Thread Martin Gainty
TED]> To: users@tomcat.apache.org> Subject: Re: iBatis + Spring + Spring MVC and Webflow on Tomcat vs. JBoss> > I wonder why you use both iBatis and Spring. Is it not Spring itself can do> the job.> > krish> > On Nov 20, 2007 3:13 PM, P.B. <[EMAIL PROTECTED]> wro

Re: iBatis + Spring + Spring MVC and Webflow on Tomcat vs. JBoss

2007-11-22 Thread rad muthu
er like Websphere. > > Thanks, > P.B. > -- > View this message in context: > http://www.nabble.com/iBatis-%2B-Spring-%2B-Spring-MVC-and-Webflow-on-Tomcat-vs.-JBoss-tf4846095.html#a13864888 > Sent from the Tomcat - Use

Re: iBatis + Spring + Spring MVC and Webflow on Tomcat vs. JBoss

2007-11-20 Thread Mark Thomas
P.B. wrote: > Hello, > I am going to write an application using the following frameworks: > iBatis + Spring + Spring MVC and Webflow. The application is going to talk > to external web services and maybe expose its own as well. > I am wondering what features would not be possible for this configura

iBatis + Spring + Spring MVC and Webflow on Tomcat vs. JBoss

2007-11-20 Thread P.B.
running on Tomcat in comparison to what I would get if it was running on JBoss or other container like Websphere. Thanks, P.B. -- View this message in context: http://www.nabble.com/iBatis-%2B-Spring-%2B-Spring-MVC-and-Webflow-on-Tomcat-vs.-JBoss-tf4846095.html#a13864888 Sent from the Tomcat - User

Re: Tomcat VS JBOSS

2006-11-13 Thread Martin Gainty
of it or its contents - Original Message - From: "Edoardo Panfili" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, November 13, 2006 1:36 PM Subject: Re: Tomcat VS JBOSS > Ernie Ho ha scritto: >> Hi, >> >>could anyone out

RE: Tomcat VS JBOSS

2006-11-13 Thread Caldarale, Charles R
> From: Ernie Ho [mailto:[EMAIL PROTECTED] > Subject: Tomcat VS JBOSS > > In particular, Tomcat is an app server with a built-in web > (HTTP) server; does JBOSS require an external webserver to > run its web applications ? Actually, Tomcat is a component of JBoss; no e

Re: Tomcat VS JBOSS

2006-11-13 Thread Edoardo Panfili
Ernie Ho ha scritto: Hi, could anyone out there highlight some major differences between Tomcat and JBOSS? In particular, Tomcat is an app server with a built-in web (HTTP) server; does JBOSS require an external webserver to run its web applications ? Jboss is an application server (

Re: Tomcat VS JBOSS

2006-11-13 Thread Karim Zibari
AIL PROTECTED]> To: "users@tomcat.apache.org" Sent: Monday, November 13, 2006 6:20:42 PM Subject: Tomcat VS JBOSS Hi, could anyone out there highlight some major differences between Tomcat and JBOSS? In particular, Tomcat is an app server with a built-in web (HTTP) server; does

Tomcat VS JBOSS

2006-11-13 Thread Ernie Ho
Hi, could anyone out there highlight some major differences between Tomcat and JBOSS? In particular, Tomcat is an app server with a built-in web (HTTP) server; does JBOSS require an external webserver to run its web applications ? Thanks, Ernie -