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 58132 - define the raapi (module and API)
Summary: define the raapi (module and API)
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords: API
Depends on:
Blocks: 57999
  Show dependency tree
 
Reported: 2005-04-21 00:09 UTC by Vince Kraemer
Modified: 2016-07-07 08:53 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
connector api implementation (incuding notes in apichanges) (27.78 KB, text/plain)
2007-06-10 23:11 UTC, Lukas Jungmann
Details
tests for new api (7.47 KB, text/plain)
2007-06-10 23:12 UTC, Lukas Jungmann
Details
related changes in j2ee/earproject (4.85 KB, text/plain)
2007-06-10 23:12 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Kraemer 2005-04-21 00:09:51 UTC
parallel to the webapi and ejbapi modules and APIs for resource adapters
Comment 1 Lukas Jungmann 2007-06-10 23:11:39 UTC
Created attachment 43487 [details]
connector api implementation (incuding notes in apichanges)
Comment 2 Lukas Jungmann 2007-06-10 23:12:08 UTC
Created attachment 43488 [details]
tests for new api
Comment 3 Lukas Jungmann 2007-06-10 23:12:53 UTC
Created attachment 43489 [details]
related changes in j2ee/earproject
Comment 4 Lukas Jungmann 2007-06-10 23:18:32 UTC
Attached is implementation of connector api including basic tests and related
change in j2ee/earproject (diffs are based on NB 5.5.1).

Feel free to reuse it.
Comment 5 Andrei Badea 2007-06-11 10:27:52 UTC
Lukasi, thank you for your work. But I would like to see use cases before
committing this. What user action is this intended to support? Who is the client
of the Connector API? Who will implement ConnectorImplementation?
Comment 6 Lukas Jungmann 2007-06-11 14:22:25 UTC
The client of this API is/will be Connector module project type (I have already
implemented some basic stuff here) and it is currently the only implementor of
this API.

The main use case for this API (from IDE users' point of view) is to support
those who wants to develop Java EE Connectors/resource adapters as part of
enterprise application. Standalone connectors could be developed without
proposed changes.

My goal and personal preference is to make connector project type support
available on some kind of UC (probably beta) for 6.0 without need of also
providing updated existing modules (j2ee/ejbapi, j2ee/earproject).
Comment 7 Martin Balin 2016-07-07 08:53:17 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss