You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by wo...@apache.org on 2004/12/14 13:49:40 UTC

cvs commit: ws-juddi/extras/browser README

wombachera    2004/12/14 04:49:40

  Modified:    extras/browser README
  Log:
  no message
  
  Revision  Changes    Path
  1.2       +52 -2     ws-juddi/extras/browser/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/ws-juddi/extras/browser/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README	25 Nov 2004 00:36:59 -0000	1.1
  +++ README	14 Dec 2004 12:49:40 -0000	1.2
  @@ -1,2 +1,52 @@
  -Future home of the jUDDI Browser
  -Contributed by Andreas Wombacher
  +
  +                  jUDDI Web GUI
  +
  +                     0.8
  +  
  +
  +  What is it?
  +  -----------
  +
  +  The jUDDI Web GUI is a simplified Web based graphical user interface to a UDDI
  +  service repository making use of the general UDDI API via Web Services calls. 
  +  The GUI is implemented based on Cocoon.
  +  
  +  The limitations of the provided GUI is that login and password of the UDDI must
  +  be the standard values of a jUDDI repository, that is "juddi". Further, the 
  +  number of input fields of the Business Entity, Business Service, and tModel has 
  +  been limited as much as possible. Finally, the assignment of WSDL documents to 
  +  a Business Service is treated slightly different to the specification by adding
  +  it as a tModel to the categoryBag of the service.
  +
  +
  +
  +  Requirements
  +  ------------
  +
  +  The jUDDI Web GUI is based on Apache Cocoon (http://cocoon.apache.org/2.1/), 
  +  thus, requires a complete Cocoon instalation. No further requirements exist.
  +
  +
  +
  +  Installation Instructions and Documentation
  +  -------------------------------------------
  +  
  +  Simply copy the web-gui directory of this distribution into the webapps 
  +  directory of your Cocoon installation. Afterwards, you can access the 
  +  Web GUI via the following link: http://localhost:8888/web-gui/
  +  if your Cocoon installation is accessable via http://localhost:8888/
  +  The file IPSI_PF_sitemap_v1.vsd contained in this directory contains
  +  a sitemap of the web GUI.
  +
  +
  +
  +  Licensing and legal issues
  +  --------------------------
  +
  +  The Web GUI is licensed under the Apache Software License, a license of the BSD
  +  family, and contains software which is compatible with the BSD licensing style.
  +
  +  For more information, please read the LICENSE files in this directory.
  +
  +
  +  Have Fun!
  \ No newline at end of file