-
Implementing a program which can be accesed by non java clients
We need to look at possible architectures for implementing the payment module of the an application.
We can think of the payment module as a Java process that does the following – 1. validate the card and some other stuff....
The payment module should be able to support non java clients...
Take the case when a customer swipes a card at a store.... Another process (call it the router) determines if the transaction info needs to be sent to my java program... If yes , the router invokes my payment module. The router can vary from store to store ... So my Payment module will be invoked by non java clients... As part of deciding on the architecture we need to decide on the protocol used for communication – http/tcp/iiop etc.
Also, we need to decide on the various options for implementing the payment module.... It can be webservices, EJB Session Beans etc... But the key point is ,.....performance.... A huge volume of transactions can be expected to come in and these need to be processed at high speed(response time of 5 seconds or so).
Similar Threads
-
Replies: 2
Last Post: 06-14-2006, 03:16 PM
-
By srinivas in forum web.announcements
Replies: 0
Last Post: 04-04-2002, 08:28 AM
-
By Suresh.M in forum Java
Replies: 5
Last Post: 12-06-2000, 06:42 PM
-
By arun chakravarty in forum Java
Replies: 1
Last Post: 12-01-2000, 11:59 AM
-
Replies: 0
Last Post: 11-16-2000, 01:45 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|