Create a Portlet Project in RAD

Slides:



Advertisements
Similar presentations
When you right click on the Interwrite icon, you can choose between the interactive, office, or one of the other options.
Advertisements

Enterprise Portal Training Collaboration Project Document Uploading Use arrows to go forward or back 1.
Putting Your PowerPoint into WebCT. To put your PowerPoint online Create an appropriate folder Upload the PowerPoint file to that folder Create a link.
Adding a Syllabus Link. Let’s add the syllabus to the homepage. Return to the homepage Click “Add File” To get to the homepage, click the Course Content.
Student iDrive Access ESU Website Server Storage Space.
Using Tabs. Tabs are the most general way to navigate through the zzusis portal applications. This tour gives an overview of how to use tabs.
{ Apache - Click By, By, Anupam Mundale. Anupam Mundale. Viraj Kulkarni. Viraj Kulkarni.
Student Presentations. Overview Introduction Prepping Zipping Uploading unZipping Viewing.
Connect To RefWorks from CSU University Library Page A B.
Using the File Manager WebCT 6. Understanding File Manager The File Manager is the area where all course files are stored. Whenever you link a file in.
How do I create a Web Dilemma in PowerPoint? Start Tutorial Use Black Boxes for Navigation.
Creation of hybrid portlet application for file download using IBM Worklight and IBM Rational Application Developer v9 Gaurav Bhattacharjee Lakshmi Priya.
Buttons and Hyperlinks in PowerPoint To add a button: 1.Open a PowerPoint Project and select the slide on which you wish to place a button. 2.Click on.
JSP and Servlets Lecture notes by Theodoros Anagnostopoulos.
The basics of the Online Portal
Web Technologies Website Development Trade & Industrial Education
View in Slide Show mode; see Notes Page Format for details Hewlett-Packard Project & Portfolio Management System Hewlett-Packard Project & Portfolio Management.
1 IMPORTANT NOTE  IMPORTANT NOTE not  As of this writing the default project you will download, import and use in this class is not enabled for Tomcat.
WEBiT Adding a new page. 1. View a page like the one you wish to create a. Navigate to a page with a similar layout to the new page you wish to create.
Curriculum Portal Navigation and Uploading. Logging on to the Curriculum Portal Curriculum Portal Navigation and Posting 1. Open up the portal at
CLEEN portal Setting public access to portal documents.
Creating an External Style Sheet Module 5: Beyond the Basics with Expression Web LESSON 8.
Website Editing From Gingerweb The Image Gallery.
Application Specific Module Tutorial Akos Balasko 02/07/
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
Portaportal Internet Bookmaking Made Simple. To begin go to Portaportal.com and sign up for a free account.
Teacher Web Page Creation Eileen Musselman. Log on to Muhlenberg’s Intranet Click Submit button.
Introduction to EBSCOhost Tutorial support.ebsco.com.
System Requirements for e-tendering portal
January 2006Colby College ITS Setting Up Course Pages.
1.5 LooGix.com Experience and Creation Meg Moring.
Setting up Dreamweaver to use your local WAMP testing Server
P rinceton I ntralink D ata A ccess Available Through You can now view files in Intralink using FROTOOLS Revision 0 May 16, 2005.
Instructional/6-8/General Session 1 of 1 Get Going with eChalk Digital File Locker.
CHOOSE 1 OF THESE.
If you don’t have Google Earth downloaded already, you can go to to get it.
Creating a Zip File with a Password. 1.Right Click on the File or Folder you want to Zip. 2.Choose “Add to Zip”
 Enter blogger.com in the search barblogger.com  Log-in through a valid Gmail account (or create a Gmail account if you don’t have one)  Then click.
Weebly is Your Friend. * To Enhance And Promote Your Curriculum * To Provide A Student Resource * Add Efficiency to Your Planning * Informational * Promote.
Portlet Development Konrad Rokicki (SAIC) Manav Kher (SemanticBits) Joshua Phillips (SemanticBits) Arch/VCDE F2F November 28, 2008.
My Stuff & More! How to personalize your OSLIS 2.0 “dashboard” and add files to your personal space.
1 After completing this lesson, you will be able to: Create and edit hyperlinks in worksheets. Save worksheets and workbooks as Web pages. Send workbooks.
Using the Personal Image Photo Library
Objectives Create a folder in Google Drive.
Fundraising on Facebook
Writing simple Java Web Services using Eclipse
Using a template to create a document
How to access your work from home or another computer
Download TPL.zip to some directory
Holdings Management Adding, Editing, and Assigning Notes
Employee Profile Showcase Campus Directory
Test Information Distribution Engine (TIDE)
How to obtain a license activation key for InraPorc?
Tutorial Introduction to support.ebsco.com.
J2EE Application Development
Finding Magazine and Journal Articles in
Project Documentation Generation
A technical look at the new capabilities
ESIS Consulting LLC (C) ESIS Consulting LLC. All rights reserved
Pages.
Adding Photo to Agent Profile
5.5 Adding Photo Gallery Module
A technical look at new capabilities and features
You will need to click the login button here
RefWorks is an electronic reference management system.
HOW TO ADD SIGNATURE TO MICROSOFT OFFICE OUTLOOK
Use an Internet Browser
Student Digital Lockers for Students on eChalk
Tutorial Introduction to help.ebsco.com.
User guide for OneDrive
Presentation transcript:

Create a Portlet Project in RAD Specify a name for the project Choose the target runtime as “WebSphere Portal v6,1” Portlet API can be JSR 168/JSR286/IBM portlet. For Portlet Types – you can choose from Empty/Basic/Struts/Faces portlet. Since I am trying to deploy a simple application, I choose Basic Portlet.

To create a portlet with view mode alone.

To create a portlet with view and edit mode, select “Add preference handling to diplay and edit preferences.

This creates a portlet application that extends a portlet class: the GenericPortlet class of the JSR 168 portlet API. This portlet type contains the portlet class, sample JSP files that are used in rendering the portlet, and a sample Java bean.

Project Lesson_4 and its folder structure

Now, lets deploy the portlet Lesson_4. Export the project as a war file.

Login to the WPS page using a browser – http://<host>:10040/wps/myportal

In the ‘Web Modules’ click on ‘Install’

Browse and upload the war file.

By default, the display name of PA_Lesson_4 is given, indicating it as a Portal Application

When you see this page, Lesson_4 is deployed in WPS.

Navigate to ‘Manage Pages’ to include ‘Lesson_4’ in a page.

Edit the page using the ‘pencil’ icon

Add the portlet to any frame of your choice by clicking the ‘Add Portlets’ button.

Search for the portlet and click ‘OK’

You can see the portlet added to the page

View the page in the browser, the portlet can be seen.