2010/11/30 happypig23 <[email protected]>: > Hi Sumedha , > > Since the UI component is treated as a FE component, I really > can't understand why the BE component also need to be created by > newing a Carbon UI component? >
You don't have to create a BE component with every FE (UI) component !!!!... FE component is responsible for bringing out the presentation tier, while BE component is responsible for providing necessary data/control/admin information required for the FE component to work. If your FE component does not need any of these, you need not have a BE component. /sumedha > Thanks a lot ! > > At 2010-11-30 10:37:09,"Sumedha Rubasinghe" <[email protected]> wrote: > >>UI component is treated as a FE component. >>Yes. Carbon Studio can be used to create both FE & BE components[1]. >> >>/sumedha >> >>[1] http://wso2.org/project/carbon-studio/1.0.1/docs/carbon_category.html >> >> >>2010/11/30 happypig23 <[email protected]>: >>> Hi Sumedha , >>> >>> Do you mean that I can create a component using >>> Carbon UI component of Carbon Studio ,whether it's a BE or FE component? >>> Thanks! >>> >>> >>> At 2010-11-29 21:17:00,"Sumedha Rubasinghe" <[email protected]> wrote: >>> >>>>You can easily create a Carbon UI component using Carbon Studio[1] now. >>>>/sumedha >>>> >>>>[1] http://wso2.com/products/carbon-studio/ >>>> >>>>2010/11/29 happypig23 <[email protected]>: >>>>> Hello everyone, >>>>> I have seen the passage "How to Build a UI Component for the WSO2 >>>>> Carbon Platform?" written by Sumedha Rubasinghe . But if I don't use >>>>> the >>>>> example , how to create a project firstly? Do I have to use the >>>>> maven >>>>> command ? >>>>> Thanks! >>>>> >>>>> >>>>> >>>>> ________________________________ >>>>> 网易163/126邮箱百分百兼容iphone ipad邮件收发 >>>>> _______________________________________________ >>>>> Carbon-dev mailing list >>>>> [email protected] >>>>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>>> >>>>> >>>> >>>>_______________________________________________ >>>>Carbon-dev mailing list >>>>[email protected] >>>>https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>> >>> >>> >>> ________________________________ >>> 网易163/126邮箱百分百兼容iphone ipad邮件收发 >>> _______________________________________________ >>> Carbon-dev mailing list >>> [email protected] >>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>> >>> >> >>_______________________________________________ >>Carbon-dev mailing list >>[email protected] >>https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > > ________________________________ > 网易163/126邮箱百分百兼容iphone ipad邮件收发 > _______________________________________________ > Carbon-dev mailing list > [email protected] > https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > _______________________________________________ Carbon-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
