The BitSlice components may be deployed as: Java Beans Class Libraries (Java)
They can be deployed in 2/3/n-tier/desktop applications as part of: Web pages Application forms / windows (Java) Business Logic and computations layer Database layer
They can be integrated into IDEs for java to provide business functionality for building: Enterprise Systems Web Services Desktop Applications
The following usage levels are supported: Components may be used 'As is' with no change Components may be customized for properties and behaviour Components may be changed/extended for 'additional functionality' using standard O-O techniques on the class libraries provided
The components may be used in the following manner: Visual components may be used on web pages using the plug-in tag or the Object tag Non-visual components may be used on web pages using the UseBean tag or Object tag All components can be used in applications using either Beans.Instantiate or the new() operator