2010/9/21 shiliangliang126 <[email protected]> > Hi, > I want to create a feature, which provides a say hello service, > using the eclipse. First,I created a plug-in project named > HelloService. Then I created a feature project named hellofeature, > initialized by the HelloService plug-in. > At last , I exported the hellofeature as a Deployable features (I > chosen the "Generate metadata repository" option.). > I got a folder which contains features folder, plugins folder , > artifacts.jar and content.jar. > Then I successfully installed the hellofeature on the WSAS > through the Feature Management . But after restart the WSAS ,the > hellofeature could not appear on the left of the WSAS page . >
Your plugin project or the bundle needs to be an carbon ui component if it needs to expose any web ui through carbon/WSAS console. some guidance on creating a UI component can be found here [1]. Carbon Studio also (which is nearing its 1.0 release) helps writing UI components. You can download and install from [2]. How the UI component works is again similar to [1]. Saminda 1. http://wso2.org/library/tutorials/build-ui-component-wso2-carbon-platform-part-1 2. http://wso2.org/projects/carbon-studio > Did I create a new feature correctly? > > > Thanks! > > > > ------------------------------ > 全国最低价,天天在家冲照片,24小时发货上门! <http://yxp.163.com/photo/ep.html?sss=fromyx0911> > _______________________________________________ > Carbon-dev mailing list > [email protected] > https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > >
_______________________________________________ Carbon-dev mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
