Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 370672

Summary: UI design and implementation of service and library wizards for database access
Product: z_Archived Reporter: Song Fan <songfan>
Component: EDTAssignee: Project Inbox <edt.ide.ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: chenzhh, jinfahua, smythew, songfan, svihovec
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 370906, 370907    
Bug Blocks: 367261    

Description Song Fan CLA 2012-02-05 21:52:02 EST
Build Identifier: 

See Bug 367261 for more details.

== Copy from 367261 ==

UI Design: 

1) Developer launches the New EGL Service wizard
2) Developer supplies an EGL part name (MyNewService) and selects a package.
3) Developer chooses the 'Database access' template from the list of templates,
and clicks Next.
4) Developer selects a database connection and then selects 1 or more database
tables (this wizard panel would resemble the wizard panel that already exists
in the New EGL Record Wizard) and clicks Next.
5) The source for the new service (and new Entity record) is displayed in the
Preview page, and developer can select the combo item to show the different EGL source code in the preview page.
6) The developer clicks Finish to create the new service file, which
includes the service part and entity record(s).

=== Copy End ==

Some UI screen shot can be found in the design document of defect 367261

Reproducible: Always