This wiki has undergone a migration to Confluence found Here
Difference between revisions of "Template Registry Technical Requirements"
Jump to navigation
Jump to search
m (Technical Requirements moved to Template Registry Technical Requirements: Whoops) |
|||
Line 13: | Line 13: | ||
== User Interface Requirements and Design == | == User Interface Requirements and Design == | ||
== Template Metadata Format == | == Template Metadata Format == | ||
+ | ===User=== | ||
+ | <User id="dummy" xmlns="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0"> | ||
+ | <Name> | ||
+ | <LocalizedString value="OpenID"/><!-- User's Open ID --> | ||
+ | </Name> | ||
+ | <Description> | ||
+ | <LocalizedString value="Display Name"/><!-- What to display for this user --> | ||
+ | </Description> | ||
+ | <!-- Demographics (possibly obtained through OpenID APIs) --> | ||
+ | <!-- Address information --> | ||
+ | <Address city="" country="" postalCode="" stateOrProvince="" street="" | ||
+ | streetNumber=""/> | ||
+ | <!-- Person Name Parts --> | ||
+ | <PersonName firstName="" lastName="" middleName=""/> | ||
+ | <!-- Contact Phone Number --> | ||
+ | <TelephoneNumber areaCode="" countryCode="" extension="" number="" phoneType=""/> | ||
+ | <!-- e-Mail Address --> | ||
+ | <EmailAddress address=""/> | ||
+ | </User> | ||
+ | |||
+ | ===Publisher=== |
Revision as of 20:05, 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
User
<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>