際際滷

際際滷Share a Scribd company logo
Effective use of Spring in Liferay
Chandan Sharma
 Why use Framework (Spring)
 Use of Spring Framework in Liferay
 How can we use Spring in Liferay
 Pros and Cons
 Q n A
Effective use of Spring in Liferay
 Framework take care of infrastructure and let
you focus on your unique functionality.
 Spring is one of the popular framework.
 Flexible and Lightweight
 Spring MVC is Request Oriented web
framework
 Spring provides many sub frameworks to
make development easier Like IOC, AOP,
Spring Portlet MVC framework etc.
Effective use of Spring in Liferay
 Include support for numerous common view
technologies :
 JSP, JSTL, XSLT, Velocity, FreeMarker, Tiles, PDF,
Excel, JasperReport
 Easy to implement new view Technologies
 Interceptors for wrapping other concerns
around controller execution (AOP)
 Exception Resolvers to catch exception
coming out of controllers and mapping to
appropriate views
Effective use of Spring in Liferay
 Liferay Uses Spring in many modules
 Spring.configs in portal.properties
 Service builder generates code and
configuration of Spring for using the service
layer
 Injecting Dependency in service layer
 Hibernate
 Infrastructure
 Workflow
 Mail
 Memchached and more.
Effective use of Spring in Liferay
 Using Spring Portlet MVC
 We can create our own service layer or
override the Liferay Existing Spring
configuration
 When we use multiple database from the same
portal
 When we are writing the Junit Test cases for Service
Layer
 Use in hook and Ext based on configuration change
And More
Effective use of Spring in Liferay
 Any Spring Programmer can use easily no
more learning required
 Spring IOC take care of object Lifecycle
 Get the power of annotation and sub module
 Spring MVC portlet Framwork provide
configuration based portlet we can map more
than one controller to one portlet
 Multiple view technologies can be used easily
 Use Intercepters using AOP at any layer using
xml configuration
Effective use of Spring in Liferay
 Learning of new Framwork
 In Liferay you cannot inject any depencies
from the Spring MVC context into beans held
in the ServiceBuilder context. Becaues of
context are different
 If you are using Liferay Service Builder then
you have to use XXXLocalServiceUtil()
 Some of the Portlet mode is not implemented
in Spring MVC portlet like Help and About.
Effective use of Spring in Liferay
 Portlet in Action
 Spring in Action
 http://static.springsource.org/spring/docs/3
.0.x/reference/portlet.html
 Useful Blogs
Effective use of Spring in Liferay
Effective use of Spring in Liferay
Chandan Sharma
chandansharmamca@gmail.com
http://chandansharmamca.wordpress.com
Ad

Recommended

Java Introduction
Java Introduction
javeed_mhd
Java. converted (2)
Java. converted (2)
AVINASHMEHRA6
JAVA PPT by NAVEEN TOKAS
JAVA PPT by NAVEEN TOKAS
NAVEEN TOKAS
Introduction to Java
Introduction to Java
Professional Guru
Introduction to java
Introduction to java
Saba Ameer
Java Basics
Java Basics
Khan625
Introduction to java
Introduction to java
javeed_mhd
Features of java - javatportal
Features of java - javatportal
JavaTportal
Introduction to Basic Java Versions and their features
Introduction to Basic Java Versions and their features
Akash Badone
Java project
Java project
Rishabh Jain
Java features
Java features
myrajendra
Introduction to Java
Introduction to Java
Professional Guru
INTRODUCTION TO JAVA APPLICATION
INTRODUCTION TO JAVA APPLICATION
Ajit Yadav
Intro to Java
Intro to Java
karianneban
Introduction to basics of java
Introduction to basics of java
vinay arora
Basic of Java
Basic of Java
Ajeet Kumar Verma
Learn java in hindi
Learn java in hindi
Vipin sharma
Advantages of java
Advantages of java
xxx007008
Introduction to java
Introduction to java
princeirfancivil
Genesis and Overview of Java
Genesis and Overview of Java
Ravi_Kant_Sahu
Learn Java with Dr. Rifat Shahriyar
Learn Java with Dr. Rifat Shahriyar
Abir Mohammad
Introduction to java
Introduction to java
Veerabadra Badra
Java and its features
Java and its features
Pydi Nikhil
Introduction to Java -unit-1
Introduction to Java -unit-1
RubaNagarajan
Features of java
Features of java
Hitesh Kumar
Features of JAVA Programming Language.
Features of JAVA Programming Language.
Bhautik Jethva
Introduction to java (revised)
Introduction to java (revised)
Sujit Majety
Liferay architecture By Navin Agarwal
Liferay architecture By Navin Agarwal
Navin Agarwal
Liferay MVC Portlet Development with Liferay IDE
Liferay MVC Portlet Development with Liferay IDE
Surekha Technologies
01/2009 - Portral development with liferay
01/2009 - Portral development with liferay
daveayan

