Creating a UI
So far, Jython has stood in for a real client. Windchill, as a web application, utilizes the browser to provide a user interface. The following user interface components will be created for Pet:
• A table to display all pets, which will be linked to from the > page
• A pop-up to create new pets (with support for uploading pictures (content))
• A similar pop-up to edit existing pets
• An “info” page to view pets, with an “Attachments” tab to download pictures
• Actions to create, edit, and delete pets
Parent topic