[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| [wtp-dev] RE: XDoclet  Facet, and a tutorial | 
Naci,
The facet api can be found in:
org.eclipse.wst.common.project.facet.core
org.eclipse.jst.common.project.facet.core
You could probably use the web facet as an example:
org.eclipse.jst.j2ee.web
  plugin.xml
  project.facet.IWebFacetInstallDataModelProperties
  project.facet.WebFacetInstallDataModelProvider
  project.facet.WebFacetInstallDelegate
  project.facet.WebFacetRuntimeChangedDelegate
  project.facet.WebFacetVersionChangeDelegate
org.eclipse.jst.servlet.ui
  plugin.xml
  project.facet.WebFacetInstallPage
- Konstantin
-----Original Message-----
From: Naci Dai [mailto:naci.dai@xxxxxxxxxxxxx] 
Sent: Tuesday, November 08, 2005 12:36 AM
To: Konstantin Komissarchik
Cc: Ted Bashor; Chuck Bridgham; General discussion of project-wide or
architectural issues.
Subject: XDoclet Facet, and a tutorial
Hi Kosta,
I would like to get this work started.  However, I need some pointers to
code, maybe a good pattern to follow when I implement the 
xdoclet-facet.  As a follow-up, I want to turn it into a tutorial for 
wanna be facet developers.