| Summary: | [Website] Demos team project is hard to consume | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ivan Furnadjiev <ivan> |
| Component: | Website | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | austin.riddle |
| Version: | unspecified | ||
| Target Milestone: | 1.5 M2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Ivan Furnadjiev
The current demo project set is hard to consume as an additional knowledge for creating a mixed RAP runtime + fileupload target is needed. I see two possibilities: 1. Update the demo team project set with the needed FileDialog bundles and their dependencies. 2. Add a documentation (note) for creating a mixed RAP runtime + fileupload target in the "Source Code -> RAP Examples Team Project Set" page. Another idea is to make the FileDialog page a "contribution" with additional team project set. (In reply to comment #1) > 1. Update the demo team project set with the needed FileDialog bundles and > their dependencies. I like this option, because FileDialog is part of SWT, but I think the last option you suggested is more scalable for other demonstrable things that are not in SWT per-se. The "File Upload" page in the Examples Demo is now an external contribution (org.eclipse.rap.rwt.supplemental.filedialog.demo bundle). The old FileDialog demo entry point is removed from org.eclipse.rap.rwt.supplemental.filedialog.demo bundle. With this change the current demo team project set is valid. |