More Related Content

What's hot (19)

Introduction to Basic Java Versions and their features
Introduction to Basic Java Versions and their features
Akash Badone
Java project
Java project
Rishabh Jain
Java features
Java features
myrajendra
Introduction to Java
Introduction to Java
Professional Guru
INTRODUCTION TO JAVA APPLICATION
INTRODUCTION TO JAVA APPLICATION
Ajit Yadav
Intro to Java
Intro to Java
karianneban
Introduction to basics of java
Introduction to basics of java
vinay arora
Basic of Java
Basic of Java
Ajeet Kumar Verma
Learn java in hindi
Learn java in hindi
Vipin sharma
Advantages of java
Advantages of java
xxx007008
Introduction to java
Introduction to java
princeirfancivil
Genesis and Overview of Java
Genesis and Overview of Java
Ravi_Kant_Sahu
Learn Java with Dr. Rifat Shahriyar
Learn Java with Dr. Rifat Shahriyar
Abir Mohammad
Introduction to java
Introduction to java
Veerabadra Badra
Java and its features
Java and its features
Pydi Nikhil
Introduction to Java -unit-1
Introduction to Java -unit-1
RubaNagarajan
Features of java
Features of java
Hitesh Kumar
Features of JAVA Programming Language.
Features of JAVA Programming Language.
Bhautik Jethva
Introduction to java (revised)
Introduction to java (revised)
Sujit Majety
Introduction to Basic Java Versions and their features
Introduction to Basic Java Versions and their features
Akash Badone
Java features
Java features
myrajendra
INTRODUCTION TO JAVA APPLICATION
INTRODUCTION TO JAVA APPLICATION
Ajit Yadav
Intro to Java
Intro to Java
karianneban
Introduction to basics of java
Introduction to basics of java
vinay arora
Learn java in hindi
Learn java in hindi
Vipin sharma
Advantages of java
Advantages of java
xxx007008
Genesis and Overview of Java
Genesis and Overview of Java
Ravi_Kant_Sahu
Learn Java with Dr. Rifat Shahriyar
Learn Java with Dr. Rifat Shahriyar
Abir Mohammad
Java and its features
Java and its features
Pydi Nikhil
Introduction to Java -unit-1
Introduction to Java -unit-1
RubaNagarajan
Features of java
Features of java
Hitesh Kumar
Features of JAVA Programming Language.
Features of JAVA Programming Language.
Bhautik Jethva
Introduction to java (revised)
Introduction to java (revised)
Sujit Majety

Similar to Spring presentation (7)

