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 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 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 mailing list archive at 
 Nabble.comhttp://nabble.com/
 .


 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




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

2007-11-22 Thread Martin Gainty

He is specifically requesting an Object Relational Mapping tool such as iBatis 
or HibernateThere is a fully functional iBatis and Spring web application 
called JPetstore available 
More information is available from Ted at 
http://husted.com/central/Resources/Struts1/powered.htmlSpecific instructions 
for configuring JPetstore for your host and OS environment are available at
http://translate.google.com/translate?hl=ensl=kou=http://kyungseo.pe.kr/blog/tag/Springsa=Xoi=translateresnum=1ct=resultprev=/search%3Fq%3DStruts2%2BAND%2BiBatis%2BAND%2B%2522JPetstore%2BDownload%2522%26hl%3Den
 
 
Spring downloads are availableat
http://sourceforge.net/project/showfiles.php?group_id=73357
 
DziekujeMartin--__Disclaimer and 
confidentiality noteEverything in this e-mail and any attachments relates to 
the official business of Sender. This transmission is of a confidential nature 
and Sender does not endorse distribution to any party other than intended 
recipient. Sender does not necessarily endorse content contained within this 
transmission. Date: Thu, 22 Nov 2007 12:41:09 -0500 From: [EMAIL PROTECTED] 
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] 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  if  it was 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 mailing list archive at 
Nabble.comhttp://nabble.com/  .
-  To 
start a new topic, e-mail: users@tomcat.apache.org  To unsubscribe, e-mail: 
[EMAIL PROTECTED]  For additional commands, e-mail: [EMAIL PROTECTED]  
_
Connect and share in new ways with Windows Live.
http://www.windowslive.com/connect.html?ocid=TXT_TAGLM_Wave2_newways_112007

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 services and maybe expose its own as well.
 I am wondering what features would not be possible for this configuration
 if
 it was running on Tomcat in comparison to what I would get if it was
 running
 on JBoss or other container like Websphere.
 
 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 some cash somewhere for support but I
 would expect costs to be lower with JBoss or Tomcat.
 
 In terms of the frameworks you selected, I see no reason why you would
 need
 a full J2EE app server over a Servlet container. That said, there are
 usually other factors to consider such as which software you already use.
 From a system admin point of view, it is usually better to use existing
 products than add a new one to the support mix.
 
 Mark
 
 
 -
 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-Tomcat-vs.-JBoss-tf4846095.html#a13903956
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 some cash somewhere for support but I
 would expect costs to be lower with JBoss or Tomcat.
 
 In terms of the frameworks you selected, I see no reason why you would
 need
 a full J2EE app server over a Servlet container. That said, there are
 usually other factors to consider such as which software you already use.
 From a system admin point of view, it is usually better to use existing
 products than add a new one to the support mix.
 
 Mark
 
 
 -
 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-Tomcat-vs.-JBoss-tf4846095.html#a13903953
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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#a13903951
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 if
 it was running on Tomcat in comparison to what I would get if it was running
 on JBoss or other container like Websphere.

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 some cash somewhere for support but I
would expect costs to be lower with JBoss or Tomcat.

In terms of the frameworks you selected, I see no reason why you would need
a full J2EE app server over a Servlet container. That said, there are
usually other factors to consider such as which software you already use.
From a system admin point of view, it is usually better to use existing
products than add a new one to the support mix.

Mark


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]