can tomcat 5.0 run ejb's and support online credit card payments

2009-03-04 Thread l...@work

hi,
 i am developing an online system where payments are made via credit
card.can tomcat 5.0 support this? if any of u have worked on similar
application please guide me.

thanks a lot. 
-- 
View this message in context: 
http://www.nabble.com/can-tomcat-5.0-run-ejb%27s-and-support-online-credit-card-payments-tp22330362p22330362.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: can tomcat 5.0 run ejb's and support online credit card payments

2009-03-04 Thread l...@work

hi,
 thanks for the reply.can you tell me which version of tomcat willl
support the online payment handling without using EJB's .if any
documentation on this on the net please guide me.

thanks in advance.

Caldarale, Charles R wrote:
> 
>> From: l...@work [mailto:surya...@gmail.com]
>> Subject: can tomcat 5.0 run ejb's and support online credit
>> card payments
>>
>> i am developing an online system where payments are
>> made via credit card.can tomcat 5.0 support this?
> 
> 1) Tomcat 5.0 is no longer supported, so that's a poor choice to implement
> anything on.
> 
> 2) Out of the box, Tomcat is a servlet container, not an EJB container. 
> You'll need to either add a lot of packages to Tomcat, or use a full app
> server such as JBoss, if you want to use EJBs.
> 
> 3) A supported version of Tomcat can certainly be used to run payment
> handling (without EJBs) - the hard work is in the webapp, not Tomcat, and
> doing that work is up to you.
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail
> and its attachments from all computers.
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/can-tomcat-5.0-run-ejb%27s-and-support-online-credit-card-payments-tp22330362p22331192.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: can tomcat 5.0 run ejb's and support online credit cardpayments

2009-03-04 Thread l...@work

hi,
thanks for the reply.what do you suggest ..better to use ejb's  with
jboss or write servlet in tomcat..which will have less problems when it
comes to integration with the payment processr and security issues.

Caldarale, Charles R wrote:
> 
>> From: l...@work [mailto:surya...@gmail.com]
>> Subject: RE: can tomcat 5.0 run ejb's and support online
>> credit cardpayments
>>
>> can you tell me which version of tomcat willl
>> support the online payment handling without
>> using EJB's
> 
> I think you're confused about what Tomcat does.  It's not a set of
> applications - it's an application server, and you must develop or acquire
> the applications that you want to run inside of Tomcat.  It's up to you to
> write or find an appropriate servlet-based application.
> 
> Any supported version of Tomcat will suffice, but I'd always recommend the
> latest.
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail
> and its attachments from all computers.
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/can-tomcat-5.0-run-ejb%27s-and-support-online-credit-card-payments-tp22330362p22331779.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: can tomcat 5.0 run ejb's and support online credit cardpayments

2009-03-04 Thread l...@work

hi,
  1. i decide to take up tomcat 6.0 .but how do i make the credit
card page secure.i am coding in java and is it possible to code the
transactions without storing information and pass it to the API's from
payment processor.
2.when i launch this site how do i ensure it's security ..so that people can
freely use it as a secure site..what are the requirements for it to be a
secure site.

thanks in advance.


Caldarale, Charles R wrote:
> 
>> From: l...@work [mailto:surya...@gmail.com]
>> Subject: RE: can tomcat 5.0 run ejb's and support online
>> credit cardpayments
> 
>> what do you suggest ..better to use ejb's  with
>> jboss or write servlet in tomcat..which will have
>> less problems when it comes to integration with
>> the payment processr and security issues.
> 
> If you're writing your own application, it shouldn't make any difference. 
> If you obtain an application from somewhere else, you'll need to run that
> application in the kind of container the application is designed for. 
> It's all up to you.
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail
> and its attachments from all computers.
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/can-tomcat-5.0-run-ejb%27s-and-support-online-credit-card-payments-tp22330362p22345355.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



how to integrate tomcat with open EJB for online money transactions

