Displaying 1 result from an estimated 1 matches for "postcode_anywhere_service".
2006 May 22
0
General path question
...from a third party
provider and display it to the my user. I have a couple of question on
best practices.
I am using WSDL scanning which gives a lot of overhead a take couple
of seconds to accomplish. I have my class that will deal with all the
wweb service call in the model diectory. I called it
postcode_anywhere_service.rb. My first question is: should it be a
singleton (will that be scalable do you beleive?) I know this is
somewhat a general question and would be happy to hear some advices.
So I have this web_Service class defined in my model directory. In my
controller (postcode_controller), I want to initiali...