Tagged Questions

6
votes
9answers
495 views

Python in the enterprise: Pros and cons

I have been exploring and developing an application in Python for mission critical work in the commercial banking arena. Banks are way conservative in selecting new applications. …
1
vote
2answers
79 views

NHibernate Performance on an internet banking application

Currently we have a project to implement an Internet Banking site, and we are evaluating using Nhibernate on it. ¿Is NHibernate suitable for this kind of application, where perfor …
2
votes
4answers
161 views

writing an online payment processing system

We've been requested to create an Online payment processing system the like of Paypal for our national use. does an open source version of this exist ? (so I could study it and ma …
1
vote
5answers
135 views

What is the technical limitation for banks that makes them only give you 18 months of history?

For both my bank accounts I can only access 18 months of history. To access older account history, you have to pay a certain amount of money for each old statement. Why do banks …
8
votes
6answers
501 views

Why are banking passwords so weak?

Out of interest and because it infuriates me, I was wondering if SOmebody here might happen to work for a bank or otherwise know the answer to this. I've used a few online banking …
16
votes
16answers
2k views

Why are many of the banking sites implemented in Java rather than .NET?

We are developing an application for a banking client which includes transactions and the site should be very secure. The business process is finalized. Then we decide on the techn …
1
vote
7answers
194 views

How would you go about making an application that automatically retrieves your bank account balance twice a day?

I'm building a utility that will hopefully keep my wife in tune with how much money we have available. I need a simple secure way of logging into my bank account and retrieving th …
3
votes
10answers
259 views

Are there any laws when working with confidential financial data?

I have been asked to build a web application that will be used to store and manipulate sensitive financial data for a private lending firm. Before I bite off more that I can chew, …
-1
votes
1answer
2k views

Recommend Certifications for Business Analyst in Banking Domain

Are there any certifications for Business Analyst in the Banking domain similar to ones available for the techical stream like MCSE, OCP etc
5
votes
2answers
236 views

How Do Sites Suppress Pasting Text?

I've noticed that some sites (usually banks) suppress the ability to paste text into text fields. How is this done? I know that JavaScript can be used to swallow the keyboard short …
9
votes
10answers
621 views

How do banks remember “your computer”?

As many of you probably know, online banks nowadays have a security system whereby you are asked some personal questions before you even enter your password. Once you have answere …