Java Resource Bundles - What is resource bundles?

What is Resource Bundle?

- The place where an application stores its locale-specific data (isolated from source code).

- When your program needs a locale-specific resource your program can load it from the resource bundle that is appropriate for the current user's locale.

- It contains locale-specific objects and key/value pairs.

- It provides a method for getting string arrays.

- It provides necessary information about ResourceBundle.Control class to perform the bundle loading process.
What is a Portlet? Explain its capabilities
What is a Portlet? - Portlets are UI components that are pluggable and are managed, displayed in a web portal...
Portal architecture
Portal architecture - Automaton Server, Image Server, Search Server, Collaboration Server, Content Server, Authentication Server and Remote Servers..
What is PortletSession interface?
What is PortletSession interface? - User identification across many requests and transient information storage about the user is processed by PortletSession interace....
Post your comment