This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 90458 - Services palette
Summary: Services palette
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords: UI, UMBRELLA
Depends on:
Blocks: 90450
  Show dependency tree
 
Reported: 2006-12-01 20:41 UTC by Mark Dey
Modified: 2007-05-17 14:15 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Dey 2006-12-01 20:41:51 UTC
Creator 2 includes a "Server Navigator" top component that presents a tree
structure of commonly used services, such as databases, ejbs, and web services.
The purposes of this "palette" of services is to allow visual D&D binding of
these services to components in the visual web designer.

The Services Palette needs to be made available in NetBeans 6 with the goal of
making this palette a common UI feature for databinding in other editor contexts
(such as Matisse).
Comment 1 Winston Prakash 2007-03-21 18:45:35 UTC
For this task the following Functional Spec and Design documents have been created.

Architecture document
http://wiki.netbeans.org/wiki/view/ServicesTabArchitecture 

Other functional documents related to this task at
http://wiki.netbeans.org/wiki/view/VisualWeb

    *  Architecture
    * Services Tab Window
    * Database Connections
          o Database Connections Node
          o Database Connections Public Contracts
          o VWP Data Source Consumer 
    * Web Services
          o Web Services Node
          o Web Sevice Public Contracts
          o VWP Web Sevice consumer 
    * Enterprise Java Beans
          o Enterprise Java Beans Node
          o Enterprise Java Beans Public Contracts
          o VWP Enterprise Java Beans Consumer 
Comment 2 Mark Dey 2007-05-17 14:15:06 UTC
I'm marking this issue complete since the specs for the services functionality
(producer and consumer interfaces) are done. For NB 6, the UI for the Services
tab will be implemented by re-purposing and renaming the existing Runtime tab to
include D&D services.