On Sun, 30 Sep 2012 21:25:35 -0700 (PDT), Navnath Gadakh
<> wrote, quoted or indirectly quoted someone
who said :
> i am new to java and i want to develop one banking software in how start and what framework or shall i use plan java plz help?
Much banking software are batch processes. The only auxiliary tool
you would need in as database . See
http://mindprod.com/jgloss/sql.html
For clerks to make transactions, you might use Java programs for data
entry then send data to a server.
For customer online banking you would likely use a browser sending CGI
transactions to a servlet womb. See
http://mindprod.com/jgloss/servletwomb.html
Since banking software tends to have a very long life it is important
to base your code only on tools likely to have a long life and to have
plug-in replacements.
--
Roedy Green Canadian Mind Products
http://mindprod.com
The iPhone 5 is a low end Rolex.