SlideShare a Scribd company logo
Web Application Development
Introduction to application servers, web applications
and portlets

Riccardo Rotondo
riccardo.rotondo@ct.infn.it

Catania, 10/03/2014
Outline


Scenario



Application Server



Web Application



Portlet

2
Scenario

JSR 168/268
JSR 168/268

JSR 168/268

JSR 168/268

Catania Science Gateway Framework

GRID

CLOUD
3

Local Cluster
Web enviroment
Application Server (Glassfish)
Web application working as Portlet Container (Liferay)
Portlet (a custom application designed under users
needs)






JSR 168/268
JSR 168/268

4

JSR 168/268

JSR 168/268
What is an application server?
A software framework designed to host applications
running in a web environment
Most of them contains a service layer model
A set of API is available for the developers to access the
application server’s functionalities
As long as the management of the environment is
demanded to the application server, developers can focus
on the business logic.







5
Most popular application servers

http://plumbr.eu/blog/most-popular-application-servers
6
What is a web application?
An application accessed over a network
Analogy with “common” applications
User interact with them through a web-browser
A web applications can offer thousands of services: Liferay
is a web-application






7
Liferay (www.liferay.com)





Highly-configurable, scalable, open source
portal framework;
Compatible with JSR 168/286 standards
and based on modern web 2.0
technologies;
Liferay services currently used:




Portal;
CMS & WCM;
Collaboration and “social” software

8
Liferay Plugins






9

Portlets
Themes
Layouts
Hooks
Exts
What is Porltet ?





10

Defined in the Java Specification Request (JSR
168/286)
A porlet is a web component able to set a frame
portion of a web page.
Differently from Servlet it needs a Porltlet
Container to allow the user to interact with it.
Standard Portlet can be deployed in any Porlet
Container in case they will use standard libray.
Generic Porlets Life Cycle

YES

NO
End of
Services?

11
Generic Porltlets Interface Method
Class GenericPortlets {
init (PortletConfig);
processAction (ActionRequest,
ActionResponse);
render (RenderRequest, RenderResponse);
destroy();
doView (Request, Response);
doEdit (Reuqest, Response);
doHelp (Request, Response);
}

12
Portlet Mode
A porltet works in three
different states.
 View Mode: generate a
markup ( a portion of a
web page);
 Edit Mode: allow portlet
customisation and
setting preferences.
 Help Mode: explains
portlet functionalities.


13
Action Request
Action
Request

view.jsp

processAction()

Action
Request

edit.jsp

14

Render
Request

doView()

edit.jsp

doEdit()

view.jsp

Render
Request

processAction()
Render Request

Render
Request

view.jsp

15

doView()

view2.jsp
Portlets



Standard JSR168/286
Interaction between jsp pages and java code
Application Server (Glassfish)

JSP page
<jsp:useBean
<form … >

Java code
Class <you portlet>
Extends
GenericPortlet …

<input … />
</form>





JSP uses <form… statements to send parameters to Java code
Java code extends class GenericPortlet overriding methods:


Init, doView, doHelp, doEdit, processAction

Java code uses 2 Classes to exchange data from/to JSPs



16
Portlet files (root)
build.xml

Used by ‘ant’ to compile and
deploy the portlet

docroot/
WEB_INF/
css/
images/
js/
jsp_page_1.jsp
…
jsp_page_n.jsp
17

Define here JSP’s styles
JSP image files
JavaScript files

Portlet JSP pages
Portlet files (docroot)
WEB_INF/
glassfish-web.xml
web.xml
lib/
Job/
liferay-display.xml
liferay-plugin-package.properties
liferay-portlet.xml
portlet.xml
src/
<package_name>/code.java

tld/
18

Used to define database and other
resources settings
Jar Library directory (local scope)
Job files (Custom dir)

Portlet
configuration files

Java source files
XML structure file
19
Building environment





20

Get Liferay with Glassfish
Customising Liferay installation (database
connection)
Get Liferay plug-in SDK
Configuring Netbeans (optional)
Deploying first portlet







Understanding ant scripts
Creating “hello world” portlet
Understanding portlet files
Compiling porltet
Deploying porlet
Understading portlet management on the server

21
References








Liferay: https://www.liferay.com
Liferay Bundles:
https://www.liferay.com/downloads/liferay-portal/availablereleases
Liferay Plugin SDK:
https://www.liferay.com/downloads/liferayportal/additional-files
Netbeans: https://netbeans.org
Netbeans liferay plugin:
https://contrib.netbeans.org/portalpack/

