Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
beans [2011/08/11 16:48] Stéphane Lavirotte created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Beans ====== | ||
- | |||
- | WComp.NET is an implementation of the Service Lightweight Component Architecture SLCA model. SLCA is based on LCA (Lightweight Component Architecture) which is a component framework. The components are called Beans. | ||
- | |||
- | ===== Existing Beans ===== | ||
- | |||
- | WComp.NET come with a collection of standards components to help you to create your first applications. You can find a documentation about [[beansdoc|useful existing beans]] distributed with WComp.NET. | ||
- | |||
- | ==== Create your own Beans ==== | ||
- | |||
- | But the standard beans would not cover all your needs. You can create your own beans bepending on your needs. Here is a [[compcode|sample code]] for creating your own bean. | ||