Liferay architecture By Navin Agarwal
Liferay architecture By Navin Agarwal
Navin Agarwal
Liferay MVC Portlet Development with Liferay IDE
Liferay MVC Portlet Development with Liferay IDE
Surekha Technologies
01/2009 - Portral development with liferay
01/2009 - Portral development with liferay
daveayan
Portlet Framework: the Liferay way
Portlet Framework: the Liferay way
riround
Liferay vs Spring
Liferay vs Spring
irfan romadona
Advanced liferay architecture clustering and high availability
Advanced liferay architecture clustering and high availability
Bordin Kijsirijareonchai
Liferay Portal Introduction
Liferay Portal Introduction
Nguyen Tung
Liferay architecture By Navin Agarwal
Liferay architecture By Navin Agarwal
Navin Agarwal
Liferay MVC Portlet Development with Liferay IDE
Liferay MVC Portlet Development with Liferay IDE
Surekha Technologies
01/2009 - Portral development with liferay
01/2009 - Portral development with liferay
daveayan
Portlet Framework: the Liferay way
Portlet Framework: the Liferay way
riround
Advanced liferay architecture clustering and high availability
Advanced liferay architecture clustering and high availability
Bordin Kijsirijareonchai
Liferay Portal Introduction
Liferay Portal Introduction
Nguyen Tung
Ad

Recently uploaded (20)

How to Implement Least Package Removal Strategy in Odoo 18 Inventory
How to Implement Least Package Removal Strategy in Odoo 18 Inventory
Celine George
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
Ronisha Das
Chalukyas of Gujrat, Solanki Dynasty NEP.pptx
Chalukyas of Gujrat, Solanki Dynasty NEP.pptx
Dr. Ravi Shankar Arya Mahila P. G. College, Banaras Hindu University, Varanasi, India.
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
Belicia R.S
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
How to Manage Multi Language for Invoice in Odoo 18
How to Manage Multi Language for Invoice in Odoo 18
Celine George
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
Gibson "Secrets to Changing Behaviour in Scholarly Communication: A 2025 NISO...
Gibson "Secrets to Changing Behaviour in Scholarly Communication: A 2025 NISO...
National Information Standards Organization (NISO)
University of Ghana Cracks Down on Misconduct: Over 100 Students Sanctioned
University of Ghana Cracks Down on Misconduct: Over 100 Students Sanctioned
Kweku Zurek
ABCs of Bookkeeping for Nonprofits TechSoup.pdf
ABCs of Bookkeeping for Nonprofits TechSoup.pdf
TechSoup
What is FIle and explanation of text files.pptx
What is FIle and explanation of text files.pptx
Ramakrishna Reddy Bijjam
Paper 108 | Thoreaus Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreaus Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
Non-Communicable Diseases and National Health Programs Unit 10 | B.Sc Nursi...
Non-Communicable Diseases and National Health Programs Unit 10 | B.Sc Nursi...
RAKESH SAJJAN
GEOGRAPHY-Study Material [ Class 10th] .pdf
GEOGRAPHY-Study Material [ Class 10th] .pdf
SHERAZ AHMAD LONE
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
nabilahk908
Environmental Science, Environmental Health, and Sanitation Unit 3 | B.Sc N...
Environmental Science, Environmental Health, and Sanitation Unit 3 | B.Sc N...
RAKESH SAJJAN
Birnagar High School Platinum Jubilee Quiz.pptx
Birnagar High School Platinum Jubilee Quiz.pptx
Sourav Kr Podder
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
jutaydeonne
How to Manage Different Customer Addresses in Odoo 18 Accounting
How to Manage Different Customer Addresses in Odoo 18 Accounting
Celine George
PEST OF WHEAT SORGHUM BAJRA and MINOR MILLETS.pptx
PEST OF WHEAT SORGHUM BAJRA and MINOR MILLETS.pptx
Arshad Shaikh
How to Implement Least Package Removal Strategy in Odoo 18 Inventory
How to Implement Least Package Removal Strategy in Odoo 18 Inventory
Celine George
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
Ronisha Das
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
Belicia R.S
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
How to Manage Multi Language for Invoice in Odoo 18
How to Manage Multi Language for Invoice in Odoo 18
Celine George
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
University of Ghana Cracks Down on Misconduct: Over 100 Students Sanctioned
University of Ghana Cracks Down on Misconduct: Over 100 Students Sanctioned
Kweku Zurek
ABCs of Bookkeeping for Nonprofits TechSoup.pdf
ABCs of Bookkeeping for Nonprofits TechSoup.pdf
TechSoup
What is FIle and explanation of text files.pptx
What is FIle and explanation of text files.pptx
Ramakrishna Reddy Bijjam
Paper 108 | Thoreaus Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreaus Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
Non-Communicable Diseases and National Health Programs Unit 10 | B.Sc Nursi...
Non-Communicable Diseases and National Health Programs Unit 10 | B.Sc Nursi...
RAKESH SAJJAN
GEOGRAPHY-Study Material [ Class 10th] .pdf
GEOGRAPHY-Study Material [ Class 10th] .pdf
SHERAZ AHMAD LONE
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
nabilahk908
Environmental Science, Environmental Health, and Sanitation Unit 3 | B.Sc N...
Environmental Science, Environmental Health, and Sanitation Unit 3 | B.Sc N...
RAKESH SAJJAN
Birnagar High School Platinum Jubilee Quiz.pptx
Birnagar High School Platinum Jubilee Quiz.pptx
Sourav Kr Podder
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
jutaydeonne
How to Manage Different Customer Addresses in Odoo 18 Accounting
How to Manage Different Customer Addresses in Odoo 18 Accounting
Celine George
PEST OF WHEAT SORGHUM BAJRA and MINOR MILLETS.pptx
PEST OF WHEAT SORGHUM BAJRA and MINOR MILLETS.pptx
Arshad Shaikh
Ad