22
Questions ?

23

More Related Content

Viewers also liked (17)

PPT
Introdução à Programação para iPhone (iOS)
Jorge Cardoso
 
PPT
Resumo Desenvolvimento Mobile
Cícero Moura
 
PPTX
Portlet JSR168/286
Alessio Dimauro
 
PPTX
Introduction on Science Gateway
riround
 
PPT
Portlets 2.0 JSR286
C2B2 Consulting
 
PDF
Dev-Time Liferay
Anton Naumov
 
PPTX
Desenvolvimento Mobile - Engenharia de Software
Daniel Rodrigues
 
PPT
Web2.0 Ajax and REST in WebSphere Portal
Munish Gupta
 
PPTX
Desenvolvendo APPs Com Angular.JS + Cordova
Gustavo Costa
 
PPTX
Programação Android - Básico
HugoDalevedove
 
PPTX
Science Gateways: one portal, many e-Infrastructures and related services
riround
 
PDF
Minicurso Programação Android
GPrimola
 
PDF
Construindo portlets para IBM WebSphere Portal – Parte 1
rodrigoareis
 
PDF
Melhores práticas de deployment do IBM Connections
rodrigoareis
 
PDF
IBM Web Content Management - Melhores práticas
rodrigoareis
 
PPTX
Programação para mobile: Serviços e Aplicativos
Marlon Luz
 
PDF
Construindo portlets para IBM WebSphere Portal – Parte 2
rodrigoareis
 
Introdução à Programação para iPhone (iOS)
Jorge Cardoso
 
Resumo Desenvolvimento Mobile
Cícero Moura
 
Portlet JSR168/286
Alessio Dimauro
 
Introduction on Science Gateway
riround
 
Portlets 2.0 JSR286
C2B2 Consulting
 
Dev-Time Liferay
Anton Naumov
 
Desenvolvimento Mobile - Engenharia de Software
Daniel Rodrigues
 
Web2.0 Ajax and REST in WebSphere Portal
Munish Gupta
 
Desenvolvendo APPs Com Angular.JS + Cordova
Gustavo Costa
 
Programação Android - Básico
HugoDalevedove
 
Science Gateways: one portal, many e-Infrastructures and related services
riround
 
Minicurso Programação Android
GPrimola
 
Construindo portlets para IBM WebSphere Portal – Parte 1
rodrigoareis
 
Melhores práticas de deployment do IBM Connections
rodrigoareis
 
IBM Web Content Management - Melhores práticas
rodrigoareis
 
Programação para mobile: Serviços e Aplicativos
Marlon Luz
 
Construindo portlets para IBM WebSphere Portal – Parte 2
rodrigoareis
 

Similar to Web Application Development (20)

PPT
Portlet
patinijava
 
PPTX
Introduction to java standard portlets
Rohan Faye
 
PPTX
JSR 168 Portal - Overview
Vinay Kumar
 
PDF
Portets to composite applications
Serge Huber
 
PDF
Portlet Programming Using Jsr 168
Saikrishna Basetti
 
PPT
Liferay
Krithika Shekhar
 
