Article Discussion
Banking on Jini Services
Summary: Ubiquitous high-bandwidth networking pushes computing increasingly away from the data center and into the network's edges. Branch office computing traditionally relied on client-server technologies with centrally located databases containing all system knowledge. The first in an occasional Leading Edge Java series on innovative architectures, this article describes a distributed system design developed by Rubean, A.G., that extends J2EE with Jini technology to help manage banking devices in a cost-effective decentralized manner.
2 posts on 1 page.      
« Previous 1 Next »
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: December 28, 2005 0:14 PM by Max
Admin
Posts: 15 / Nickname: admin / Registered: January 17, 2002 3:57 PM
Banking on Jini Services
December 6, 2005 9:00 PM      
This article describes an architecture that extends a J2EE application to the network's edges with Jini technology. What do you think of this use of Jini wizardry?
Max
Posts: 18 / Nickname: mlybbert / Registered: April 27, 2005 11:51 AM
Re: Banking on Jini Services
December 28, 2005 0:14 PM      
When I looked into Jini a few years ago, I couldn't get over the trouble of finding an appropriate service provider that the user would find reasonable.

For instance, my computer might be within Jini range of three printers, and perhaps my Jini-enabled software can ask which of the eligible printers to use. Great. Now try that with a cash dispenser at a bank.

"Mr. Lybbert, you've asked for Euros, which are available at all our dispensers, I'll name them for you, but since you are only an occasional visitor at our bank, you probably won't be able to figure out what I mean. Pick one, and try to get the money before somebody else does -- but don't grab somebody else's money as that's theft."

OK, the dispensers will probable be physically attached to the single machine. But if that's so, what's the need to "discover" appropriate dispensers for each transaction?

It appears to be useful in this case, where each ATM can run a JVM, and the bank wants the same software running regardless of hardware differences on the ATMs. I realize this kind of low-hanging fruit probably exists in all organizations. But after you've picked it, I'm not sure if there is any other fruit to look at.
2 posts on 1 page.
« Previous 1 Next »