This browser is an EJB client. It renders query results as trees.
Here is how it works:
- the browser queries a JNDI Naming Service for a handle to the EJB
- the Naming Service locates the WordNet EJB
- the Naming Service returns the browser a handle to the WordNet EJB interface
- the browser invokes the methods on the EJB, notably the
queryDoc
method which returns a serialized W3C DOM Document
- the browser renders the Document as a tree
Features:
- multi-tab browsing
- hyperlinks
- exporting to XML
- exporting with XSL transforms
- connects directly to EJB