Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "WTP 3.0 Changes"

(WebServices and WSDL)
(WebServices and WSDL)
Line 8: Line 8:
  
 
====  WebServices and WSDL ====
 
====  WebServices and WSDL ====
* Web service pop-up category is moved from org.eclipse.jst.ws.consumption.ui to the org.eclipse.wst.ws.ui plugin.  Please see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=202303 bugzilla 202303] for details.  This is done to support the move of the Web Services Explorer plugin from the JST to the WST install package.
+
:* Web service pop-up category is moved from org.eclipse.jst.ws.consumption.ui to the org.eclipse.wst.ws.ui plugin.  Please see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=202303 bugzilla 202303] for details.  This is done to support the move of the Web Services Explorer plugin from the JST to the WST install package.
:Adopters will need to change the Web services popop menu path.
+
::Adopters will need to change the Web services popop menu path.
:From: org.eclipse.jst.ws.atk.ui.webservice.category.popupMenu/popupActions
+
::From: org.eclipse.jst.ws.atk.ui.webservice.category.popupMenu/popupActions
 
To: org.eclipse.wst.ws.ui.webservice.category.popupMenu/popupActions
 
To: org.eclipse.wst.ws.ui.webservice.category.popupMenu/popupActions
  
* Version changes for the following 2 WTP plugins  
+
:* Version changes for the following 2 WTP plugins  
:The org.eclipse.jst.ws.consumption.ui plugin changed it's version from 1.0.205 to 1.1.0.  
+
::The org.eclipse.jst.ws.consumption.ui plugin changed it's version from 1.0.205 to 1.1.0.  
:The org.eclipse.wst.ws.ui plugin changed it's version from 1.0.203 to 1.1.0.
+
::The org.eclipse.wst.ws.ui plugin changed it's version from 1.0.203 to 1.1.0.
  
 
====  J2EE ====
 
====  J2EE ====

Revision as of 11:01, 8 November 2007

The following is a summary of changes between WTP 2.0 and 3.0: edit

Common Components

XML/JSP Components

Server Component

WebServices and WSDL

  • Web service pop-up category is moved from org.eclipse.jst.ws.consumption.ui to the org.eclipse.wst.ws.ui plugin. Please see bugzilla 202303 for details. This is done to support the move of the Web Services Explorer plugin from the JST to the WST install package.
Adopters will need to change the Web services popop menu path.
From: org.eclipse.jst.ws.atk.ui.webservice.category.popupMenu/popupActions

To: org.eclipse.wst.ws.ui.webservice.category.popupMenu/popupActions

  • Version changes for the following 2 WTP plugins
The org.eclipse.jst.ws.consumption.ui plugin changed it's version from 1.0.205 to 1.1.0.
The org.eclipse.wst.ws.ui plugin changed it's version from 1.0.203 to 1.1.0.

J2EE

JSF

JPT - Dali JPA Tools

Back to the top