IBM rational application developer V6 portlet application development and portal tools [[electronic resource] /] / Juan R. Rodriguez |
Autore | Rodriguez Juan R |
Edizione | [1st edition] |
Pubbl/distr/stampa | San Jose, CA, : IBM, International Technical Support Organization, 2005 |
Descrizione fisica | 1 online resource (1048 p.) |
Altri autori (Persone) |
CesarioCristiano
GalvanKarla GonzálezBelén KronerGeorge RutiglianoGianfranco WilsonRyan |
Collana | Redbooks |
Soggetto topico |
IBM software
Computer security |
Soggetto genere / forma | Electronic books. |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNINA-9910449751903321 |
Rodriguez Juan R | ||
San Jose, CA, : IBM, International Technical Support Organization, 2005 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
IBM rational application developer V6 portlet application development and portal tools [[electronic resource] /] / Juan R. Rodriguez |
Autore | Rodriguez Juan R |
Edizione | [1st edition] |
Pubbl/distr/stampa | San Jose, CA, : IBM, International Technical Support Organization, 2005 |
Descrizione fisica | 1 online resource (1048 p.) |
Altri autori (Persone) |
CesarioCristiano
GalvanKarla GonzálezBelén KronerGeorge RutiglianoGianfranco WilsonRyan |
Collana | Redbooks |
Soggetto topico |
IBM software
Computer security |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNINA-9910783397103321 |
Rodriguez Juan R | ||
San Jose, CA, : IBM, International Technical Support Organization, 2005 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
IBM rational application developer V6 portlet application development and portal tools / / Juan R. Rodriguez |
Autore | Rodriguez Juan R |
Edizione | [1st edition] |
Pubbl/distr/stampa | San Jose, CA, : IBM, International Technical Support Organization, 2005 |
Descrizione fisica | 1 online resource (1048 p.) |
Altri autori (Persone) |
CesarioCristiano
GalvanKarla GonzalezBelen KronerGeorge RutiglianoGianfranco WilsonRyan |
Collana | Redbooks |
Soggetto topico |
IBM software
Computer security |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Front cover -- Contents -- Notices -- Trademarks -- Preface -- The team that wrote this redbook -- Become a published author -- Comments welcome -- Chapter 1. Overview -- 1.1 Portal evolution -- 1.1.1 The generations of portal technology -- 1.2 Overview -- 1.2.1 What is a portal? -- 1.2.2 Enablement for portals -- 1.2.3 The WebSphere Portal framework -- 1.2.4 WebSphere Portal architecture -- 1.2.5 WebSphere Portal tooling -- 1.3 WebSphere Portal -- 1.3.1 Portal concepts -- 1.3.2 Portlets -- 1.3.3 The model-view-controller (MVC) design pattern -- 1.3.4 Standard MVC architecture -- 1.3.5 Portlet MVC architecture -- 1.3.6 Portlet MVC sample -- 1.3.7 WebSphere Portal runtime: the portlet container -- 1.3.8 Page aggregation -- 1.4 Highlights in WebSphere Portal V5.1 -- 1.4.1 Portal install -- 1.4.2 General infrastructure -- 1.4.3 Event broker -- 1.4.4 Member subsystem -- 1.4.5 Authentication -- 1.4.6 Authorization -- 1.4.7 URL generation, processing and mappings -- 1.4.8 Search -- 1.4.9 Content management -- 1.4.10 Transcoding -- 1.4.11 Struts Portlet Framework -- 1.4.12 JSF Portlet Runtime -- 1.4.13 User interface -- 1.4.14 Cooperative portlets (Click-To-Action) -- 1.4.15 Portal Toolkit -- 1.5 Portlet solution patterns -- 1.6 Building a war file -- Chapter 2. Developing Portal applications -- 2.1 Portal overview -- 2.1.1 Portal concepts and definitions -- 2.1.2 IBM WebSphere Portal -- 2.1.3 IBM Rational Application Developer -- 2.2 Developing applications for WebSphere Portal -- 2.2.1 Portal samples and tutorials -- 2.2.2 Development strategy -- 2.2.3 Portal tools for developing portals -- 2.2.4 Portal tools for developing portlets -- 2.2.5 Portal tools for testing and debugging portlets -- 2.2.6 Portal tools for deploying and managing portlets -- 2.2.7 Enterprise Application Integration Portal tools.
2.2.8 Coexistence and migration of tools and applications -- 2.3 Portal development scenario -- 2.3.1 Preparing for the sample -- 2.3.2 Creating a portal project -- 2.3.3 Adding and modifying a portal page -- 2.3.4 Creating and modifying two portlets -- 2.3.5 Adding portlets to a portal page -- 2.3.6 Running the project in the test environment -- Chapter 3. Portlet development platform sample installation -- 3.1 Prerequisites -- 3.1.1 Hardware requirements -- 3.1.2 Software requirements -- 3.2 Rational Application Developer and Portal Tools -- 3.3 WebSphere Portal V5.1 Test Environment -- 3.4 Configuration of the Test Environment -- 3.5 WebSphere Test Environment V5.1 (optional) -- Chapter 4. IBM Portlet API -- 4.1 IBM portlets -- 4.2 IBM portlet application -- 4.3 Servlets versus portlets -- 4.4 Portlet modes -- 4.5 Portlet states -- 4.6 Core objects -- 4.6.1 Hierarchy -- 4.6.2 Portlet -- 4.6.3 PortletAdapter -- 4.6.4 PortletRequest -- 4.6.5 PortletResponse -- 4.6.6 PortletSession object -- 4.6.7 Client -- 4.6.8 PortletConfig object -- 4.6.9 PortletContext object -- 4.6.10 PortletSettings object -- 4.6.11 PortletApplicationSettings object -- 4.6.12 PortletData object -- 4.6.13 PortletLog object -- 4.6.14 PortletException -- 4.6.15 UnavailableException -- 4.6.16 PortletWindow object -- 4.6.17 User object -- 4.6.18 PortletURI -- 4.7 Portlet life cycle -- 4.8 Listeners -- 4.8.1 PortletTitleListener -- 4.8.2 PortletPageListener -- 4.8.3 PortletSessionListener -- 4.8.4 WindowListener -- 4.8.5 PortletSettingsAttributeListener -- 4.8.6 PortletApplicationSettingsAttributesListener -- 4.9 Action event handling -- 4.9.1 ActionListener -- 4.9.2 ActionEvent -- 4.9.3 PortletURI -- 4.9.4 ModeModifier -- 4.10 Attribute storage summary -- 4.11 Portlet JSPs -- 4.11.1 Portlet tag library -- 4.11.2 Portlet events and messaging -- 4.12 Portlet deployment. 4.12.1 web.xml -- 4.12.2 portlet.xml -- 4.12.3 Parameter summary -- 4.12.4 Descriptors relationship (web.xml and portlet.xml) -- 4.12.5 UID guidelines -- 4.13 Resources -- Chapter 5. A first portlet application -- 5.1 Sample scenario -- 5.2 Creating the portlet project -- 5.2.1 Using the Portlet Project wizard -- 5.3 Configuring the test environment -- 5.4 Running the portlet project -- 5.5 Modifying the portlet project and verifying changes -- 5.5.1 Changing the JSP used for the View mode -- 5.5.2 Adding a JavaBean -- Chapter 6. IBM Portlet API portlet development -- 6.1 About action events -- 6.2 Development scenario -- 6.3 Creating the portlet project -- 6.4 Configuring your project in the test environment -- 6.5 Examining and modifying the source code -- 6.6 Running your project in the test environment -- Chapter 7. Portlet messaging -- 7.1 Portlet messaging -- 7.2 MessageListener -- 7.3 MessageEvent -- 7.4 DefaultPortletMessage -- 7.5 PortletMessage -- 7.6 Sample scenario -- 7.6.1 Description -- 7.6.2 Sending a message -- 7.6.3 Creating the target portlet -- 7.6.4 Running the portlet application -- 7.7 Broadcasting messages -- Chapter 8. JSR 168 API -- 8.1 JSR overview -- 8.1.1 Number of portlet instances -- 8.1.2 Portlet windows -- 8.1.3 Thread safety -- 8.2 JSR 168 comparison to servlets -- 8.3 JSR 168 portlet modes -- 8.4 JSR 168 Portlet window states -- 8.5 Core JSR 168 objects -- 8.5.1 interface javax.portlet.Portlet -- 8.5.2 class javax.portlet.GenericPortlet -- 8.5.3 interface javax.portlet.PortletURL -- 8.5.4 interface javax.portlet.PortletContext -- 8.5.5 interface javax.portlet.PortletRequest -- 8.5.6 interface javax.portlet.ActionRequest -- 8.5.7 interface javax.portlet.RenderRequest -- 8.5.8 interface javax.portlet.PortletResponse -- 8.5.9 interface javax.portlet.ActionResponse -- 8.5.10 interface javax.portlet.RenderResponse. 8.5.11 interface javax.portlet.PortalContext -- 8.5.12 interface javax.portlet.PortletPreferences -- 8.5.13 interface javax.portlet.PreferencesValidator -- 8.5.14 interface javax.portlet.PortletConfig -- 8.5.15 interface javax.portlet.PortletSession -- 8.6 JSR 168 Portlet life cycle -- 8.6.1 Instantiation -- 8.6.2 Initialization -- 8.6.3 Request handling -- 8.6.4 End of service -- 8.7 Portlet caching -- 8.7.1 Remote cache -- 8.8 Listeners -- 8.8.1 HttpSessionBindingListener -- 8.8.2 ServletContextListener -- 8.8.3 ServletContextAttributeListener -- 8.8.4 HttpSessionListener -- 8.8.5 HttpSessionAttributeListener -- 8.9 Deployment descriptors -- 8.9.1 Portlet.xml declaration -- 8.9.2 portlet-app - required, can occur only once -- 8.9.3 portlet - can occur zero or more times -- 8.9.4 custom-portlet-mode - can occur zero or more times -- 8.9.5 custom-window-state - can occur zero or more times -- 8.9.6 user-attribute - can occur zero or more times -- 8.9.7 security-constraint - can occur zero or more times -- 8.10 JSR 168 limitations in WebSphere Portal -- Chapter 9. JSR 168 portlet development -- 9.1 Overview -- 9.2 Creating a JSR 168 portlet project -- 9.2.1 Creating a basic JSR 168 portlet -- 9.2.2 Examining the generated portlet -- 9.3 Updating the generated portlet -- 9.3.1 Modifying the session bean -- 9.3.2 View mode -- 9.3.3 Edit mode -- 9.3.4 Configure mode -- 9.3.5 Updating the portlet descriptor (portlet.xml) -- 9.3.6 Modifying the MySimplePortletPortletPreferenceValidator class -- 9.4 Running the portlet -- 9.4.1 Executing the portlet -- Chapter 10. Migrating to JSR 168 -- 10.1 Modifying the deployment descriptor -- 10.1.1 doctype -- 10.1.2 portlet-app -- 10.1.3 concrete-portlet-app -- 10.1.4 portlet -- 10.1.5 portlet-name -- 10.1.6 web.xml -- 10.1.7 cache -- 10.1.8 supports -- 10.1.9 allows -- 10.1.10 config-param -- 10.1.11 Locale settings. 10.2 Modifying the Java source -- 10.2.1 Package -- 10.2.2 Superclass -- 10.2.3 doXXX methods -- 10.2.4 actionPerformed -- 10.2.5 ActionEvent -- 10.2.6 Logging -- 10.2.7 JSP includes -- 10.2.8 PortletData and PortletSettings -- 10.2.9 namespace -- 10.2.10 portlet URLs -- 10.3 Modifying the JSP source -- 10.3.1 taglib -- 10.3.2 portletAPI:init -- 10.3.3 namespace -- 10.3.4 Creating URLs -- 10.3.5 portletAPI:text -- 10.3.6 encodeURL -- 10.3.7 CSS -- 10.4 Struts -- 10.5 JSF -- 10.6 Portlet services -- 10.7 Messaging -- Chapter 11. Using JSPs and servlets -- 11.1 Overview -- 11.1.1 Generating output -- 11.2 RequestDispatcher -- 11.2.1 PortletContext.getRequestDispatcher -- 11.2.2 PortletContext.getNamedDispatcher -- 11.2.3 PortletRequestDispatcher.include -- 11.3 JSP tags -- 11.3.1 defineObjects -- 11.3.2 renderURL -- 11.3.3 actionURL -- 11.3.4 namespace -- 11.3.5 param -- 11.3.6 IBM tags -- 11.3.7 JSTL -- 11.4 Cascading style sheets (CSS) -- 11.4.1 WSRP Styles -- 11.4.2 IBM styles -- Chapter 12. Internationalization -- 12.1 Resource bundles -- 12.1.1 Creating resource bundles in Rational Application Developer -- 12.1.2 Translating resource bundles -- 12.1.3 Accessing resource bundles in portlets -- 12.1.4 Accessing resource bundles in JSPs -- 12.2 Translating whole resources -- 12.3 JSR 168 API considerations -- 12.4 Dynamically changing the language -- 12.5 NLS administration -- 12.5.1 Portlet NLS administration -- 12.5.2 Portal NLS administration -- 12.5.3 Setting NLS titles -- 12.5.4 Supporting a new language -- 12.6 Working with characters -- 12.7 NLS best practices -- 12.8 Sample scenario: NLS bundles -- 12.8.1 NLS bundles -- 12.8.2 Accessing NLS bundles from JSPs -- 12.8.3 Running the NLS scenario -- 12.8.4 Accessing NLS bundles in Java portlets -- 12.9 Sample scenario: translating whole resources -- 12.10 Dynamically changing the language. Chapter 13. Struts portlets. |
Record Nr. | UNINA-9910815668103321 |
Rodriguez Juan R | ||
San Jose, CA, : IBM, International Technical Support Organization, 2005 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
IBM Websphere Everyplace Access V5 handbook for developers and administrators . Volume IV Application development [[electronic resource] /] / Juan Rodriguez ... [et al.] |
Autore | Rodriguez Juan R |
Edizione | [1st ed.] |
Pubbl/distr/stampa | Research Triangle Park, NC, : IBM, International Technical Support Organization, c2005 |
Descrizione fisica | 1 online resource (408 p.) |
Disciplina | 005.1 |
Collana | IBM redbooks |
Soggetto topico | Application software - Development |
Soggetto genere / forma | Electronic books. |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNINA-9910450461803321 |
Rodriguez Juan R | ||
Research Triangle Park, NC, : IBM, International Technical Support Organization, c2005 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
IBM Websphere Everyplace Access V5 handbook for developers and administrators . Volume II Application development [[electronic resource] /] / Juan Rodriguez ... [et al.] |
Autore | Rodriguez Juan R |
Edizione | [1st ed.] |
Pubbl/distr/stampa | Research Triangle Park, NC, : IBM, International Technical Support Organization, c2005 |
Descrizione fisica | 1 online resource (474 p.) |
Disciplina | 005.1 |
Collana | IBM redbooks |
Soggetto topico | Application software - Development |
Soggetto genere / forma | Electronic books. |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNINA-9910450484103321 |
Rodriguez Juan R | ||
Research Triangle Park, NC, : IBM, International Technical Support Organization, c2005 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
IBM Websphere Everyplace Access V5 handbook for developers and administrators . Volume IV Application development [[electronic resource] /] / Juan Rodriguez ... [et al.] |
Autore | Rodriguez Juan R |
Edizione | [1st ed.] |
Pubbl/distr/stampa | Research Triangle Park, NC, : IBM, International Technical Support Organization, c2005 |
Descrizione fisica | 1 online resource (408 p.) |
Disciplina | 005.1 |
Collana | IBM redbooks |
Soggetto topico | Application software - Development |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNINA-9910783542003321 |
Rodriguez Juan R | ||
Research Triangle Park, NC, : IBM, International Technical Support Organization, c2005 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
IBM Websphere Everyplace Access V5 handbook for developers and administrators . Volume II Application development [[electronic resource] /] / Juan Rodriguez ... [et al.] |
Autore | Rodriguez Juan R |
Edizione | [1st ed.] |
Pubbl/distr/stampa | Research Triangle Park, NC, : IBM, International Technical Support Organization, c2005 |
Descrizione fisica | 1 online resource (474 p.) |
Disciplina | 005.1 |
Collana | IBM redbooks |
Soggetto topico | Application software - Development |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNINA-9910783542603321 |
Rodriguez Juan R | ||
Research Triangle Park, NC, : IBM, International Technical Support Organization, c2005 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
IBM Websphere Everyplace Access V5 handbook for developers and administrators . Volume II Application development / / Juan Rodriguez ... [et al.] |
Autore | Rodriguez Juan R |
Edizione | [1st ed.] |
Pubbl/distr/stampa | Research Triangle Park, NC, : IBM, International Technical Support Organization, c2005 |
Descrizione fisica | 1 online resource (474 p.) |
Disciplina | 005.1 |
Collana | IBM redbooks |
Soggetto topico | Application software - Development |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Front cover -- Contents -- Notices -- Trademarks -- Preface -- The team that wrote this redbook -- Become a published author -- Comments welcome -- Part 1 Online applications -- Chapter 1. My first pervasive portlet application -- 1.1 Overview -- 1.2 Create a portlet for HTML, WML, and PDA markups -- 1.3 Examine the relevant files and source code -- 1.4 Run the portlet -- Chapter 2. Portlet action event handling -- 2.1 Overview -- 2.2 Setup the ActionEvent portlet framework -- 2.2.1 Create the framework with the portlet application wizard -- 2.2.2 Configure the test environment to support this project -- 2.3 Examine and modify source code -- 2.3.1 Examine the model and controller components -- 2.3.2 Examine the HTML source generated by the wizard -- 2.3.3 Modify the source for PDA markup -- 2.3.4 Modify the source for WML markup -- 2.4 Run the project -- Chapter 3. Portlet messaging -- 3.1 Overview -- 3.2 Setup the MessageEvent portlet framework -- 3.2.1 Create the framework with the portlet application wizard -- 3.2.2 Configure the test environment to support this project -- 3.3 Examine and modify source code -- 3.3.1 Examine and modify the model and controller components -- 3.3.2 Examine and modify the HTML source generated by the wizard -- 3.3.3 Modify the source for PDA markup -- 3.3.4 Add view support for the message sender portlet for PDAs -- 3.4 Run the project -- Chapter 4. National Language Support (NLS) -- 4.1 Resource bundles -- 4.1.1 Creating resource bundles in WebSphere Studio -- 4.1.2 Translating resource bundles -- 4.1.3 Accessing resource bundles in portlets -- 4.1.4 Accessing resource bundles in JSPs -- 4.2 Translating whole resources -- 4.3 NLS administration -- 4.3.1 Portlet NLS administration -- 4.3.2 Portal NLS administration -- 4.3.3 Setting NLS titles -- 4.3.4 Adjusting Portal resource bundles.
4.4 Working with characters -- 4.5 NLS best practices -- 4.6 Sample scenario: NLS bundles -- 4.6.1 NLS bundles -- 4.6.2 Accessing NLS bundles from JSPs -- 4.6.3 Running the NLS scenario -- 4.6.4 Accessing NLS bundles in Java portlets -- 4.6.5 Adding PDA markup support -- 4.7 Sample scenario: translating whole resources -- 4.7.1 Adding PDA markup support -- Chapter 5. Developing a database access portlet -- 5.1 Create a test database and populate the table -- 5.2 Use the wizard to generate the portlet -- 5.3 Use the Portal Test Environment to test the portlet -- 5.4 Export the portlet application -- 5.5 Deploy to your WEA/Portal server -- 5.6 Execute the portlet from a Pocket PC -- 5.7 Use proper driver if the database is not DB2 -- Chapter 6. Using the Credential Vault -- 6.1 Overview -- 6.2 Sample scenario -- 6.2.1 Importing a protected servlet application -- 6.2.2 Using active credentials -- 6.2.3 Updating the generated portlet -- 6.2.4 Running the portlet -- 6.2.5 Using passive credentials -- Chapter 7. Accessing Web Services -- 7.1 Overview -- 7.2 A simple Web Service project -- 7.2.1 A sample Web Service -- 7.3 Creating a Web Services client portlet -- 7.4 Run the WSClientPortlet application -- Part 2 Transcoding -- Chapter 8. Transcoding Technology -- 8.1 Overview -- 8.1.1 Architecture -- 8.1.2 Preference profiles -- 8.1.3 XML stylesheets -- 8.1.4 Annotators -- 8.1.5 Transcoding plug-ins -- 8.2 XML configuration utility -- 8.3 Request Viewer -- 8.3.1 How to start Request Viewer -- 8.4 Logging and tracing -- 8.4.1 Message files -- 8.4.2 Trace files -- 8.4.3 Gather troubleshooting data -- 8.5 A simple portlet using Transcoding Technology -- 8.5.1 Enable transcoding -- 8.5.2 Use Request Viewer to monitor the process -- Chapter 9. A sample scenario using Transcoding Technology -- 9.1 Overview -- 9.2 WebSphere Everyplace Access configuration. 9.3 Text transcoding -- 9.4 Image transcoding -- 9.5 Fragmentation portlet -- 9.6 Annotations -- 9.7 Using external annotators -- 9.8 Using stylesheets -- Part 3 Offline applications -- Chapter 10. Building a portlet for offline browsing -- 10.1 Build a portlet to fetch content from a Web site -- 10.2 Using a transcoding annotator plugin for Web clipping -- 10.3 Export the portlet to your local file system -- 10.4 Deploy and configure the portlet for offline access -- 10.5 Running the portlet online -- 10.6 Configure Everyplace Client for offline access -- 10.7 Running offline browsing on a PDA -- Chapter 11. Building a portlet for offline form access -- 11.1 Building a form based portlet -- 11.2 Adding field validations -- 11.3 Adding a script to highlight the field in error -- 11.4 Deploying the sample portlet as an offline portlet -- 11.5 Running the portlet from a Pocket PC -- 11.6 Portlet offline configuration -- 11.7 Configure the portlet client with offline option -- Chapter 12. DB2 Everyplace applications with WebSphere Studio Device Developer -- 12.1 Overview -- 12.1.1 Introduction -- 12.1.2 Java 2 Micro Edition -- 12.1.3 WebSphere Micro Environment -- 12.2 Installing WebSphere Studio Device Developer -- 12.3 Working with WebSphere Studio Device Developer -- 12.3.1 Using the workbench -- 12.3.2 Using the Update Manager -- 12.4 Sample scenario -- 12.4.1 Define the database tables for the application -- 12.4.2 Configure the Pocket PC device for development -- 12.4.3 Create the project on WebSphere Studio Device Developer -- 12.4.4 Write the Java classes of the application -- 12.4.5 Creating the device database -- 12.4.6 Set up the build and test environment -- 12.4.7 Testing the application -- Part 4 Appendixes -- Appendix A. Portlet development platform installation -- A.1 Prerequisites -- A.2 WebSphere Studio Site Developer V5.1.1. A.2.1 Install WebSphere Studio Site Developer -- A.2.2 Apply fixes to WebSphere Studio Site Developer -- A.3 WebSphere Studio Device Developer -- A.4 WebSphere Everyplace Toolkit V5.0.1 -- A.4.1 Begin Everyplace Toolkit installation -- A.4.2 Install Portal Toolkit V5.0.2.1 -- A.4.3 Complete Everyplace Toolkit Installation -- A.4.4 Complete installation of Micro Environment Tools -- Appendix B. Additional material -- Locating the Web material -- Using the Web material -- System requirements for downloading the Web material -- How to use the Web material -- Related publications -- IBM Redbooks -- Other publications -- Online resources -- How to get IBM Redbooks -- Help from IBM -- Index -- Back cover. |
Record Nr. | UNINA-9910810919403321 |
Rodriguez Juan R | ||
Research Triangle Park, NC, : IBM, International Technical Support Organization, c2005 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
IBM Websphere Everyplace Access V5 handbook for developers and administrators . Volume IV Application development / / Juan Rodriguez ... [et al.] |
Autore | Rodriguez Juan R |
Edizione | [1st ed.] |
Pubbl/distr/stampa | Research Triangle Park, NC, : IBM, International Technical Support Organization, c2005 |
Descrizione fisica | 1 online resource (408 p.) |
Disciplina | 005.1 |
Collana | IBM redbooks |
Soggetto topico | Application software - Development |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Front cover -- Contents -- Notices -- Trademarks -- Preface -- The team that wrote this redbook -- Become a published author -- Comments welcome -- Chapter 1. Intelligent Notification Services -- 1.1 Introduction to Intelligent Notification Services -- 1.2 Intelligent Notification Services architecture -- 1.2.1 Subscription Manager -- 1.2.2 Content adapter -- 1.2.3 Preferences Manager -- 1.2.4 Member Services -- 1.2.5 Notification Manager -- 1.2.6 Trigger handler -- 1.2.7 Channel adapters -- 1.3 Configuration -- 1.3.1 Channel adapter -- 1.3.2 Mail and Calendar Service -- 1.3.3 Managing users -- 1.3.4 Starting and stopping the Intelligent Notification Services server -- 1.3.5 Message logging -- 1.4 User portlets configuration -- 1.4.1 My Delivery channels -- 1.4.2 My User Groups portlet -- 1.4.3 My Message Rules -- 1.4.4 My Subscriptions -- 1.5 Administration portlets configuration -- 1.5.1 Removing user preferences -- 1.5.2 Configuring administrator information for e-mail subscriptions -- 1.5.3 Sending actions -- 1.6 Scenarios -- 1.6.1 Stock example -- 1.6.2 Mail and Calender services -- Chapter 2. Simple notifications -- 2.1 Overview of simple notifications -- 2.1.1 Delivery preferences in simple notifications -- 2.2 Sample scenario -- 2.2.1 Description -- 2.2.2 Sample application development -- 2.2.3 Running the sample scenario -- Chapter 3. Subscription-based notifications -- 3.1 Overview of subscription-based notifications -- 3.2 Sample scenario -- 3.3 Content adapter -- 3.3.1 Developing a content source program -- 3.3.2 Deploying a content source program -- 3.3.3 Developing a content adapter application -- 3.3.4 Deploying a content adapter -- 3.4 Trigger handler -- 3.4.1 Developing a trigger handler -- 3.4.2 Deploying a trigger handler -- 3.5 Subscription portlet -- 3.5.1 Developing a subscription portlet.
3.5.2 Deploying a subscription portlet -- 3.6 Running the sample scenario -- Chapter 4. Server-initiated actions -- 4.1 Overview of server-initiated actions -- 4.1.1 Description of server-initiated actions -- 4.2 Sample scenario with server-initiated actions -- 4.2.1 Requirements for this scenario -- Chapter 5. Location Aware Services -- 5.1 Introduction to Location Aware Services -- 5.2 Architecture of Location Aware Services -- 5.2.1 Service adapters -- 5.2.2 Location Aware Services portlet service -- 5.3 Installing and configuring Location Aware Services -- 5.3.1 Installation overview -- 5.3.2 Installing Location Aware Services -- 5.4 Location Aware Services administration portlets -- 5.4.1 The Manage Services portlet -- 5.4.2 Enabling and disabling the service -- 5.4.3 Location Aware Services server settings -- 5.5 Mapping and Directions sample portlet -- 5.5.1 Getting a map of a location -- 5.5.2 Adding locations for persistence -- 5.5.3 Getting directions -- 5.5.4 Getting points of interest near location -- 5.5.5 Location Aware Services on devices -- 5.6 Troubleshooting -- Chapter 6. Location Aware Services application development -- 6.1 Developing a Location Aware Services portlet -- 6.1.1 Creating a Location Aware Services project -- 6.1.2 Testing the Location Aware Services portlet -- 6.1.3 Further enhancements -- 6.2 Deploying the Location Aware Services portlet -- 6.2.1 Deploying to a server with Location Aware Services installed -- 6.2.2 Deploying to a server without Location Aware Services -- 6.3 Location Aware Services Java application development -- 6.3.1 Summary of Java application development -- 6.4 Developing a Location Aware Services adapter -- 6.4.1 Location Aware Services Adapter coding -- 6.4.2 Registering the custom adapter -- 6.5 Location Aware Services API -- 6.6 Other sources of information. 6.6.1 WebSphere Studio InfoCenter -- 6.6.2 Portal and the Everyplace Toolkit -- Chapter 7. Clustering WebSphere Everyplace Access nodes -- 7.1 Overview of clustering -- 7.2 Clustering using Network Deployment -- 7.2.1 WebSphere Application Server Network Deployment terminology -- 7.3 WebSphere Everyplace Access clustering topologies -- 7.3.1 WebSphere Everyplace Access clone topology -- 7.3.2 Distributed Application Server and portal topology -- 7.4 Setting up the individual components -- 7.4.1 Windows operation system pre-requisites -- 7.4.2 Database node -- 7.4.3 LDAP node -- 7.4.4 WebSphere Application Server nodes -- 7.4.5 WebSphere Portal node -- 7.4.6 Configuring the portal to use DB2 -- 7.4.7 WebSphere Application Server Network Deployment node -- 7.5 Installing WebSphere Everyplace Access and clustering -- 7.5.1 Adding portal nodes and WebSphere Application Server nodes to a cell -- 7.5.2 Installing WebSphere Everyplace Access Services -- 7.5.3 Setting up WebSphere Everyplace Access Synchronization server -- 7.5.4 Regenerating the plug-in configuration -- 7.5.5 Recycling the Deployment Manager -- 7.5.6 Creating the cluster and first cluster member -- Chapter 8. Using Everyplace Connection Manager HTTP Access Services -- 8.1 Overview of HTTP Access Services -- 8.1.1 Multiple Web application servers using a single host name -- 8.1.2 Multiple Web application servers using multiple host names -- 8.2 Sample scenario -- 8.2.1 Creating an Everyplace Connection Manager server certificate -- 8.2.2 HTTP Access Services configuration -- 8.3 Running the sample scenario -- 8.3.1 Desktop clients -- 8.3.2 PDA clients -- 8.4 Troubleshooting -- 8.5 Everyplace Connection Manager on SUSE Linux -- Chapter 9. WebSphere Connection Manager integration -- 9.1 WebSphere Everyplace Access integration -- 9.1.1 Common configurations -- 9.2 LDAP considerations. 9.3 Sample scenario -- 9.3.1 Scenario set up -- 9.3.2 Running the sample scenario -- 9.3.3 PDA clients -- Chapter 10. WebSphere Connection Manager single sign-on using LTPA -- 10.1 Overview of SSO using LTPA -- 10.2 Sample scenario -- 10.3 Everyplace Connection Manager configuration -- 10.3.1 Authentication profile -- 10.3.2 Enabling HTTP Access Services -- 10.3.3 Directory Services Server -- 10.3.4 Access Manager -- 10.4 WebSphere Everyplace Access configuration -- 10.5 Running the scenario -- 10.5.1 PDA clients -- 10.6 Troubleshooting -- Appendix A. SUSE Linux sample installation -- Installing SUSE Linux -- Planning considerations -- Installing SUSE Linux Enterprise Server V8 -- Configuring the SUSE Linux post installation -- Installing SUSE Linux V8 Service Pack 3 -- Installing and updating Perl -- Configuring IBM Java Runtime Environment V1.3.1 -- Installing Mozilla Web browser (optional) -- Starting VMWare toolbox (optional) -- Configuring the network -- Configuring TCP/IP network -- Configuring Samba -- Common commands -- Appendix B. Additional material -- Locating the Web material -- Using the Web material -- System requirements for downloading the Web material -- Using the Web material -- Related publications -- IBM Redbooks -- Other publications -- Online resources -- How to get IBM Redbooks -- Help from IBM -- Index -- Back cover. |
Record Nr. | UNINA-9910824224403321 |
Rodriguez Juan R | ||
Research Triangle Park, NC, : IBM, International Technical Support Organization, c2005 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
IBM WebSphere portal V4 developer's handbook [[electronic resource] /] / Juan R. Rodriguez et al |
Autore | Rodriguez Juan R |
Pubbl/distr/stampa | San Jose, CA, : IBM Corp., 2003 |
Descrizione fisica | 1 online resource (882 p.) |
Altri autori (Persone) |
CurlierJerome
FreiWerner HatzidakisDenise MoetzelJuergen TingNancy VanRaayShawn |
Collana | IBM redbooks |
Soggetto topico | Client/server computing |
Soggetto genere / forma | Electronic books. |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNINA-9910449732203321 |
Rodriguez Juan R | ||
San Jose, CA, : IBM Corp., 2003 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|