Spring presentation

  • 1. Effective use of Spring in Liferay Chandan Sharma
  • 2. Why use Framework (Spring) Use of Spring Framework in Liferay How can we use Spring in Liferay Pros and Cons Q n A Effective use of Spring in Liferay
  • 3. Framework take care of infrastructure and let you focus on your unique functionality. Spring is one of the popular framework. Flexible and Lightweight Spring MVC is Request Oriented web framework Spring provides many sub frameworks to make development easier Like IOC, AOP, Spring Portlet MVC framework etc. Effective use of Spring in Liferay
  • 4. Include support for numerous common view technologies : JSP, JSTL, XSLT, Velocity, FreeMarker, Tiles, PDF, Excel, JasperReport Easy to implement new view Technologies Interceptors for wrapping other concerns around controller execution (AOP) Exception Resolvers to catch exception coming out of controllers and mapping to appropriate views Effective use of Spring in Liferay
  • 5. Liferay Uses Spring in many modules Spring.configs in portal.properties Service builder generates code and configuration of Spring for using the service layer Injecting Dependency in service layer Hibernate Infrastructure Workflow Mail Memchached and more. Effective use of Spring in Liferay
  • 6. Using Spring Portlet MVC We can create our own service layer or override the Liferay Existing Spring configuration When we use multiple database from the same portal When we are writing the Junit Test cases for Service Layer Use in hook and Ext based on configuration change And More Effective use of Spring in Liferay
  • 7. Any Spring Programmer can use easily no more learning required Spring IOC take care of object Lifecycle Get the power of annotation and sub module Spring MVC portlet Framwork provide configuration based portlet we can map more than one controller to one portlet Multiple view technologies can be used easily Use Intercepters using AOP at any layer using xml configuration Effective use of Spring in Liferay
  • 8. Learning of new Framwork In Liferay you cannot inject any depencies from the Spring MVC context into beans held in the ServiceBuilder context. Becaues of context are different If you are using Liferay Service Builder then you have to use XXXLocalServiceUtil() Some of the Portlet mode is not implemented in Spring MVC portlet like Help and About. Effective use of Spring in Liferay
  • 9. Portlet in Action Spring in Action http://static.springsource.org/spring/docs/3 .0.x/reference/portlet.html Useful Blogs Effective use of Spring in Liferay
  • 10. Effective use of Spring in Liferay Chandan Sharma chandansharmamca@gmail.com http://chandansharmamca.wordpress.com