This wiki has undergone a migration to Confluence found Here
Difference between revisions of "Template Registry Technical Requirements"
Jump to navigation
Jump to search
(→User) |
|||
Line 13: | Line 13: | ||
== User Interface Requirements and Design == | == User Interface Requirements and Design == | ||
== Template Metadata Format == | == 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"> | <User id="dummy" xmlns="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0"> | ||
<Name> | <Name> |
Revision as of 20:27, 25 March 2010
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>