[Ejtools-cvs] CVS: website/content/projects/jndi.browser manual.xhtml,NONE,1.1 details.xhtml,1.1,1.2
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-21 20:12:56
|
Update of /cvsroot/ejtools/website/content/projects/jndi.browser In directory usw-pr-cvs1:/tmp/cvs-serv30233/content/projects/jndi.browser Modified Files: details.xhtml index.xhtml Added Files: manual.xhtml Log Message: Add some pages --- NEW FILE: manual.xhtml --- <?xml version="1.0" encoding="UTF-8"?> <html> <head> <title>XWeb Documentation</title> </head> <body> <h1>XWeb Documentation</h1> <p>This section contains some information on how to install and use XWeb. As XWeb itself, this documentation is still work in progress. A new online manual is in work, too -- you can find it <a href="http://meganesia.int.gu.edu.au/~pbecker/xweb/manual">on a separate site</a>. It is included as XWeb source in the distribution, too. The new manual is more up-to-date than this site but the information here should still be valid and sometimes still might extend the information in the manual.</p> <p>If you should have any problems feel free to use the <a href="http://sourceforge.net/mail/?group_id=25147">mailing lists</a> or the <a href="http://sourceforge.net/forum/?group_id=25147">web forums</a> on the Sourceforge pages.</p> </body> </html> Index: details.xhtml =================================================================== RCS file: /cvsroot/ejtools/website/content/projects/jndi.browser/details.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** details.xhtml 18 Apr 2002 21:01:39 -0000 1.1 --- details.xhtml 21 May 2002 20:12:52 -0000 1.2 *************** *** 1,14 **** <?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> - - --- 1,12 ---- <?xml version="1.0" encoding="UTF-8"?> + <!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by Laurent Etiemble (Orange) --> <html> ! <head> ! <title>EJTools - JNDI Browser Details</title> ! </head> ! <body> ! <h1>EJTools JNDI Browser : the details</h1> ! <p>To Do. ! </p> ! </body> </html> Index: index.xhtml =================================================================== RCS file: /cvsroot/ejtools/website/content/projects/jndi.browser/index.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.xhtml 18 Apr 2002 21:01:39 -0000 1.1 --- index.xhtml 21 May 2002 20:12:52 -0000 1.2 *************** *** 1,27 **** <?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> - - --- 1,23 ---- <?xml version="1.0" encoding="UTF-8"?> + <!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by Laurent Etiemble (Orange) --> <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> |