Bug 370672 - UI design and implementation of service and library wizards for database access
Summary: UI design and implementation of service and library wizards for database access
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:
Keywords:
Depends on: 370906 370907
Blocks: 367261
  Show dependency tree
 
Reported: 2012-02-05 21:52 EST by Song Fan CLA
Modified: 2017-02-23 14:17 EST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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