|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Custom Components API - project creation wizardHi,
I want to clarify step 2 of Project creation wizard. (in "Custom Components API Project Support" spec: http://wiki.netbeans.org/MobilityCustomComponentProjectSupport ). May be on this step we should show list of library Descriptors that will be created (not libraries)? It looks more clear if we try to reuse "Java SE Library Descriptor" wizard. Then step2 workflow is: - step2 shows list of library descriptors that will be generated. - step2 has buttons "Add..." and "Remove..." - "Add..." button opens "Java SE Library Descriptor" wizard (or similar if we can't reuse that wizard). Result of this wizard is library descriptor. - Created library descriptor is added to the list of descriptors on the step 2 (actually just planned for creation, because we have no project yet ) Andrew. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Custom Components API - project creation wizardAndrew Korostelev wrote:
> Hi, > > I want to clarify step 2 of Project creation wizard. > (in "Custom Components API Project Support" spec: > http://wiki.netbeans.org/MobilityCustomComponentProjectSupport ). > > May be on this step we should show list of library Descriptors that > will be created (not libraries)? > It looks more clear if we try to reuse "Java SE Library Descriptor" > wizard. libraries (most likely not because there is no way to recognize that some library is Java ME related). Thats way is better to show only libraries which has descriptor defined in the project. > > Then step2 workflow is: > - step2 shows list of library descriptors that will be generated. > - step2 has buttons "Add..." and "Remove..." > - "Add..." button opens "Java SE Library Descriptor" wizard (or > similar if we can't reuse that wizard). > Result of this wizard is library descriptor. > - Created library descriptor is added to the list of descriptors on > the step 2 (actually just planned for creation, because we have no > project yet ) implement logic to remove library descriptors from nbproject files. I'll try to update documentation today. Karol > > Andrew. -- Karol Harezlak <karol.harezlak@...> Sun Microsystems, Inc. NetBeans Mobility Phone: +420-233-009-481 , Mobile: +420-608-432-921 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Re: Custom Components API - project creation wizardSpecification has been updated based on the Andrew's suggestions.
http://wiki.netbeans.org/MobilityCustomComponentProjectSupport Karol Harezlak wrote: > Andrew Korostelev wrote: >> Hi, >> >> I want to clarify step 2 of Project creation wizard. >> (in "Custom Components API Project Support" spec: >> http://wiki.netbeans.org/MobilityCustomComponentProjectSupport ). >> >> May be on this step we should show list of library Descriptors that >> will be created (not libraries)? >> It looks more clear if we try to reuse "Java SE Library Descriptor" >> wizard. > I agree and I thing it would not be so easy to truck list of Java ME > libraries (most likely not because there is no way to recognize that > some library is Java ME related). Thats way is better to show only > libraries which has descriptor defined in the project. >> >> Then step2 workflow is: >> - step2 shows list of library descriptors that will be generated. >> - step2 has buttons "Add..." and "Remove..." >> - "Add..." button opens "Java SE Library Descriptor" wizard (or >> similar if we can't reuse that wizard). >> Result of this wizard is library descriptor. >> - Created library descriptor is added to the list of descriptors on >> the step 2 (actually just planned for creation, because we have no >> project yet ) > Yes I agree, but keep in mind that Remove button require also to > implement logic to remove library descriptors from nbproject files. > I'll try to update documentation today. > > Karol >> >> Andrew. > > -- Karol Harezlak <karol.harezlak@...> Sun Microsystems, Inc. NetBeans Mobility Phone: +420-233-009-481 , Mobile: +420-608-432-921 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free Forum Powered by Nabble | Forum Help |