[Ejtools-cvs] CVS: website/content/projects/deployment details.xhtml,NONE,1.1 faq.xml,NONE,1.1 index
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-04-18 21:02:24
|
Update of /cvsroot/ejtools/website/content/projects/deployment In directory usw-pr-cvs1:/tmp/cvs-serv6740/projects/deployment Added Files: details.xhtml faq.xml index.xhtml Log Message: Initial Import --- NEW FILE: details.xhtml --- <?xml version="1.0" encoding="UTF-8"?> <html> <head> <title>EJTools - JNDI Browser Details</title> </head> <body> <h1>EJTools JNDI Browser : the details</h1> <p>TO DO</p> </body> </html> --- NEW FILE: faq.xml --- <?xml version="1.0" encoding="UTF-8"?> <faqlist title="EJTools FAQ"> <section title="Why of EJTools JNDI Browser"> <question>What can I do with this browser ?</question> <answer> <p>This tool allows the developper and the administrator of a J2EE Server to control the JNDI userspace.</p> </answer> </section> </faqlist> <!-- copy & paste section <section title=""> <question></question> <answer> </answer> </section> --> --- NEW FILE: index.xhtml --- <?xml version="1.0" encoding="UTF-8"?> <html> <head> <title>EJTools - JNDI Browser</title> </head> <body> <h1>EJTools JNDI Browser</h1> <p>The EJTools JNDI Browser is a tool which allows to view and interact with the JNDI userspace. It provides two different views : <ul> <li>- a shallow view, which is an overview of the JNDI space. It is very useful to see if the object you are looking for is correctly bound.</li> <li>- a deep view, which is a detail view of the JNDI space. It provides automatic recognition of J2EE objects like EJBs, Queues, Topics and ConnectionFactories. With this view, you can act as a remote client and create EJBs, Browse Queues, Publish messages on Topics and so on.</li> </ul> </p> </body> </html> |