On Mon, Mar 26, 2012 at 10:30 PM, Tharindu Mathew <thari...@wso2.com> wrote:
> I have configs stored in the registry. Easiest option is to run some code > to call the admin services. Otherwise, I have to look at file system based > configuration. > > Can I do this without changing carbon core, i.e. within the > component/feature code? Meaning, is it possible to extend the touch point > for a new feature I'm going to implement without changing anything else.... I think that's a slippery slope. Individual components should not directly interact with Eclipse touchpoints. Rather Carbon core should provide some sort of an interface or an OSGi service to expose this functionality. Thanks, Hiranya > > > On Mon, Mar 26, 2012 at 10:21 PM, Pradeep Fernando <prad...@wso2.com>wrote: > >> Hi, >> >> yes, it should be possible. The rationale is, >> >> when installing features, we already do things such as file-copying, >> extracting, etc. Those are implemented as eclipse touchpoint actions. We >> can come up with our own touchpoint implementations. >> >> within the framework hook of the touchpoint implementation, we should be >> able to do whatever we want. :) >> >> then again, why we want this ? can you please explain the scenario. >> >> --Pradeep >> > > > > -- > Regards, > > Tharindu > > blog: http://mackiemathew.com/ > M: +94777759908 > > > _______________________________________________ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Hiranya Jayathilaka Associate Technical Lead; WSO2 Inc.; http://wso2.org E-mail: hira...@wso2.com; Mobile: +94 77 633 3491 Blog: http://techfeast-hiranya.blogspot.com
_______________________________________________ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev