Skip to main content



      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 17:21 Go to next message
Eclipse UserFriend
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 14:31 Go to previous message
Eclipse UserFriend
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: Fri Jul 04 11:10:59 EDT 2025

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

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

Back to the top