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 |
Does struts include its own unit tests?
What is the use of forwardaction?
What are the two types of validations supported by validator framework?
where you store password in banking project
What are struts in java?
Struts follows which design patterns?
When should we use SwtichAction?
project architechture in java
3 Answers AC, IBM, INDUS, Satyam,
Difference between struts and spring?
State the procedure for using forward attribute of link tag’s.
When wil use singleton class in Struts
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?