Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » extending WTP
extending WTP [message #178492] Mon, 04 September 2006 17:26 Go to next message
Eclipse UserFriend
Originally posted by: zeppelin.fmi.uni-sofia.bg

Hi,

Could you point me to some documentation on how to extend WTP/WST? I need
to know more about how to create/customize wst wizards and also the
schema/definition of the WTP extension points.

I need this information for a university project, however I'm absolutely
unable to find any usefull information on the Web. My specific target is
to extend the webservices wizard to create java bean webservices by
decorating a java class with annotations. Is it possible to be done with
wtp?

Regards,
Hristo
Re: extending WTP [message #178556 is a reply to message #178492] Tue, 05 September 2006 19:31 Go to previous messageGo to next message
Jörn Zaefferer is currently offline Jörn ZaeffererFriend
Messages: 4
Registered: July 2009
Junior Member
Hristo Sabev wrote:
> Could you point me to some documentation on how to extend WTP/WST? I
> need to know more about how to create/customize wst wizards and also the
> schema/definition of the WTP extension points.

Hi Hristo,

from my experience, I tried to extend the WTP Javascript editor, there
is almost no documentation on this topic. And unlike the Eclipse
plattform itself, the WTP projects (at least the js editor) are that
nicely designed and refactored to be extended.
I guess the main problem is this: Lots of code was contributed from
other IBM products (like Rational Application Developer) and is only
integrated from a functional point of view.

-- Jörn
Re: extending WTP [message #178580 is a reply to message #178492] Wed, 06 September 2006 16:44 Go to previous message
Chris Brealey is currently offline Chris BrealeyFriend
Messages: 104
Registered: July 2009
Senior Member
Hristo,
what you're trying to do is possible. As Jörn wrote, documentation on the
extension points in WTP is not what it could be. I have some information on
the extension points for the Web services wizards, however, it needs to be
cleaned up somewhat before getting posted to the Web for general use.
Unfortunately we have not had the opportunity to do this so far. Your best
bet in the near term is to examine how our own Axis plugins [1] extend the
platform - Not an ideal approach, but one that has worked for a few others.

[1] Axis plugins:
org.eclipse.jst.ws.axis.consumption.core
org.eclipse.jst.ws.axis.consumption.ui
org.eclipse.jst.ws.axis.creation.ui

Cheers - CB.

Hristo Sabev wrote:

> Hi,
>
> Could you point me to some documentation on how to extend WTP/WST? I need
> to know more about how to create/customize wst wizards and also the
> schema/definition of the WTP extension points.
>
> I need this information for a university project, however I'm absolutely
> unable to find any usefull information on the Web. My specific target is
> to extend the webservices wizard to create java bean webservices by
> decorating a java class with annotations. Is it possible to be done with
> wtp?
>
> Regards,
> Hristo
Previous Topic:Tomcat timeout
Next Topic:Deployed Web Service disappears after changes in sources or Server restart
Goto Forum:
  


Current Time: Thu Apr 25 02:15:38 GMT 2024

Powered by FUDForum. Page generated in 0.24263 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top