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

Hi Markus

Ok,then I will create a property file for the project, then user can change service URL and Container type via this file in the runtime,

To remove the compilation errors in the generated codes, we have to add relevant dependencies into MANIFEST.MF file. So when we doing this programatically , do we  add those entries into MANIFEST.MF using normal file operations ? or is there any  recommended approach to do this

Thanks
Salinda



On Fri, Sep 13, 2013 at 7:40 AM, Markus Alexander Kuppe <ecf-dev_eclipse.org@xxxxxxxxxxx> wrote:
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.
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev


Back to the top