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 is action class?
What is the flow of requests in struts based applications?
What is controller in struts ?
Which design pattern is implemented by Struts2 interceptors?
How to handle exceptions in structs?
List some bundled validators?
Is there a particularly good ide to use with struts?
Does apache tomcat use struts?
Why is action servlet a singleton in struts?
What are the core components of a struct2 based application?
Can we use struts and spring together?
What do you mean by a custom tag?
What is the purpose of @conversionerrorfieldvalidator annotation?
What are the core classes of struts framework? Explain
How does one create an action in struts 2?