This wiki has undergone a migration to Confluence found Here
Template Registry Technical Requirements
Jump to navigation
Jump to search
Contents
Infrastructure Requirements (Hardware, Software, Etc)
- Operating System
- Linux and/or Windows
- Programming Language
- Java 1.5 or later
- Web Server
- Apache Tomcat 5.0.28 or Later (or other JSP 2.0/Servlet 2.3 Compatible Container)
- Database
- Derby (or other SQL-92 Compliant Database)
- Web Services
- JWSDP 1.6
- ebXML Registry
- freebXMLRegistry 3.1
- Mailing List Server
- TBD
- Open Source
- Java Based (preferably but not absolute requirement, especially if RSS/Atom Enabled)
User Interface Requirements and Design
Template Metadata Format
Authenticated Users
User who are storing information or updating the registry would have a user record stored in the registry that would be referenced by a template registry entry or an audit record. We are proposing here to use OpenID to support authentication as a simlpifier.
This is the proposed metadata that would be stored in the registry for users that are updating the registry.
<User id="dummy" xmlns="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0"> <Name> <LocalizedString value="OpenID"/> </Name> <Description> <LocalizedString value="Display Name"/> </Description> <Address city="" country="" postalCode="" stateOrProvince="" street="" streetNumber=""/> <PersonName firstName="" lastName="" middleName=""/> <TelephoneNumber areaCode="" countryCode="" extension="" number="" phoneType=""/> <EmailAddress address=""/> </User>