[Ejtools-cvs] CVS: website/content/projects/management 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/management In directory usw-pr-cvs1:/tmp/cvs-serv6740/projects/management 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 - Management Tool</title> </head> <body> <h1>EJTools Management Tool : 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 EJTools Management Tool"> <question>What can I do with this browser ?</question> <answer> <p>This tool allows the developper and the administrator of a J2EE Server to manage it according to the JSR77 specifications from Sun.</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 - Management Tool</title> </head> <body> <h1>EJTools Management Tool</h1> <p>The EJTools JNDI Browser is a partial implementation of the JSR77 API. It provides the following features : <ul> <li>- connection via the MEJB.</li> <li>- a hierarchical view of the managed objects.</li> <li>- access to the attributes of the managed objects.</li> <li>- access to the State Management of the managed objects.</li> <li>- access to the Event Providing of the managed objects.</li> </ul> </p> </body> </html> |