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
What are the two scope types for formbeans?
What should be the name of xml file used for validation in struts?
What are the struts2 error message keys that can come during file uploading process?
What is the purpose of redirect result type?
What do you know about validation plugin ?
Can you give an overview of how a struts application flows?
Explain the complete struts validator framework.
how does request processor relates to action mapping?
What is struts validator framework?
Lists the bundled validators in struts?
How duplicate form submission can be controlled in struts?
Why is action servlet a singleton in struts?
What are action errors?
In which order struts framework searches for a message bundle?
What is the use of forwardaction?