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 |
Hai all.What is the use of <logic:iterate>tag in struts application.
What is validate() and reset() functions?
What is the purpose of struts.xml in struct2?
What is the purpose of @beforeresult?
How to create validations?what are struts validation components?
What is the purpose of action tag in struts.xml?
How long do struts last?
What are the sections into which a strut configuration file can be divided?
What is strut action mapping?
Name the different types of actions found in struts.
What inbuilt themes are provided by struts2?
Can we use struts and spring together?