Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] [Gsoc][ECF Tooling]-Generate codes for Service Registration & Service Client

On 09/12/2013 05:41 PM, Salinda Jayawardana wrote:
>  OK, While I am developing this I came across this issue , If we keep
> service URL and container optional, How we generate the code when user not
> specify the above two values ? do we add some default values if yes what
> are those ?

Hi Salinda,

IMO we have discussed this already. An endpoint URL is volatile and thus
will be determined at deployment or even runtime, but not at compile time.
For deployment time configuration you either use plain system properties
(poor mans solution) or an EDEF file. At runtime one uses ECF discovery.

M.


Back to the top