Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package ulu.view.net

Define the core classes of the Uncle unc item tree.

See:
          Description

Class Summary
EmbeddedServer A small embedded webserver (using Mortbay's Jetty) that serves up XML listings of a selected Unc node and its children, allowing browsing of the tree by remote clients.
InvokeHandler A bespoke HTTP Handler for the Jetty web server that processes method invocations over HTTP by remote clients.
ListHandler A bespoke HTTP Handler for the Jetty web server that serves up flat listings from an Unc root view, using the HTTP path information to map to child views.
 

Package ulu.view.net Description

Define the core classes of the Uncle unc item tree.

Uncle Unc is a software framework for providing front-ends for a range of hierarchical services. It implements a bridge pattern separating the storage and/or generation of the hierarchical data from common interaction methods, such as filtering, searching, viewing in page-sized chunks. A further bridge is implemented between this object-based tree of data and the actual user interfaces, making the generic search, filter, etc. services available to a range of user interface styles (gui, command-line, html, small form-factor devices, etc.)

This package defines a number of low level interfaces specifying key features of a hierarchical data item, such as parent-child relationships and associating properties and methods with nodes in the tree. These are combined into the higher-level ulu.view.Item and ulu.view.View interfaces.

Base classes for filters and event-passing mechanisms are also provided by this package.