The X1 Content Connector for Microsoft Exchange gives users immediate access to any content in their Exchange cluster through the X1 Enterprise Client. X1 enables powerful, unified search capability across Exchange server clusters, local files and local email. Users can search Exchange and receive results federated with search results from local and enterprise server-based content. Through seamless integration with Microsoft Outlook ®, users can perform common email functions from inside the X1 interface
Read the rest of this entry »
Simple template to introduce XDoclet First template: XDoclet architecture Case study: Create Web Service Deployment Descriptor 1st try Case study: Create Web Service Deployment Descriptor 2nd try Summary and resources Use XDoclet to generate Web service support files ibm.com/developerWorks Presented by developerWorks, your source for great tutorials Section 1. About this tutorial What is XDoclet? You can skip this page if you already use XDoclet or already read the first XDoclet tutorial. XDoclet facilitates automated deployment descriptor generation.
Read the rest of this entry »
This tutorial shows J2EE developers how to use XDoclet to speed development. XDoclet simplifies continuous integration between components using attribute-oriented programming. It allows you to radically reduce development time by generating deployment descriptors and support code, allowing you to focus on application logic code. If you are a J2EE development veteran, then you realize keeping code in sync with deployment descriptors can be a drag. Often you may need to reuse components with other applications or in other environments like other application servers or with other database systems. You need to keep separate deployment descriptor for each application/environment combination, even if only one or two lines of the large deployment descriptor changes, you need to have a deployment descriptor for every possible configuration.
Read the rest of this entry »