views:

727

answers:

3

Is there any open source Java EE application for online banking and processing that you guys are aware of?

Say for example I want to implement the whole online banking stack, from front-end, middleware, and back-end. Has anybody open-sourced this before?

+2  A: 

You may find some projects that could help to build small parts of a banking stack but nothing covering the front, middle and back office activities (if I understand your question properly). Such a stack or ERP is actually the core of a bank (i.e. specific at some point) and simply represents too much money (to give you an idea, a securities back office costs several hundreds millions euros). I don't know any bank that would give such an investment to a potential concurrent for free.

Just in case, some links you might want to look at:

Pascal Thivent
Hm there are not many open source software for banking out there. I read about Banks are using SAP for their core. How does SAP play its role? Is it a full stack software for core banking?
portoalet
A: 

Online banking implementations are far too large and business-specific to implement as an open source project.

Ken Liu
A: 

I am also in similar position. I have text project i am working on ( a simple web based banking application written PHP/MYsql. Can anyone assist me with a similiar source code? Features are; Creat new account/delete account,list customer,saving/current accout, withdrwal, deposit,print reciept.

Thanks Theophilus

Theophilus Oge