Example WCBs
Why reinvent the wheel when someone else has done it before? Below is a list of example WCBs that can be downloaded from wcmexchange.com. These WCBs are free to download (free login required) and come complete with source code that you can copy and modify for your own use. Be sure to share your WCBs on wcmexchange.com as well!
Element WCBs
Presentation WCBs
Service WCBs
Servlet WCBs
Misc WCBs
| WCB |
Description |
Books Example |
http://www.wcmexchange.com/booksexample/
This WCB is very useful for developers who like to learn more about programming WCBs. The books example is based on the well known 'petstore' J2EE example. By looking at the available source code you can learn more about how to implement common design and coding patterns such as persistence/data retrieval, model-view-controler seperation and use of common GUI elements such as lists, dropdown menus, selection popups and search functionality. |
Form Definition |
http://www.wcmexchange.com/formdefinition/
WCB to create the form definition for WebManager forms. |
Guideline Audit Tool |
http://www.wcmexchange.com/guidelineaudit/
The guideline audit tool is a tool that performs an automatic audit of your WCB against the WCB development guidelines. |
| HTML Entities |
http://www.wcmexchange.com/htmlentities/
Tag library to facilitate the escaping from and to HTML entities. |
Import / Export Connector |
http://www.wcmexchange.com/wmsconnectorapi/
Generic connector API for facilitating imports in one format and exports in another. |
Import / Export Connector: CSV |
http://www.wcmexchange.com/wmscsvconnector/
Generic CSV import and export connector based on the import/export API (see wmsconnectorapi). Provides abstract implementations of CSV import and export connectors. |
| Import / Export Connector: FWTF |
http://www.wcmexchange.com/wmsfwtfconnector/
Generic FWTF import and export connector based on the import/export API (see wmsconnectorapi). Provides abstract implementations of FWTF import and export connectors. |
Import / Export Connector: SQL |
http://www.wcmexchange.com/wmssqlconnector/
Generic SQL import and export connector based on the import/export API (see wmsconnectorapi). Provides abstract implementations of SQL import and export connectors. |