Mandy,
You mentioned that JCA cannot be used to interface with the legacy mileage system. Can you give some explanation?
First of all, you will need a JCA based Resource Adapter that can connect to a Perl/CGI based system and exposes its methods. I am not aware of any such RAR! But again, I may be wrong. If you are talking about interfacing with the Oracle database for retrieving data directly, then you are effectively re-writing the mileage sub-system (at least the data access part of it). Kinda like using
JDBC instead of JCA.
I'm just thinking how to interface with the mileage system while keeping the system not required to rewrite. Although it is using Oracle and connecting directly to the database can get required data, the original interface becomes useless. I'm also thinking whether to expose the web-based interface to customers, but it seems not a good idea.
What's your opinion?
I haven't cleared part II yet, so my risk is your risk. Moreover, you _have_ to design the solution on your own. I will say this much however, that you are only supposed to make the mileage system 'accessible'. You may not need to interface with it after all.
I certainly hope that some of the other old-timers on this forum who have cleared part-II will leave some hints/tips for both of us!
Originally posted by Mandy Yan:
Yes Akshay! We are in the same boat.
I'm also working on the Part II exam. You mentioned that JCA cannot be used to interface with the legacy mileage system. Can you give some explanation? I'm just thinking how to interface with the mileage system while keeping the system not required to rewrite. Although it is using Oracle and connecting directly to the database can get required data, the original interface becomes useless. I'm also thinking whether to expose the web-based interface to customers, but it seems not a good idea.
What's your opinion?
Thanks a lot!
[ February 25, 2006: Message edited by: Akshay Shrivastava ]