Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » Use ECF as generic HTTP based service?
Use ECF as generic HTTP based service? [message #624664] Fri, 26 December 2008 22:21 Go to next message
wing-tung Leung is currently offline wing-tung LeungFriend
Messages: 4
Registered: July 2009
Junior Member
I want to write a small Firefox browser extension which "analyse" Java
stacktraces and opens the correct file and location in Eclipse JDT, by a
simple mouse click.

Since the remote call probably talks simple HTTP, I need to implement some
HTTP based listener to react on the client/browser request. Should I have
a look into ECF for this? Or are there better methods of implementing this
rather simple feature?

Many thanks,

Tung
Re: Use ECF as generic HTTP based service? [message #624665 is a reply to message #624664] Sat, 27 December 2008 19:31 Go to previous message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Tung,

wing-tung Leung wrote:
> I want to write a small Firefox browser extension which "analyse" Java
> stacktraces and opens the correct file and location in Eclipse JDT, by a
> simple mouse click.
>
> Since the remote call probably talks simple HTTP, I need to implement
> some HTTP based listener to react on the client/browser request. Should
> I have a look into ECF for this? Or are there better methods of
> implementing this rather simple feature?


It sounds to me like you could just use the OSGi httpservice, and the
Jetty implementation that comes with Equinox for this...rather than
creating a whole new http impl via ECF.

See the help links for http servlet extension point here [1] and for the
Equinox server docs here [2].

If you want more information about the equinox http service please let
us know.

Scott

[1]
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. platform.doc.isv/reference/extension-points/org_eclipse_equi nox_http_registry_servlets.html
[2] http://www.eclipse.org/equinox/server/




>
> Many thanks,
>
> Tung
>
>
Previous Topic:ECF 2.1 Release...and Happy Holidays
Next Topic:Babel
Goto Forum:
  


Current Time: Sat Apr 27 03:30:04 GMT 2024

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

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

Back to the top