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

2007-11-22 Thread rad muthu
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] wrote: Hello, I am going to write an application using the following frameworks: iBatis + Spring + Spring MVC and Webflow. The application is going to

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

2007-11-22 Thread Martin Gainty
: 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] wrote:Hello, I am going to write an application using the following frameworks: iBatis

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

2007-11-22 Thread P.B.
And what aspects of an application would require using a full app server? Thanks, P.B. Mark Thomas-15 wrote: 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

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

2007-11-22 Thread P.B.
Hello, and what components in an app would make JBoss or another app server a must? Kind regards, Agata Dras Mark Thomas-15 wrote: Well, unlike Websphere, JBoss or Tomcat don't offer you the feature that lets you part with a large pile of cash ;) Seriously - you'll need to spend

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:

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

2007-11-20 Thread P.B.
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 configuration if it was

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 configuration