Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Design patterns in PDE UI Incubator ApiTools


Hi Elizabeth,
I don't think there is any special emphasis on patterns. Once processing of .java files is added (in addition to the current processing of .class files), the visitor pattern might be used to process sources.

The Wiki page in your mail has a few links that describe the functionality of the API Tools (http://wiki.eclipse.org/index.php/PDE_UI_Incubator_ApiTools_Compare). That page in turn has several links describing the APIs in Eclipse. There is also API comparison demo (http://wiki.eclipse.org/API_Comparison_demo) and a page on a proposal for new Javadoc tags (http://wiki.eclipse.org/API_Javadoc_tags).

Sincerely,
Oleg Besedin




Elizabeth B Silberg <silberg@xxxxxxxxxx>
Sent by: pde-dev-bounces@xxxxxxxxxxx

06/21/2007 04:35 PM

Please respond to
"Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>

To
pde-dev@xxxxxxxxxxx
cc
Subject
[pde-dev] Design patterns in PDE UI Incubator ApiTools






Are any design patterns in use or planned for use in the
PDE UI Incubator ApiTools?  Also, any architecture or additional documentation on these tools and/or their background would be helpful as well.  Thanks, Elizabeth

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev


Back to the top