Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] post M8 api changes


Hey Sachin,

1. The ComponentHandle class has been deleted in M9.  It is no longer necessary since there is only one component per project.

2.  You want to call J2EEFlexProjDeployable.getURI(IModule)

3.  The project facet support is sort of a next step in evolution of project natures.  See the following link:

http://www.eclipse.org/webtools/development/proposals/Features%20Framework%20Specification.htm

Substitute anytime you see the word "feature" and replace with "Facet".

Hope that helps,

John Lanuti
Software Engineer, IBM Rational
jlanuti@xxxxxxxxxx
t/l 441-7861

"I know this lady way down in my country.
She is so pretty that my eyes throw disguises at me.
Now we will sit and we'll wonder about our future,
But now I'm thinking that today sounds fine to me."  - Of A Revolution



Sachin Patel <sppatel2@xxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

10/17/2005 11:58 AM

Please respond to
"General discussion of project-wide or architectural issues."

To
wtp-dev <wtp-dev@xxxxxxxxxxx>
cc
Subject
[wtp-dev] post M8 api changes





I have just moved to last fridays integration build, and due to the
.deployable design changes I've run into the following errors.  Could
someone guide me on how I need to react?

(1) Can no longer get component handle from J2EEFlexProjDeployable, even
though constructor takes in IVirtualComponent.
(2) Can't get location of IModule.  Before I loaded the IJ2EEModule
adapter and called getLocation().
(3) ServerCore.getProjectProperties is deprecated.  JavaDoc refers to
Project facet support.  What is project facet support?

Thanks in advance.

Sachin.

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


Back to the top