Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] J2EE Core Api refined


Extended Team,

Some of the packages in the org.eclipse.jst.j2ee.core plugin have been renamed to make them internal. The packages that are renamed are the *.impl and *.util in the mofj2ee source folder, the classes in these packages are not api anymore. The reason for making these packages internal was to only expose the interfaces to the models and hide the implementation from being an api. Consumers who have been calling any methods from the *.impl or *.util packages should be using the api on the interfaces.

Here is an example of the package rename and the interface api to be used:

org.eclipse.jst.j2ee.application.impl renamed to org.eclipse.jst.j2ee.internal.application.impl
org.eclipse.jst.j2ee.application.util renamed to org.eclipse.jst.j2ee.internal.application.util

All the api for accessing the elements/artifacts on an Application should be going through the interfaces available in  org.eclipse.jst.j2ee.application package.

Thanks, Vijay
-------------------------------------------------
Vijay Bhadriraju                                                  
Ph: (919) 486-1898, T/L: 526-1898    
Internet: vbhadrir@xxxxxxxxxx          
-------------------------------------------------

Back to the top