public marks

PUBLIC MARKS from clochix with tag specification

16 November 2006

Widgets 1.0

by 3 others
This document describes widgets. It covers the packaging format, the manifest file config.xml, and scripting interfaces for working with widgets. The type of widgets that are addressed by this document are usually small client-side applications for displaying and updating remote data, packaged in a way to allow a single download and installation on a client machine. The widget may execute outside of the typical web browser interface. Widgets are web applications which use the browser as an environment to run in, but which do not have the usual browser chrome. They are installed on a local client, and have several features that are not available to regular web applications, such as a more explicit security model to allow them to perform a wider range of tasks easily, and a persistent information store apart from cookies.

30 October 2006

Introducing the Portlet Specification, Part 1 - Java World

JSR 168 defines portlets as Java-based Web components, managed by a portlet container, that process requests and generate dynamic content. Portals use portlets as pluggable user interface components that provide a presentation layer to information systems.

Developing to the Java Portlet Specification

This article will walk through the development of a simple portlet application to demonstrate the inner workings of a compliant portlet.

clochix's TAGS related to tag specification

application +   java +   jsr +   jsr168 +   portlet +   WC +   web +   widget +