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 58129 - define the acapi (module and API) for application client
Summary: define the acapi (module and API) for application client
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Lukas Jungmann
URL:
Keywords:
Depends on:
Blocks: 55574
  Show dependency tree
 
Reported: 2005-04-20 23:51 UTC by Vince Kraemer
Modified: 2006-04-14 21:32 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
API, javadoc, test, apichanges (163.17 KB, application/octet-stream)
2006-03-26 13:22 UTC, Lukas Jungmann
Details
commit log (3.20 KB, text/plain)
2006-04-14 21:32 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-20 23:51:18 UTC
This api would parallel the web/webapi and the j2ee/ejbapi
Comment 1 Lukas Jungmann 2006-03-26 13:16:32 UTC
Please review the new API for application client modules
introduced in promoG. I will attach zip w/ sources of new API as well as diffs
for tests, apichanges.xml and javadoc.

Actually there are 2 types of changes but because they are closely related to
each other I'm using one issue for them (it would not make sense to implement
just one change)

1) addition of new API for application client itself - parallel w/ API of Ejb
modules

2) addition of new API method (void addCarModule(Car module)) to Enterprise
application API to support addition of application client to the enterprise
application
Comment 2 Lukas Jungmann 2006-03-26 13:22:36 UTC
Created attachment 29403 [details]
API, javadoc, test, apichanges
Comment 3 Lukas Jungmann 2006-04-13 16:56:31 UTC
since there are no comments, i will commit changes tommorow.
Comment 4 Lukas Jungmann 2006-04-14 21:32:22 UTC
Created attachment 29870 [details]
commit log
Comment 5 Lukas Jungmann 2006-04-14 21:32:59 UTC
commit log is attached