What is Portlet???? when,where and why we use it ??
Answer Posted / e.sunil kumar-vizag
Portlets are pluggable user interface components that are
managed and displayed in a web portal. Portlets produce
fragments of markup code that are aggregated into a portal
page. Typically, following the desktop metaphor, a portal
page is displayed as a collection of non-overlapping portlet
windows, where each portlet window displays a portlet. Hence
a portlet (or collection of portlets) resembles a web-based
application that is hosted in a portal. Some examples of
portlet applications are email, weather reports, discussion
forums, and news.
Portlet standards are intended to enable software developers
to create portlets that can be plugged in to any portal
supporting the standards.
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
Explain the necessity of empty tag?
Difference between struts and spring? Or why use spring, if you are already using struts?
What is the difference between requestaware and servletrequestaware interface?
When do I need “struts.jar” on my classpath?
What is the purpose of struts.xml in struct2?
What are the various struts tag libraries?
What are the components of struts framework?
What is the purpose of @typeconversion annotation annotation?
What configurations are stored in struts configuration file ?
How can forward action be used to restrict a strut application to mvc?
What is apache struts cve 2017 5638?
What are the two types of validations supported by validator framework?
how to develop the submit and search operations in single jsp using struts?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What are the life cycle methods of interceptor?