On Tue, Jun 23, 2009 at 7:14 AM, Mark Combellack<[email protected]> wrote:


>
> Hi,
>
> I am planning to put this on the agenda for the SCA-J call on Monday 29th of
> June. If anyone has any additional feedback, it would be great to hear it
> before then so we can consider it too when looking into this issue.
>
> Thanks,
>
> Mark
>

Ok, it would make the API simpler to use if the domain uri could be
passed in as a String instead of a URI, so users can just do:

SCAClientFactory.newInstance("SomeDomainURI")

instead of:

SCAClientFactory.newInstance(URI.create("SomeDomainURI"))

  ...ant

Reply via email to