This presentation is a demonstration of how you can use IBM Mashup Center to build a sample American Baseball mashup. This demonstration will use five widgets, two feeds, and a mashup feed.
This document discusses troubleshooting user data propagation in IBM Connections. It describes the data flow process where user information is pulled from the LDAP into the EMPLOYEE table and then synchronized across applications. The document outlines different areas that can be troubleshot, including checking LDAP connectivity, reviewing logs for update errors, ensuring the scheduler is running properly, and verifying messages are consumed and data is updated in member tables.
This document describes how to use the menu framework in WebSphere Portal Theme. It discusses both the client-side and server-side aspects. The key steps are:
1. Create a custom module that provides a JSON menu file and JSP markup
2. Configure the module in the portal theme
3. Test that the menu is rendered correctly on portal pages
This document describes how to implement SEO-friendly URLs in WebSphere Portal by removing the context URL and rich state from portal and WCM content URLs. It involves:
1) Configuring portal properties and themes to remove rich state
2) Editing navigation JSPs and creating a Java filter to clean WCM URLs
3) Setting up an Apache reverse proxy to route URLs and modify response payloads by removing "/wps/portal" and adding it to base tags.
The user synchronization is normally made via sync_all_dns script that synchronize users information from LDAP to the EMPINST.EMPLOYEE table. If you synchronize a field such as telephone number when a user edits the value in IBM Connections at next run of sync_all_dns script the change is lost. To avoid this problem you must setup the synchronization from EMPLOYEE table to LDAP by using the script process_draft_updates.sh
The document provides an overview of new features and enhancements in the Frog VLE update, including:
1) New features such as forms, quizzes, polls, a data viewer, and site templates. Forms, quizzes, and polls allow gathering and viewing user data. The data viewer displays data from these and other widgets. Site templates enable creation and sharing of templates.
2) Enhancements to assignments, including search and reopening closed assignments. Sites can now be duplicated. Font styles can be selected in editable text widgets.
3) Guidance on using the new features, including how to create forms, quizzes, polls, and view collected data in the data viewer
This document provides instructions on how to create manuals using Structured FrameMaker SGML in conjunction with the ATA Spec 2200 template. It describes how to create a new book by copying the template folder, renaming files to match the CMM number, and opening the book file. It also explains some key aspects of working in the structured FrameMaker environment, such as using the Structure View window to see the document hierarchy and manipulating elements.
Building A Cool Web 2.0 Application With XPagesddrschiw
油
Using Lotus Domino Designer 8.5, we will create a Lotus Domino XPage web application that utilizes advanced Web 2.0 technology, and explain what we are doing it along the way. This step by step demonstration will highlight many of the application development improvements for Lotus Domino 8.5. See how you can develop with Domino Designer and XPages. We will explore AJAX, Script Libraries, DoJo and custom controls.
See http://www-10.lotus.com/ldd/ddwiki.nsf/dx/LS09_SHOW106.htm to find out more or to download application resources.
Chapter 7 Web 2.0 Learning Environments in Distance LearningAmal Alshehri
油
This chapter discusses the use of Web 2.0 tools to support distance learning. It outlines how Web 2.0 disrupts current distance learning technologies by emphasizing communication over just information and encouraging user participation. The chapter also discusses constructs for Web 2.0 learning environments, including personal learning spaces that allow for quizzes, content with discussions, sharing, meetings and social interaction. It notes the strengths and weaknesses of integrating Web 2.0 tools and outlines key principles for leaders, such as providing training to help teachers understand how technology can deliver skills and allowing teachers and students control over their data.
This tutorial provides instructions for using the StatPlanet software to create interactive maps and visualizations. It discusses downloading and installing StatPlanet, importing shapefiles and data to create maps, different map types (choropleth, proportional symbol), customizing map features and options, and troubleshooting. The document aims to enable non-technical users to explore and communicate data through interactive maps and visualizations using StatPlanet.
Create a basic performance point dashboard epcEPC Group
油
This document provides instructions for creating a basic PerformancePoint dashboard with three key elements:
1) It describes creating a simple dashboard that contains a scorecard, an analytic grid report, and a filter.
2) It orients the user to the Dashboard Designer user interface which is divided into four main areas: the ribbon, workspace browser, center pane, and details pane.
3) It guides the user through creating the dashboard items - selecting a data source, creating an analytic grid report to display data from the source, selecting or creating KPIs, and then generating a scorecard and filter to populate the new dashboard.
Consuming and Publishing Ordnance Survey Open Data with Open Source SoftwareJoanne Cook
油
The document outlines steps to consume Ordnance Survey open data using open source software in 2 hours. It describes downloading sample OS data and mastermap data, preparing and loading the data into a PostgreSQL/PostGIS database using Python scripts. It then explains configuring a MapServer mapfile to serve the data, and viewing the results in a web browser using OpenLayers and in Quantum GIS desktop GIS software. The goal is to go from raw OS data to viewing it in a web and desktop GIS using only open source tools.
This document provides a user's guide for generating EADDR statistics from Hyperion reports. It outlines the steps to navigate to reports in Hyperion, select corps, run queries, export results, convert the file format, import it into an Access database for processing, generate output spreadsheets, and troubleshoot potential issues. The process takes approximately 15 minutes to run queries in Hyperion and automatically generates statistics.
This document provides instructions for installing and configuring IBM Community Surveys version 5.5 within an existing IBM Connections 5.5 environment. The key steps include:
1. Creating a DB2 database and installing Community Surveys using IBM Installation Manager.
2. Configuring the application in WebSphere and mapping it to the HTTP server.
3. Performing survey setup tasks in the Community Surveys application.
4. Registering resource bundles, enabling custom widgets, and adding the survey widgets to communities for users to access surveys.
phpMyAdmin is a free and open-source tool written in PHP that allows users to manage MySQL databases through a web interface. Key features include creating, dropping, and modifying databases; performing maintenance tasks; running SQL queries; and managing users and privileges. The interface is straightforward and easy to use, with icons and menus for navigating databases and performing common operations like creating tables, inserting data, exporting, and importing databases.
Learn to install and configure open source Technology such as Java, MySQL and BIRT to develop Online Business Intelligence Reports. Presented by Vazi Okhandiar, founder of NR Computer Learning Center. www.nrclc.com
Creating a repository using the oracle business intelligence administration toolRavi Kumar Lanke
油
This 6 hour tutorial shows how to build an Oracle BI metadata repository using the Administration Tool. The document outlines the steps to:
1. Create a new repository called BISAMPLE and import metadata from the BISAMPLE schema including 5 tables.
2. Verify the connection by updating row counts and viewing data.
3. Create aliases for the imported physical tables.
4. Generate physical keys and joins between the tables in the Physical layer.
The tutorial then previews building the Business Model and Mapping layer in the next section.
Create software builds with jazz team buildBill Duncan
油
A guide to using the Jazz Team Build feature in Rational Team Concert
Veena H. Balakrishnaiah (veena.balakrishna@in.ibm.com), Build and Release Engineer, IBM
Summary: Veena H. Balakrishnaiah gives an overview of how to configure source control and Jazz Team Build components of Rational Team Concert to define and manage your build. Jazz builds run against files that come from a designated build repository workspace and include traceability between change sets and work items. Jazz Team Builds provide support for the automation, monitoring, and awareness of a team's regular builds.
This article originally appeared at http://www.ibm.com/developerworks/rational/library/create-software-builds-jazz-team-build/index.html?ca=drs-
The tutorial describes the following topics in detail
CREATING AN ADF APPLICATION
DEPLOYING & RUNNING ADF APPLICATION ON WEBLOGIC SERVER
ADF DATA VISUALIZATION COMPONENTS
CREATING MORE COMPLEX BUSINESS COMPONENTS
CREATING MULTIPLE PAGE WEBSITES PAGE FLOWS
CREATING JEE5 STATELESS SESSION EJBS
CREATING JAX-WS WEB SERVICES
ADDING THE NEW SERVICES INTO THE ADF APPLICATION
DATA VALIDATION (OPTIONAL)
Bi publisher starter guide to develop first reportketulp
油
This document provides steps to create a first report in Oracle BI Publisher 11g. It involves:
1. Creating a JDBC data source to connect to a data source
2. Creating a data model using the JDBC data source and an SQL query
3. Saving the data model for use in report creation
4. Creating a new report using the existing data model
5. Adding charts and tables to the report by dragging attributes from the data model
This document provides a tutorial on working with databases in Rational Application Developer. It shows how to connect to a Cloudscape database from Application Developer, create tables and columns, generate DDL statements, and sample data. The tutorial creates two tables, CUSTOMER and ADDRESS, with a one-to-many relationship, and enters sample data. It demonstrates both creating database objects directly in Cloudscape and through Application Developer's visual tools.
This document provides instructions for getting started with JBoss ESB, including downloading and installing JBoss ESB, deploying it to the JBoss Application Server or JBoss ESB Server, and running a "Hello World" quickstart example to validate the installation. Key steps include downloading JBoss ESB and either the JBoss Application Server or JBoss ESB Server, configuring deployment properties, deploying JBoss ESB archives using Ant, and running the quickstart to test the integration.
This document provides instructions for getting started with JBoss ESB, including downloading and installing JBoss ESB, deploying it to the JBoss Application Server or JBoss ESB Server, and running a "Hello World" quickstart example to validate the installation. Key steps include downloading JBoss ESB and either the JBoss Application Server or JBoss ESB Server, configuring deployment properties, deploying JBoss ESB archives using Ant, and starting the server.
Here are the key steps to create a mapping in Informatica PowerCenter:
1. Open the Mapping Designer and create a new mapping
2. Drag and drop the source and target tables from the Repository Navigator into the mapping area
3. Create an Expression Transformation and name it appropriately
4. Connect the source table ports to the Expression Transformation ports
5. Right click the Expression Transformation and select 'Edit' to open the Expression Editor
6. In the Expression Editor, add a dummy output port for the field to be calculated/transformed
7. Write the expression in the Expression Editor to calculate/transform the field value based on the business logic
8. Connect the Expression Transformation output port
1. The document provides steps to create a repository in Oracle BI 11g using the Administration Tool by importing metadata from the BISAMPLE schema.
2. Key steps include importing the BISAMPLE schema tables, verifying the connection by updating row counts, creating aliases for the tables, and defining physical keys and joins between the tables.
3. The document outlines creating a new repository, importing metadata from the BISAMPLE schema, verifying the connection works properly, creating aliases for the tables with descriptive names, and defining the foreign key relationships between the tables in the Physical layer.
The document summarizes the new features and enhancements in IBM Lotus Notes Traveler 8.5.3 for various mobile devices. Key updates include installation improvements and mail enhancements for Android devices, the ability to flag emails and improved folder management for Apple devices, new support for Symbian^3 devices, and additional security and configuration options for the Lotus Notes Traveler server. The document also provides information on learning more about the product.
The document summarizes the new features in IBM Lotus Notes Traveler 8.5.2, including user managed security that allows remote wiping or locking of devices, support for responding to meeting invitations on Apple devices, corporate contact lookup on Nokia and Windows Mobile devices, and scheduled synchronization for those devices. It also describes a new Lotus Mobile Installer application for installing and updating the Lotus Notes Traveler client software.
This tutorial provides instructions for using the StatPlanet software to create interactive maps and visualizations. It discusses downloading and installing StatPlanet, importing shapefiles and data to create maps, different map types (choropleth, proportional symbol), customizing map features and options, and troubleshooting. The document aims to enable non-technical users to explore and communicate data through interactive maps and visualizations using StatPlanet.
Create a basic performance point dashboard epcEPC Group
油
This document provides instructions for creating a basic PerformancePoint dashboard with three key elements:
1) It describes creating a simple dashboard that contains a scorecard, an analytic grid report, and a filter.
2) It orients the user to the Dashboard Designer user interface which is divided into four main areas: the ribbon, workspace browser, center pane, and details pane.
3) It guides the user through creating the dashboard items - selecting a data source, creating an analytic grid report to display data from the source, selecting or creating KPIs, and then generating a scorecard and filter to populate the new dashboard.
Consuming and Publishing Ordnance Survey Open Data with Open Source SoftwareJoanne Cook
油
The document outlines steps to consume Ordnance Survey open data using open source software in 2 hours. It describes downloading sample OS data and mastermap data, preparing and loading the data into a PostgreSQL/PostGIS database using Python scripts. It then explains configuring a MapServer mapfile to serve the data, and viewing the results in a web browser using OpenLayers and in Quantum GIS desktop GIS software. The goal is to go from raw OS data to viewing it in a web and desktop GIS using only open source tools.
This document provides a user's guide for generating EADDR statistics from Hyperion reports. It outlines the steps to navigate to reports in Hyperion, select corps, run queries, export results, convert the file format, import it into an Access database for processing, generate output spreadsheets, and troubleshoot potential issues. The process takes approximately 15 minutes to run queries in Hyperion and automatically generates statistics.
This document provides instructions for installing and configuring IBM Community Surveys version 5.5 within an existing IBM Connections 5.5 environment. The key steps include:
1. Creating a DB2 database and installing Community Surveys using IBM Installation Manager.
2. Configuring the application in WebSphere and mapping it to the HTTP server.
3. Performing survey setup tasks in the Community Surveys application.
4. Registering resource bundles, enabling custom widgets, and adding the survey widgets to communities for users to access surveys.
phpMyAdmin is a free and open-source tool written in PHP that allows users to manage MySQL databases through a web interface. Key features include creating, dropping, and modifying databases; performing maintenance tasks; running SQL queries; and managing users and privileges. The interface is straightforward and easy to use, with icons and menus for navigating databases and performing common operations like creating tables, inserting data, exporting, and importing databases.
Learn to install and configure open source Technology such as Java, MySQL and BIRT to develop Online Business Intelligence Reports. Presented by Vazi Okhandiar, founder of NR Computer Learning Center. www.nrclc.com
Creating a repository using the oracle business intelligence administration toolRavi Kumar Lanke
油
This 6 hour tutorial shows how to build an Oracle BI metadata repository using the Administration Tool. The document outlines the steps to:
1. Create a new repository called BISAMPLE and import metadata from the BISAMPLE schema including 5 tables.
2. Verify the connection by updating row counts and viewing data.
3. Create aliases for the imported physical tables.
4. Generate physical keys and joins between the tables in the Physical layer.
The tutorial then previews building the Business Model and Mapping layer in the next section.
Create software builds with jazz team buildBill Duncan
油
A guide to using the Jazz Team Build feature in Rational Team Concert
Veena H. Balakrishnaiah (veena.balakrishna@in.ibm.com), Build and Release Engineer, IBM
Summary: Veena H. Balakrishnaiah gives an overview of how to configure source control and Jazz Team Build components of Rational Team Concert to define and manage your build. Jazz builds run against files that come from a designated build repository workspace and include traceability between change sets and work items. Jazz Team Builds provide support for the automation, monitoring, and awareness of a team's regular builds.
This article originally appeared at http://www.ibm.com/developerworks/rational/library/create-software-builds-jazz-team-build/index.html?ca=drs-
The tutorial describes the following topics in detail
CREATING AN ADF APPLICATION
DEPLOYING & RUNNING ADF APPLICATION ON WEBLOGIC SERVER
ADF DATA VISUALIZATION COMPONENTS
CREATING MORE COMPLEX BUSINESS COMPONENTS
CREATING MULTIPLE PAGE WEBSITES PAGE FLOWS
CREATING JEE5 STATELESS SESSION EJBS
CREATING JAX-WS WEB SERVICES
ADDING THE NEW SERVICES INTO THE ADF APPLICATION
DATA VALIDATION (OPTIONAL)
Bi publisher starter guide to develop first reportketulp
油
This document provides steps to create a first report in Oracle BI Publisher 11g. It involves:
1. Creating a JDBC data source to connect to a data source
2. Creating a data model using the JDBC data source and an SQL query
3. Saving the data model for use in report creation
4. Creating a new report using the existing data model
5. Adding charts and tables to the report by dragging attributes from the data model
This document provides a tutorial on working with databases in Rational Application Developer. It shows how to connect to a Cloudscape database from Application Developer, create tables and columns, generate DDL statements, and sample data. The tutorial creates two tables, CUSTOMER and ADDRESS, with a one-to-many relationship, and enters sample data. It demonstrates both creating database objects directly in Cloudscape and through Application Developer's visual tools.
This document provides instructions for getting started with JBoss ESB, including downloading and installing JBoss ESB, deploying it to the JBoss Application Server or JBoss ESB Server, and running a "Hello World" quickstart example to validate the installation. Key steps include downloading JBoss ESB and either the JBoss Application Server or JBoss ESB Server, configuring deployment properties, deploying JBoss ESB archives using Ant, and running the quickstart to test the integration.
This document provides instructions for getting started with JBoss ESB, including downloading and installing JBoss ESB, deploying it to the JBoss Application Server or JBoss ESB Server, and running a "Hello World" quickstart example to validate the installation. Key steps include downloading JBoss ESB and either the JBoss Application Server or JBoss ESB Server, configuring deployment properties, deploying JBoss ESB archives using Ant, and starting the server.
Here are the key steps to create a mapping in Informatica PowerCenter:
1. Open the Mapping Designer and create a new mapping
2. Drag and drop the source and target tables from the Repository Navigator into the mapping area
3. Create an Expression Transformation and name it appropriately
4. Connect the source table ports to the Expression Transformation ports
5. Right click the Expression Transformation and select 'Edit' to open the Expression Editor
6. In the Expression Editor, add a dummy output port for the field to be calculated/transformed
7. Write the expression in the Expression Editor to calculate/transform the field value based on the business logic
8. Connect the Expression Transformation output port
1. The document provides steps to create a repository in Oracle BI 11g using the Administration Tool by importing metadata from the BISAMPLE schema.
2. Key steps include importing the BISAMPLE schema tables, verifying the connection by updating row counts, creating aliases for the tables, and defining physical keys and joins between the tables.
3. The document outlines creating a new repository, importing metadata from the BISAMPLE schema, verifying the connection works properly, creating aliases for the tables with descriptive names, and defining the foreign key relationships between the tables in the Physical layer.
The document summarizes the new features and enhancements in IBM Lotus Notes Traveler 8.5.3 for various mobile devices. Key updates include installation improvements and mail enhancements for Android devices, the ability to flag emails and improved folder management for Apple devices, new support for Symbian^3 devices, and additional security and configuration options for the Lotus Notes Traveler server. The document also provides information on learning more about the product.
The document summarizes the new features in IBM Lotus Notes Traveler 8.5.2, including user managed security that allows remote wiping or locking of devices, support for responding to meeting invitations on Apple devices, corporate contact lookup on Nokia and Windows Mobile devices, and scheduled synchronization for those devices. It also describes a new Lotus Mobile Installer application for installing and updating the Lotus Notes Traveler client software.
AD113 -- IBM Lotus Notes Discussion Template: Next Generation and Other OpenN...ddrschiw
油
Come to this session to learn about how developers can benefit from OpenNTF. We'll start with an overview and show how you can leverage various assets within your projects, then focus on the next generation of the Lotus Notes Discussion template and demonstrate the improved user experience for both Web and rich client. In the main part of this session, we'll then describe how the application has been built technically, and we'll explain how we've used the JavaViews in the client. Finally, we'll walk you through the XPages design and show how you can take home the techniques and custom controls to re-use in your applications.
This document provides an overview of server-side JavaScript (SSJS) in XPages, including what it is, common practices, and code samples. SSJS allows using JavaScript logic on the server similarly to how it is used in browsers but with additional platform-specific features. It discusses how SSJS is both similar to and different from standard JavaScript, and recommends practices such as taking advantage of Java integration and error handling. The document concludes with code samples for applications using SSJS for tasks like managing application state and performing searches.
AD112 -- Development and Deployment of Lotus Product Documentation Wikisddrschiw
油
Come learn how the IBM Lotus product documentation team developed and deployed live production wikis using the Lotus Domino XPages template available from OpenNTF.org. We'll tell the story of how we learned XPages ourselves, developed the template to allow IBMers and customers to contribute to product documentation, and deployed XPages wiki applications into a Lotus Domino Web production environment with 300,000 visitors a month!
AD114 -- Beyond the Mobile Browser? Building Rich Mobile Applications for IBM...ddrschiw
油
Sometimes mobile users need more than a browser version of a Lotus Domino application. When remote workers need to access Lotus Domino application data when out of network coverage, or when the data must be easily manipulated on-device, the browser just doesn't cut it -- enter Mobile Rich Client Applications. In this session, we'll present an overview of rich client application options for Lotus Domino and build several applications right before your very eyes!
AD111 -- Harnessing the Power of Server-Side JavaScript and Other Advanced XP...ddrschiw
油
XPages have ushered in a new era for application development on the IBM Lotus Domino platform. This session will take you beneath the surface of XPages and into the inner workings of server-side JavaScript, the language that allows you to easily add truly advanced features to your applications. By the end of this deep-dive session, you'll know how to use server-side JavaScript in the following ways: create events that dynamically manipulate interface components based on user interaction; and use scope caching to improve performance and usability and leverage closures
and other design patterns to create reusable object-oriented server-side JavaScript. You'll also learn how to make your XPages more powerful with "managed beans" and other Java classes, as well as create advanced re-usable components by passing Java and server-side JavaScript objects to custom controls.
Ad108 - XPages in the IBM Lotus Notes Client - A Deep Dive!ddrschiw
油
This session gives you the grand tour of XPages in the Lotus Notes client. You'll discover how easy it is to take your XPages Web apps offline, and then add custom client behaviors that really adapt your application to Lotus Notes client platform. Spread your wings and integrate your application with other client components using real-world use cases that can make a real difference to your business. Learn how to test and debug your XPages client app along the way, and see how XPages supports traditional Lotus Notes client features and get a glimpse of where these integration points will lead in the future. If you have plans for XPages on the Lotus Notes client, this session is a must for you!
Ad109 - XPages Performance and Scalabilityddrschiw
油
Understanding the XPages architecture is key to building performant scalable enterprise-ready Lotus Domino web applications. We'll show how to go under the hood to discover functional features that help your application perform and scale well. You'll learn about design patterns and techniques that ensure your applications are optimally tuned for your business requirements, and we'll show how to integrate existing business logic -- without increasing performance cost.
Ad107 - Enhance Your Existing Applications with XPagesddrschiw
油
XPages allows you to build great looking, Web 2.0 style applications in browsers and Lotus Notes clients alike. This session will show you the tricks and tips on upgrading your existing applications with quick win performance, feature and UI enhancements. From simple design patterns for typical Lotus Domino developers, to easy OneUI styling and simple upgrade steps, this session will benefit all existing Lotus Notes and Domino developers looking for that "step up".
Last year at Lotusphere, XPages burst onto the Lotus Domino application development landscape. Since then, the developer community has embraced XPages and delivered compelling Lotus Domino Web solutions. 8.5.1 delivered on the vision by providing the ability to build an application once for the Web, the Notes client or expose as an iWidget.Come hear about other 8.5.1 enhancements, what is coming in 8.5.2 and glimpse towards the future.
Ad103 - Have it Your Way: Extending IBM Lotus Domino Designerddrschiw
油
With release 8.5.1, the new Lotus Domino Designer Extension API supports custom extensions to operate on selections of design elements. We'll details several sample applications; 1) validate references to views, forms, etc in XPages and Custom controls, 2) re-factoring tool to rename a design element and update references, 3) synchronize files between NSF and local file system (stylesheets, etc) and 4) select a form, create view with all fields from the form. We'll provide boilerplate code for common types of plugins, so you can just add your own code. You'll see how
to control whether your extension is visible/enabled based on selection contents - visit openntf.org for more! After attending this session, you can make your own contributions!
Ad102 - Extreme Makeover -- LotusScript and Java Editor Editionddrschiw
油
Join us as we "reveal" the new LotusScript and Java editing capabilities in Lotus Designer 8.5.1. You'll learn how to leverage key features such as a class browser, automatic recompilation, code templates, content assist, hover help, hyperlinking and many other to make writing your LotusScript code a 'snap'.
Also, you'll learn how editing your Java libraries, agents, web service consumers, and web service providers in Lotus Domino Designer 8.5.1 can give your Java skills a wake up call!
Ad101 - IBM Lotus Domino Designer: Full Speed Ahead!ddrschiw
油
Lotus Domino Designer 8.5 reinvented the Lotus Notes and Domino application development experience, and Lotus Designer 8.5.1 furthered that vision. This presentation will begin with an overview of the capabilities new to Lotus Designer 8.5.1, such as the new LotusScript editor, Java development environment, and the ability to extend Lotus Domino Designer with tools of your own creation. And now that we have our Eclipse foundation solidly beneath us, we'll look ahead to see how building on a solid foundation is taking Lotus Domino Designer into hyperdrive!
Cross the boundaries with the upcoming XPages public API! You'll see how you can extend XPages by providing your own native controls, like a scrolling grid or outlines. You'll also see how to create your own data sources, secured REST services, simple actions, and IBM Lotus Sametime awareness rendering. See how you can increase your productivity -- and push your application to the highest standard.
LotusSphere 2010 - Leveraging IBM Lotus速 Forms with IBM WebSphere速 Process S...ddrschiw
油
The Business Process Accelerator (BPA) is a new IBM offering which combines the power and flexibility of IBM WebSphere Portal with the intuitive, secure interface of IBM Lotus Forms in order to accelerate the automation of end-to-end business processes. Used in conjunction with IBMs industry-leading Business Process Management (BPM) offerings, the Business Process Accelerator can improve process efficiency, increase corporate agility and reduce the time-to-value on BPM initiatives.
This session provides a rich technical deep dive featuring tools now available to ease integration between the WebSphere Portal, BPM solutions, and Lotus Forms. It will discuss integration points, leveraging XML, and connectivity to different process engines or content sources. A live demo will showcase ways the new software assets and Redbook aid in the deployment of a once-difficult combination of products.
Webform Server 351 Architecture and Overviewddrschiw
油
This presentation provides a functional and technical overview of Lotus Forms Server - Webform Server 3.5.1. It includes several architecture diagrams as well as an overview of how Webform Server transforms XFDL and XForms forms into HTML and JavaScript forms for display in a browser.
This presentation includes:
* Whats new in 3.0
* About Webform Server
* Architecture Overview
* Scaling Webform Server
* Creating a Servlet
* Creating a Portlet
* Differences Between Webform Server and Viewer
* Form-based Settings
* Document Accessibility Wizard
IBM Lotus Forms Viewer is a desktop application that allows you to view XFDL and XForms forms. This presentation provides an overview of Lotus Forms Viewer, including:
What's New in Version 3.5.1
Using Lotus Forms Viewer
Setting preferences
Using Smartfill
Overview of Viewer settings.
This presentation introduces application developers to the use of XPages in IBM Lotus
Notes and Domino applications for the Web. It is accompanied by a series of exercises. For more information, see http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Tutorial-intro-to-XPages.htm
This document introduces IBM's Domino XPages technology. XPages brings state-of-the-art web technologies like JavaServer Faces to Domino applications, decreasing development time. It provides an extensive set of UI controls, pre-built functionality like Ajax, and allows custom controls. XPages is integrated with Domino and leverages existing design elements and APIs while providing complete control over HTML rendering.
5 Must-Use AI Tools to Supercharge Your Productivity!
AI is changing the game! From research to creativity and coding, here are 5 powerful AI tools you should try.
NotebookLM
NotebookLM Your AI Research Assistant
Organizes & summarizes notes
Generates insights from multiple sources
Ideal for students, researchers & writers
Boost your productivity with smarter note-taking!
Napkin.ai
ィ Napkin.ai The Creativity Booster
Connects and organizes ideas
Perfect for writers, designers & entrepreneurs
Acts as your AI-powered brainstorming partner
Unleash your creativity effortlessly!
DeepSeek
DeepSeek Smarter AI Search
Delivers deeper & more precise search results
Analyzes large datasets for better insights
Ideal for professionals & researchers
Find what you needfaster & smarter!
ChatGPT
ChatGPT Your AI Chat Assistant
Answers questions, writes content & assists in coding
Helps businesses with customer support
Boosts learning & productivity
From content to codingChatGPT does it all!
Devin AI
Devin AI AI for Coders
Writes, debugs & optimizes code
Assists developers at all skill levels
Makes coding faster & more efficient
Let AI be your coding partner!
AI is transforming the way we work!
Benchmark Testing Demystified: Your Roadmap to Peak PerformanceShubham Joshi
油
Benchmark testing is the cornerstone of understanding your systems performance, and this guide breaks it down step-by-step. Learn how to design tests that simulate real-world conditions, measure key performance metrics, and interpret results effectively. This comprehensive roadmap covers everything from selecting the right tools to creating repeatable tests that help identify bottlenecks and optimize resource usage. Whether you're dealing with web applications, mobile apps, or enterprise software, this guide offers practical tips and real-life examples to ensure your system runs at peak efficiency.
Caching for Performance Masterclass: Caching StrategiesScyllaDB
油
Exploring the tradeoffs of common caching strategies and a look at the architectural differences.
- Which strategies exist
- When to apply different strategies
- ScyllaDB cache design
This is session #3 of the 5-session online study series with Google Cloud, where we take you onto the journey learning generative AI. Youll explore the dynamic landscape of Generative AI, gaining both theoretical insights and practical know-how of Google Cloud GenAI tools such as Gemini, Vertex AI, AI agents and Imagen 3.
Combining Lexical and Semantic Search with Milvus 2.5Zilliz
油
In short, lexical search is a way to search your documents based on the keywords they contain, in contrast to semantic search, which compares the similarity of embeddings. Well be covering:
Why, when, and how should you use lexical search
What is the BM25 distance metric
How exactly does Milvus 2.5 implement lexical search
How to build an improved hybrid lexical + semantic search with Milvus 2.5
William Maclyn Murphy McRae, a logistics expert with 9+ years of experience, is known for optimizing supply chain operations and consistently exceeding industry standards. His strategic approach, combined with hands-on execution, has streamlined distribution processes, reduced lead times, and consistently delivered exceptional results.
Big Data Analytics Quick Research Guide by Arthur Morgan (PREVIEW)Arthur Morgan
油
This is a Quick Research Guide (QRG).
QRGs include the following:
- A brief, high-level overview of the QRG topic.
- A milestone timeline for the QRG topic.
- Links to various free online resource materials to provide a deeper dive into the QRG topic.
- Conclusion and a recommendation for at least two books available in the SJPL system on the QRG topic.
QRGs planned for the series:
- Artificial Intelligence QRG
- Quantum Computing QRG
- Big Data Analytics QRG (coming 2025)
- Spacecraft Guidance, Navigation & Control QRG (coming 2026)
- UK Home Computing & The Birth of ARM QRG (coming 2027)
Any questions or comments?
- Please contact Arthur Morgan at art_morgan@att.net.
100% human made.
THE BIG TEN BIOPHARMACEUTICAL MNCs: GLOBAL CAPABILITY CENTERS IN INDIASrivaanchi Nathan
油
This business intelligence report, "The Big Ten Biopharmaceutical MNCs: Global Capability Centers in India", provides an in-depth analysis of the operations and contributions of the Global Capability Centers (GCCs) of ten leading biopharmaceutical multinational corporations in India. The report covers AstraZeneca, Bayer, Bristol Myers Squibb, GlaxoSmithKline (GSK), Novartis, Sanofi, Roche, Pfizer, Novo Nordisk, and Eli Lilly. In this report each company's GCC is profiled with details on location, workforce size, investment, and the strategic roles these centers play in global business operations, research and development, and information technology and digital innovation.
Blockchain is revolutionizing industries by enhancing security, transparency, and automation. From supply chain management and finance to healthcare and real estate, blockchain eliminates inefficiencies, prevents fraud, and streamlines operations.
What You'll Learn in This Presentation:
1. How blockchain enables real-time tracking & fraud prevention
2. The impact of smart contracts & decentralized finance (DeFi)
3. Why businesses should adopt secure and automated blockchain solutions
4. Real-world blockchain applications across multiple industries
Explore the future of blockchain and its practical benefits for businesses!
DealBook of Ukraine: 2025 edition | AVentures CapitalYevgen Sysoyev
油
The DealBook is our annual overview of the Ukrainian tech investment industry. This edition comprehensively covers the full year 2024 and the first deals of 2025.
Data-Driven Public Safety: Reliable Data When Every Second CountsSafe Software
油
When every second counts, you need access to data you can trust. In this webinar, well explore how FME empowers public safety services to streamline their operations and safeguard communities. This session will showcase workflow examples that public safety teams leverage every day.
Well cover real-world use cases and demo workflows, including:
Automating Police Traffic Stop Compliance: Learn how the City of Fremont meets traffic stop data standards by automating QA/QC processes, generating error reports saving over 2,800 hours annually on manual tasks.
Anonymizing Crime Data: Discover how cities protect citizen privacy while enabling transparent and trustworthy open data sharing.
Next Gen 9-1-1 Integration: Explore how Santa Clara County supports the transition to digital emergency response systems for faster, more accurate dispatching, including automated schema mapping for address standardization.
Extreme Heat Alerts: See how FME supports disaster risk management by automating the delivery of extreme heat alerts for proactive emergency response.
Our goal is to provide practical workflows and actionable steps you can implement right away. Plus, well provide quick steps to find more information about our public safety subscription for Police, Fire Departments, EMS, HAZMAT teams, and more.
Whether youre in a call center, on the ground, or managing operations, this webinar is crafted to help you leverage data to make informed, timely decisions that matter most.
Caching for Performance Masterclass: Caching at ScaleScyllaDB
油
Weighing caching considerations for use cases with different technical requirements and growth expectations.
- Request coalescing
- Negative sharding
- Rate limiting
- Sharding and scaling
NSFW AI Chatbot Development Costs: What You Need to KnowSoulmaite
油
Are you considering building an NSFW AI chatbot ?Understanding the costs involved is crucial before starting your project. This PDF explores the key cost factors, including AI model customization, API integration, content filtering systems, and ongoing maintenance expenses. Learn how different pricing models impact the development budget and discover cost-saving strategies without compromising quality.
Artificial Intelligence Quick Research Guide by Arthur MorganArthur Morgan
油
This is a Quick Research Guide (QRG).
QRGs include the following:
- A brief, high-level overview of the QRG topic.
- A milestone timeline for the QRG topic.
- Links to various free online resource materials to provide a deeper dive into the QRG topic.
- Conclusion and a recommendation for at least two books available in the SJPL system on the QRG topic.
QRGs planned for the series:
- Artificial Intelligence QRG
- Quantum Computing QRG
- Big Data Analytics QRG (coming 2025)
- Spacecraft Guidance, Navigation & Control QRG (coming 2026)
- UK Home Computing & The Birth of ARM QRG (coming 2027)
Any questions or comments?
- Please contact Arthur Morgan at art_morgan@att.net.
100% human made.
The Constructor's Digital Transformation Playbook: Reducing Risk With TechnologyAggregage
油
https://www.professionalconstructorcentral.com/frs/27678427/the-constructor-s-digital-transformation-playbook--reducing-risk-with-technology
Reduce risk and boost efficiency with digital transformation in construction. Join us to explore how AI, automation, and data-driven insights can improve project safety and streamline operations.
Zilliz's presentation in AWS x Apache Doris meetup on 24th Feb 2025 in Singapore.
In this presentation, I shared a live demo on how you can outsource thinking and reasoning to Amazon Nova for generating a research report on any topic.
Code repo for live demo can be found here: https://github.com/zilliztech/deep-searcher
I've also shared about the hard tradeoffs you need to make when choosing vector indexes and lastly my top 5 favourite features of Zilliz Cloud.
This is a comprehensive guide explaining how blockchain technology works, its key features, and real-world applications in industries like finance, supply chain, and retail. Learn about different blockchain networks (public, private, and consortium) and the challenges businesses face in adopting blockchain. Discover how blockchain consulting can help businesses implement secure, transparent, and efficient solutions, reducing risks and optimizing operations. This guide is ideal for businesses exploring blockchain adoption and seeking expert guidance.
How to teach M365 Copilot and M365 Copilot Chat prompting to your colleagues. Presented at the Advanced Learning Institute's "Internal Communications Strategies with M365" event on February 27, 2025. Intended audience: Internal Communicators, User Adoption Specialists, IT.