Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » REST services
REST services [message #230910] Thu, 30 April 2009 18:53 Go to next message
Paul Warren is currently offline Paul WarrenFriend
Messages: 34
Registered: July 2009
Member
Apologies if this has been asked before.

Is WTP planning to support development of REST-style web services perhaps by
adding support for JAX RS engine or something similar?

_Paul
Re: REST services [message #230918 is a reply to message #230910] Thu, 30 April 2009 20:52 Go to previous messageGo to next message
Keith Chong is currently offline Keith ChongFriend
Messages: 64
Registered: July 2009
Member
Paul Warren wrote:

> Apologies if this has been asked before.

> Is WTP planning to support development of REST-style web services perhaps by
> adding support for JAX RS engine or something similar?

> _Paul

Hi Paul, currently, there are no plans to add support for JAX RS in WTP.
Re: REST services [message #230925 is a reply to message #230918] Thu, 30 April 2009 22:26 Go to previous messageGo to next message
Paul Warren is currently offline Paul WarrenFriend
Messages: 34
Registered: July 2009
Member
Hi Keith,

Thanks for the quick response.

Does this rule out all REST support in the near future then? If so would
you be open to a contribution (assuming the rest model fits the WTP model)?

_Paul

"Keith Chong" <kchong@ca.ibm.com> wrote in message
news:e2ae278f4153eb211889f032fbe00ad4$1@www.eclipse.org...
> Paul Warren wrote:
>
>> Apologies if this has been asked before.
>
>> Is WTP planning to support development of REST-style web services perhaps
>> by adding support for JAX RS engine or something similar?
>
>> _Paul
>
> Hi Paul, currently, there are no plans to add support for JAX RS in WTP.
>
Re: REST services [message #230932 is a reply to message #230925] Thu, 30 April 2009 23:15 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------040201060703050803030707
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Paul,

If the answer to "would you be open to a contribution" is anything other
than yes, I'd be shocked and horrified! :-P

Of course REST is such a wonderful thing, everyone supports it already.
EMF certain does!

http://www.slideshare.net/kenn.hussey/building-restful-java- applications-with-emf


Paul Warren wrote:
> Hi Keith,
>
> Thanks for the quick response.
>
> Does this rule out all REST support in the near future then? If so would
> you be open to a contribution (assuming the rest model fits the WTP model)?
>
> _Paul
>
> "Keith Chong" <kchong@ca.ibm.com> wrote in message
> news:e2ae278f4153eb211889f032fbe00ad4$1@www.eclipse.org...
>
>> Paul Warren wrote:
>>
>>
>>> Apologies if this has been asked before.
>>>
>>> Is WTP planning to support development of REST-style web services perhaps
>>> by adding support for JAX RS engine or something similar?
>>>
>>> _Paul
>>>
>> Hi Paul, currently, there are no plans to add support for JAX RS in WTP.
>>
>>
>
>
>

--------------040201060703050803030707
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Paul,<br>
<br>
If the answer to "would you be open to a contribution" is anything
other than yes, I'd be shocked and horrified!&nbsp; :-P<br>
<br>
Of course REST is such a wonderful thing, everyone supports it
already.&nbsp; EMF certain does!<br>
<blockquote><a
href=" http://www.slideshare.net/kenn.hussey/building-restful-java- applications-with-emf"> http://www.slideshare.net/kenn.hussey/building-restful-java- applications-with-emf</a><br>
</blockquote>
<br>
Paul Warren wrote:
<blockquote cite="mid:gtd8ik$rfr$1@build.eclipse.org" type="cite">
<pre wrap="">Hi Keith,

Thanks for the quick response.

Does this rule out all REST support in the near future then? If so would
you be open to a contribution (assuming the rest model fits the WTP model)?

_Paul

"Keith Chong" <a class="moz-txt-link-rfc2396E" href="mailto:kchong@ca.ibm.com">&lt;kchong@ca.ibm.com&gt;</a> wrote in message
<a class="moz-txt-link-freetext" href="news:e2ae278f4153eb211889f032fbe00ad4$1@www.eclipse.org">news:e2ae278f4153eb211889f032fbe00ad4$1@www.eclipse.org</a>...
</pre>
<blockquote type="cite">
<pre wrap="">Paul Warren wrote:

</pre>
<blockquote type="cite">
<pre wrap="">Apologies if this has been asked before.
</pre>
</blockquote>
<blockquote type="cite">
<pre wrap="">Is WTP planning to support development of REST-style web services perhaps
by adding support for JAX RS engine or something similar?
</pre>
</blockquote>
<blockquote type="cite">
<pre wrap="">_Paul
</pre>
</blockquote>
<pre wrap="">Hi Paul, currently, there are no plans to add support for JAX RS in WTP.

</pre>
</blockquote>
<pre wrap=""><!---->

</pre>
</blockquote>
</body>
</html>

--------------040201060703050803030707--


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: REST services [message #230938 is a reply to message #230932] Fri, 01 May 2009 13:09 Go to previous messageGo to next message
Paul Warren is currently offline Paul WarrenFriend
Messages: 34
Registered: July 2009
Member
This is a multi-part message in MIME format.

------=_NextPart_000_0077_01C9CA66.6FB64160
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Apologies. A bit of a silly question. =20

You'll be glad to hear that we (at EMC) are fairly serious EMF users in =
our Composer (ECM IDE) product already. Ecore models provide an offline =
system off record upon which our IDE is built. Custom built editors =
allow our users to edit their "ECM" artefacts, place them under source =
control and install into our repository. On the whole this has been a =
great success.

We also allow users to extend their ECM systems by writing SOA-based and =
also REST-based web services. WTP already forms the basis of our =
SOAP-based development. Our REST-based support is a little behind but =
catching up fast. There actually appears to be more customer focus on =
REST than SOAP. Hence we are looking into how we support REST =
development. Hence the WTP related questions.

"Ed Merks" <Ed.Merks@gmail.com> wrote in message =
news:gtdbf5$o6$1@build.eclipse.org...
Paul,

If the answer to "would you be open to a contribution" is anything =
other than yes, I'd be shocked and horrified! :-P

Of course REST is such a wonderful thing, everyone supports it =
already. EMF certain does!

=
http://www.slideshare.net/kenn.hussey/building-restful-java- applications-=
with-emf


Paul Warren wrote:=20
Hi Keith,

Thanks for the quick response.

Does this rule out all REST support in the near future then? If so =
would=20
you be open to a contribution (assuming the rest model fits the WTP =
model)?

_Paul

"Keith Chong" <kchong@ca.ibm.com> wrote in message=20
news:e2ae278f4153eb211889f032fbe00ad4$1@www.eclipse.org...
Paul Warren wrote:

Apologies if this has been asked before.
Is WTP planning to support development of REST-style web services =
perhaps=20
by adding support for JAX RS engine or something similar?
_Paul
Hi Paul, currently, there are no plans to add support for JAX RS =
in WTP.

=20


------=_NextPart_000_0077_01C9CA66.6FB64160
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type =
content=3Dtext/html;charset=3DISO-8859-1>
<META content=3D"MSHTML 6.00.2900.5764" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY text=3D#000000 bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Apologies.&nbsp; A bit of a silly =
question.&nbsp;=20
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>You'll be glad to hear that we (at EMC) =
are fairly=20
serious EMF users in our Composer (ECM IDE) product already.&nbsp; Ecore =
models=20
provide an offline system off record upon which our IDE is built.&nbsp; =
Custom=20
built editors allow our users to edit their "ECM" artefacts, place them =
under=20
source control and install into our repository.&nbsp; On the whole this =
has been=20
a great success.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>We also allow users to extend their ECM =
systems by=20
writing SOA-based and also REST-based web services.&nbsp; WTP already =
forms the=20
basis of our SOAP-based development.&nbsp;&nbsp; Our REST-based support =
is a=20
little behind but catching up fast.&nbsp; There actually appears to be =
more=20
customer focus on REST than SOAP.&nbsp; Hence&nbsp;we are looking into =
how we=20
support REST development.&nbsp; Hence the WTP related =
questions.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>"Ed Merks" &lt;<A=20
href=3D"mailto:Ed.Merks@gmail.com">Ed.Merks@gmail.com</A>&gt; wrote in =
message <A=20
href=3D"news:gtdbf5$o6$1@build.eclipse.org">news:gtdbf5$o6$1@build.eclips=
e.org</A>...</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">Paul,<BR><BR>If=20
the answer to "would you be open to a contribution" is anything other =
than=20
yes, I'd be shocked and horrified!&nbsp; :-P<BR><BR>Of course REST is =
such a=20
wonderful thing, everyone supports it already.&nbsp; EMF certain =
does!<BR>
<BLOCKQUOTE><A=20
=
href=3D" http://www.slideshare.net/kenn.hussey/building-restful-java- appli=
cations-with-emf">http://www.slideshare.net/kenn.hussey/building-restful-=
java-applications-with-emf</A><BR></BLOCKQUOTE><BR>Paul=20
Warren wrote:=20
<BLOCKQUOTE cite=3Dmid:gtd8ik$rfr$1@build.eclipse.org =
type=3D"cite"><PRE wrap=3D"">Hi Keith,

Thanks for the quick response.

Does this rule out all REST support in the near future then? If so =
would=20
you be open to a contribution (assuming the rest model fits the WTP =
model)?

_Paul

"Keith Chong" <A class=3Dmoz-txt-link-rfc2396E =
href=3D"mailto:kchong@ca.ibm.com">&lt;kchong@ca.ibm.com&gt;</A> wrote in =
message=20
<A class=3Dmoz-txt-link-freetext =
href=3D"news:e2ae278f4153eb211889f032fbe00ad4$1@www.eclipse.org">news:e2a=
e278f4153eb211889f032fbe00ad4$1@www.eclipse.org</A>...
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">Paul Warren wrote:

</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">Apologies if this has =
been asked before.
</PRE></BLOCKQUOTE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">Is WTP planning to =
support development of REST-style web services perhaps=20
by adding support for JAX RS engine or something similar?
</PRE></BLOCKQUOTE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">_Paul
</PRE></BLOCKQUOTE><PRE wrap=3D"">Hi Paul, currently, there are no =
plans to add support for JAX RS in WTP.

</PRE></BLOCKQUOTE><PRE wrap=3D""><!---->

</PRE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0077_01C9CA66.6FB64160--
Re: REST services [message #231035 is a reply to message #230938] Tue, 05 May 2009 15:56 Go to previous message
Keith Chong is currently offline Keith ChongFriend
Messages: 64
Registered: July 2009
Member
Paul Warren wrote:

> Apologies. A bit of a silly question.

> You'll be glad to hear that we (at EMC) are fairly serious EMF users in our
Composer (ECM IDE) product already. Ecore models provide an offline system
off record upon which our IDE is built. Custom built editors allow our users
to edit their "ECM" artefacts, place them under source control and install
into our repository. On the whole this has been a great success.

> We also allow users to extend their ECM systems by writing SOA-based and
also REST-based web services. WTP already forms the basis of our SOAP-based
development. Our REST-based support is a little behind but catching up fast.
There actually appears to be more customer focus on REST than SOAP. Hence we
are looking into how we support REST development. Hence the WTP related
questions.

> "Ed Merks" <Ed.Merks@gmail.com> wrote in message
news:gtdbf5$o6$1@build.eclipse.org...
> Paul,

> If the answer to "would you be open to a contribution" is anything other
than yes, I'd be shocked and horrified! :-P

> Of course REST is such a wonderful thing, everyone supports it already.
EMF certain does!

>
http://www.slideshare.net/kenn.hussey/building-restful-java- applications-with-emf


> Paul Warren wrote:
> Hi Keith,

> Thanks for the quick response.

> Does this rule out all REST support in the near future then? If so would
> you be open to a contribution (assuming the rest model fits the WTP model)?

> _Paul

> "Keith Chong" <kchong@ca.ibm.com> wrote in message
> news:e2ae278f4153eb211889f032fbe00ad4$1@www.eclipse.org...
> Paul Warren wrote:

> Apologies if this has been asked before.
> Is WTP planning to support development of REST-style web services
perhaps
> by adding support for JAX RS engine or something similar?
> _Paul
> Hi Paul, currently, there are no plans to add support for JAX RS in
WTP.



Hi Paul, no, it does not rule out REST support in the near future. Like
Ed said, we definitely would be open to a contribution. Do you have a
specific time-frame in mind? I've opened a bugzilla enhancement for
this, see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=275011. Let's track this
work there.
Previous Topic:Server Starting... Tomcat 6 on 127.0.0.2
Next Topic:Full graph view in XML schema editor
Goto Forum:
  


Current Time: Fri Apr 19 19:50:22 GMT 2024

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

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

Back to the top