Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
beans [2011/10/11 11:23] – [Existing Beans] hourdin | beans [2012/02/07 18:04] (current) – removed Stéphane Lavirotte | ||
---|---|---|---|
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 [[: | ||
- | |||
- | ==== 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. | ||