What is Portlet???? when,where and why we use it ??
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / buuny
A Portlet is a web component,usually managed by a container
& process requests and generates dynamic contents.
Portal use these portlets as pluggable user interface
components to provide presentation layer to information
systems.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / satinath mondal
A portlet is a separate module within a portal site that
has a specific function, or displays a separate piece of
content such as news feeds, stock quotes....etc
A portlet is a program which allows a portal to access
another program or information. There is often more than
one portlet for a given application or information set,
linking the portal to a different view of the application
or piece of data. The HR-XML consortium focuses on the
payload specifications for HR, while Employease Composite
Services refer to the APIs and tools needed to manipulate
the payload
| Is This Answer Correct ? | 1 Yes | 10 No |
What’s the utilization of struts.xml configuration file?
when connecting with the database,if database server is down,ho can we handle this exception in struts,how can we send error message to the user?
What is the purpose of @results?
Why do we use struts?
What is Custom Type Converter in Struts2?
How to use dispatchaction?
How are interceptors and servlet filters different?
What is the use of ActionErrors in Struts
what is the diff between struts1.0 and struts2.0
Which class is the Front Controller in Struts2?
What is actioninvocation in struts2?
What is the purpose of @beforeresult?