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 35622 - Simplify the APIs, create docs that guide the developer through most common oper
Summary: Simplify the APIs, create docs that guide the developer through most common oper
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-21 11:02 UTC by mvinar
Modified: 2009-01-06 15:01 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 mvinar 2003-08-21 11:02:45 UTC
User problem:
-----------------------------------
Writing an extension for NetBeans IDE is
nontrivial and harder than for most of the c
ompetitors (JBuilder, IntelliJ, Eclipse)

User need:
-----------------------------------
The API for extending NetBeans IDE needs to be
crisp and simple, following the pyramid of
complexity paradigm (easy/most common things are
easy, and do not require understanding of the
entire API. More complex things can be harder and
might require better understanding of the
architecture).

Product requirement:
-----------------------------------
Simplify the APIs, create docs that guide the
developer through most common operations
(task-based, rather than architecture-based), etc.