PDF
Portlet applications a multi server deployment perspective by mohit kumar(p...
Mohit Kumar
 
PDF
Introduction to Portlets using Liferay Portal (Part 2)
rivetlogic
 
PDF
Introduction to Portlets Using Liferay Portal
rivetlogic
 
PDF
Ajax In Enterprise Portals Wesley Hales
rajivmordani
 
PPT
Portal Presention
JayaPrakash.m
 
PPSX
Meet open source portals Barcamp Presentation
Chandan Sharma
 
PPT
Working with Portlets in ADF and Webcenter
DataNext Solutions
 
PPTX
Java Servlet
Yoga Raja
 
PPTX
Webcenter Portlal training...
Vinay Kumar
 
KEY
Portal - Lego set for app development
bdaw
 
PPT
Jsr286 Uor Portlet Workshop
SteveMillidge
 
PDF
Ajax In Enterprise Portals
Wesley Hales
 
PDF
Portlet Specification 3.0 Is Here!
Dev_Events
 
Portlet
patinijava
 
Introduction to java standard portlets
Rohan Faye
 
JSR 168 Portal - Overview
Vinay Kumar
 
Portets to composite applications
Serge Huber
 
Portlet Programming Using Jsr 168
Saikrishna Basetti
 
Portlet applications a multi server deployment perspective by mohit kumar(p...
Mohit Kumar
 
Introduction to Portlets using Liferay Portal (Part 2)
rivetlogic
 
Introduction to Portlets Using Liferay Portal
rivetlogic
 
Ajax In Enterprise Portals Wesley Hales
rajivmordani
 
Portal Presention
JayaPrakash.m
 
Meet open source portals Barcamp Presentation
Chandan Sharma
 
Working with Portlets in ADF and Webcenter
DataNext Solutions
 
Java Servlet
Yoga Raja
 
Webcenter Portlal training...
Vinay Kumar
 
Portal - Lego set for app development
bdaw
 
Jsr286 Uor Portlet Workshop
SteveMillidge
 
Ajax In Enterprise Portals
Wesley Hales
 
Portlet Specification 3.0 Is Here!
Dev_Events
 
Ad

Recently uploaded (20)

PPTX
Constitutional Design Civics Class 9.pptx
bikesh692
 
PDF
Right to Information.pdf by Sapna Maurya XI D
Directorate of Education Delhi
 
PPTX
DIARRHOEA & DEHYDRATION: NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
PDF
TOP 10 AI TOOLS YOU MUST LEARN TO SURVIVE IN 2025 AND ABOVE
digilearnings.com
 
PDF
A guide to responding to Section C essay tasks for the VCE English Language E...
jpinnuck
 
PPTX
Various Psychological tests: challenges and contemporary trends in psychologi...
santoshmohalik1
 
PPTX
Unlock the Power of Cursor AI: MuleSoft Integrations
Veera Pallapu
 
PPTX
Digital Professionalism and Interpersonal Competence
rutvikgediya1
 
PPTX
Continental Accounting in Odoo 18 - Odoo Slides
Celine George
 
PPTX
VOMITINGS - NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
PPTX
Qweb Templates and Operations in Odoo 18
Celine George
 
PPTX
GENERAL METHODS OF ISOLATION AND PURIFICATION OF MARINE__MPHARM.pptx
SHAHEEN SHABBIR
 
PPTX
FAMILY HEALTH NURSING CARE - UNIT 5 - CHN 1 - GNM 1ST YEAR.pptx
Priyanshu Anand
 
PPTX
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
PPTX
Cybersecurity: How to Protect your Digital World from Hackers
vaidikpanda4
 
PPTX
Nutrition Quiz bee for elementary 2025 1.pptx
RichellMarianoPugal
 
PPTX
TOP 10 AI TOOLS YOU MUST LEARN TO SURVIVE IN 2025 AND ABOVE
digilearnings.com
 
PPTX
Rules and Regulations of Madhya Pradesh Library Part-I
SantoshKumarKori2
 
PPTX
national medicinal plants board mpharm.pptx
SHAHEEN SHABBIR
 
PPTX
quizbeenutirtion-230726075512-0387d08e.pptx
domingoriahlyne
 
Constitutional Design Civics Class 9.pptx
bikesh692
 
Right to Information.pdf by Sapna Maurya XI D
Directorate of Education Delhi
 
DIARRHOEA & DEHYDRATION: NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
TOP 10 AI TOOLS YOU MUST LEARN TO SURVIVE IN 2025 AND ABOVE
digilearnings.com
 
A guide to responding to Section C essay tasks for the VCE English Language E...
jpinnuck
 
Various Psychological tests: challenges and contemporary trends in psychologi...
santoshmohalik1
 
Unlock the Power of Cursor AI: MuleSoft Integrations
Veera Pallapu
 
Digital Professionalism and Interpersonal Competence
rutvikgediya1
 
Continental Accounting in Odoo 18 - Odoo Slides
Celine George
 
VOMITINGS - NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
Qweb Templates and Operations in Odoo 18
Celine George
 
GENERAL METHODS OF ISOLATION AND PURIFICATION OF MARINE__MPHARM.pptx
SHAHEEN SHABBIR
 
FAMILY HEALTH NURSING CARE - UNIT 5 - CHN 1 - GNM 1ST YEAR.pptx
Priyanshu Anand
 
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
Cybersecurity: How to Protect your Digital World from Hackers
vaidikpanda4
 
Nutrition Quiz bee for elementary 2025 1.pptx
RichellMarianoPugal
 
TOP 10 AI TOOLS YOU MUST LEARN TO SURVIVE IN 2025 AND ABOVE
digilearnings.com
 
Rules and Regulations of Madhya Pradesh Library Part-I
SantoshKumarKori2
 
national medicinal plants board mpharm.pptx
SHAHEEN SHABBIR
 
quizbeenutirtion-230726075512-0387d08e.pptx
domingoriahlyne
 
Ad

Web Application Development