Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
beans [2012/02/07 19:04] Stéphane Lavirotte removed |
— (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 comes 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. | ||