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 170670 - Services tree view of deployed/instantiated projects/libraries on a running card
Summary: Services tree view of deployed/instantiated projects/libraries on a running card
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks: 170636
  Show dependency tree
 
Reported: 2009-08-19 18:29 UTC by _ tboudreau
Modified: 2009-09-03 18:13 UTC (History)
1 user (show)

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 _ tboudreau 2009-08-19 18:29:23 UTC
$CARDMANAGERURL/xlist allows us to fetch an XML list of deployed projects/libraries on a running emulator or card.  It would be nice to have the ability to 
show running projects/libraries.

NOTE:  Xlist may not currently provide sufficient information, particularly for mapping instances back to existing projects

The Children object for such a node will need to be implemented such that it does not start the card/emulator on expansion, but if expanded, shows a single 
"not running" node, listens for status changes on the Card object, and refreshes itself after a timeout in the event of a status change.
Comment 1 _ tboudreau 2009-09-02 22:58:40 UTC
Fixed in changeset 3f7eaf66d8be

Note:  The nodes currently have no actions available on them.  If we want users to be able to undeploy certain applet
instances, etc., that should be filed separately, and addressed after a needed cleanup of the API for Card objects.
Comment 2 Quality Engineering 2009-09-03 18:13:18 UTC
Integrated into 'main-golden', will be available in build *200909030951* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3f7eaf66d8be
User: Tim Boudreau <tboudreau@netbeans.org>
Log: #170670 - Services tree view of running Java Card devices, what applets and instances of those applets are deployed on them.