Book Image

Web Content Management with Documentum

Book Image

Web Content Management with Documentum

Overview of this book

One of the world leaders in Enterprise Content Management, the EMC Documentum family of applications helps you manage all types of content across multiple departments within a single repository. With the Web Content Management suite of applications, you can efficiently manage content and underlying processes for your Web properties, and ensures that they are responsive to business needs. To fully realize the power of this system can seem daunting, but this book will help you achieve that. With easy to follow examples, this book will take you the simplest and most straightforward route to success. Along the way, you will learn insights that only a seasoned professional would know. Packed with practical examples, you will get hands-on with the powerful features of Documentum to grow your skills and confidence. You will see tips and tricks to handle complexities of the system, and avoid the common errors that waste your time. From installing and getting started with Documentum, you will see how to design and develop Documentum applications, before rounding off with deployment.
Table of Contents (33 chapters)
Web Content Management with Documentum
Credits
About the Author
Acknowledgements
Preface
Frequently Asked Questions and Answers

24.4 A Simple WDK Customization Example


Having seen a very simple configuration example in WDK, we will now take a step further and develop our own custom component in WDK. We will create a new menu option in Web Publisher, clicking on which will take us to a custom screen for creating News Article content.

Figure 24.6 shows a newly added custom menu option Create New News Article under the menu option: File | New.

Figure 24.6: New menu option for creating News Article content

When you click on the menu option Create New News Article, a custom screen is shown for creating News Article content as shown in figure 24.7.

Figure 24.7: Custom screen for creating News Article content

Let us now go step by step through this example to understand how to create our own custom components using the WDK framework:

  1. 1. Copy menubar_component.xml from \wp\wp\config\app to the following location on your Web Publisher server: \wp\custom\config\app.

    (Needless to say you need to create the appropriate folder...