2009-03-06 Thread l...@work

hi,
  i want to integarte tomcat with open ejb.please guide me on the
installation steps and which version of EJB and version of tomcat is best
combination.i want to use this for online money transactions.is this method
of integarting tomcat with open ejb simpler than just writing an ejb in
jboss and using jboss instead of tomcat.does using jboss alone ensure
security of the transaction page or should i use the security features here
again to make the page secure.if any of you have sample code please mail me.

thanks in advance
-- 
View this message in context: 
http://www.nabble.com/how-to-integrate-tomcat-with-open-EJB-for-online-money-transactions-tp22373584p22373584.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: how to integrate tomcat with open EJB for online money transactions

2009-03-06 Thread l...@work

hi mark!

thanks for the kind advice.for your information i am a simple java
programmer with SCJP.and i  lack knowledge in the integration and production
part as i am not exposed to it.but i do have a will to learn  and the will
to execute if given a chance.if you feel that my questions are too simple
enough for you to answer you dont have to answer them .let someone who can
guide me correctly do so.of course my project is my own and i dont have a
deadline :)

markt-2 wrote:
> 
> l...@work wrote:
>> hi,
>>   i want to integarte tomcat with open ejb.please guide me on the
>> installation steps and which version of EJB and version of tomcat is best
>> combination.i want to use this for online money transactions.is this
>> method
>> of integarting tomcat with open ejb simpler than just writing an ejb in
>> jboss and using jboss instead of tomcat.does using jboss alone ensure
>> security of the transaction page or should i use the security features
>> here
>> again to make the page secure.if any of you have sample code please mail
>> me.
> 
> Given the simplicity of the questions you have been asking in this area
> and the necessity of getting any implementation that involves credit
> cards right I strongly suggest you identify a suitable expert and pay
> them to do this for you.
> 
> Alternatively, there are plenty of third party providers out there you
> can use rather than trying to roll your own.
> 
> Attempting to do something like this on your own when you apparently
> lack the necessary skills and experience is asking for trouble down the
> road.
> 
> Mark
> 
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/how-to-integrate-tomcat-with-open-EJB-for-online-money-transactions-tp22373584p22373996.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: how to integrate tomcat with open EJB for online money transactions

2009-03-06 Thread l...@work

ok.thanks .i will get an expert to help me in this.thank you guys for all the
help.


l...@work wrote:
> 
> hi mark!
> 
> thanks for the kind advice.for your information i am a simple java
> programmer with SCJP.and i  lack knowledge in the integration and
> production part as i am not exposed to it.but i do have a will to learn 
> and the will to execute if given a chance.if you feel that my questions
> are too simple enough for you to answer you dont have to answer them .let
> someone who can guide me correctly do so.of course my project is my own
> and i dont have a deadline :)
> 
> markt-2 wrote:
>> 
>> l...@work wrote:
>>> hi,
>>>   i want to integarte tomcat with open ejb.please guide me on the
>>> installation steps and which version of EJB and version of tomcat is
>>> best
>>> combination.i want to use this for online money transactions.is this
>>> method
>>> of integarting tomcat with open ejb simpler than just writing an ejb in
>>> jboss and using jboss instead of tomcat.does using jboss alone ensure
>>> security of the transaction page or should i use the security features
>>> here
>>> again to make the page secure.if any of you have sample code please mail
>>> me.
>> 
>> Given the simplicity of the questions you have been asking in this area
>> and the necessity of getting any implementation that involves credit
>> cards right I strongly suggest you identify a suitable expert and pay
>> them to do this for you.
>> 
>> Alternatively, there are plenty of third party providers out there you
>> can use rather than trying to roll your own.
>> 
>> Attempting to do something like this on your own when you apparently
>> lack the necessary skills and experience is asking for trouble down the
>> road.
>> 
>> Mark
>> 
>> 
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/how-to-integrate-tomcat-with-open-EJB-for-online-money-transactions-tp22373584p22374486.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org