Posted by Jerry Stuckle on 01/11/08 22:28
Anthony Smith wrote:
> I have a class that calls some web services. I did not want the url of
> the web services to be hardcoded in the class. What is the best way to
> go about doing this?
>
Set the url as a property and initialize it via the constructor or a set
function (or give the ability to do both).
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|