Hi guys, I would like to ask you for your opinion. It's about solution for our new project. see the details below.
Problem summary - our webapp integrated into client website, as simple as possible integration - need technology independent on environment, possibly only xml, html, javascripts - most of data provided by web services on our side (we are using Net 2.0 or 3.5) - keep security on high level,it includes payments (we are using https as minimum) - no data saved on client side (saved on our side in db), except some config data
So what you think... - Is good idea that we use only web services? - Should we use some kind of remoting (e.g CSLA objects)? then we depends on technology (Net, csla), don't we? - Can we assure enough security as we deal with online payments (e.g. PayPal)?
Any constructive comments most welcome and appreciated.
Cheers, X.