Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 369454 - Support the use of RUIHandlers in existing, non-EGL based Web 2.0 applications
Summary: Support the use of RUIHandlers in existing, non-EGL based Web 2.0 applications
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard: RUI_Optimization
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-23 16:46 EST by Brian Svihovec CLA
Modified: 2017-02-23 14:14 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Svihovec CLA 2012-01-23 16:46:30 EST
This enhancement is intended to hold the design document related to using a RUIHandler in an existing, non-EGL based Web 2.0 application.

Users should be able to be able to add a RUIHandler to their existing application by specifying a single include statement, where this include statement imports all of the required content (i.e. EGL Runtime and generated .js files).  A user should be able to instantiate the handler using standard JavaScript syntax (i.e. "new com.example.MyFirstHandler();" and be able to access the widgets defined within the handler for display in the browser window.