Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [jetty-dev] RE: EclipseRT Tutorial / Symposium

Hi Greg, 

Here is the part that we, the WTP committers, believe fits better to jetty.rt:
http://embed-openejb-in-eclipse.googlecode.com/svn/trunk/org.eclipse.wst.server.preview.openejb.jetty/

This bundle register a JettyListener and when Jetty is started it embeds the OpenEJB container - deploys the openejb.war, provided by the Apache OpenEJB project. This bundle also searches all JARs deployed on Jetty to find EJBs and register them in the JNDI repository. 

To work the above, Jetty needs to be started with javaagent: openejb-javaagent.jar, provided again by the Apache OpenEJB project. 

The implementation is based on jetty-6. The goal is to reuse as many bundles as possible of the ones packed in the Eclipse Platform. However, we also needed a few additional Jetty JARs: jetty-naming, jetty-annotations and jetty-plus. There is no problem to migrate all these to jetty-7. This should be natural approach, because I believe future releases of the Eclipse Platform will migrate to jetty-7, too. 

Greetings,
Kaloyan


-----Original Message-----
From: jetty-dev-bounces@xxxxxxxxxxx [mailto:jetty-dev-bounces@xxxxxxxxxxx] On Behalf Of Greg Wilkins
Sent: 12 октомври 2009 г. 11:42 ч.
To: Jetty @ Eclipse developer discussion list
Cc: dev; Christian Campo
Subject: Re: [jetty-dev] RE: EclipseRT Tutorial / Symposium


Kaloyan,

hi!

This certainly sounds like an interesting project.

Is there are part that you believe belongs with the jetty rt project?
It is certainly a module that we would be interested in supporting, albeit
with some help maintaining it.

Was jetty-6 or jetty-7 used?   If jetty-6, then we'd be keen to advise
how to upgrade to the jetty-7 version that is in the org.eclipse.jetty
package space.

regards



Raev, Kaloyan wrote:
> Hi Christian, Jeff, Jetty developers,
>  
> I am a committer in Eclipse WTP and going to attent the EclipseRT
> Symposium.
>  
> I was a mentor of a Google Summer of Code 2009 project which goal was to
> embed the OpenEJB container in the J2EE Preview server adapter in WTP.
> The J2EE Server adapter actually embeds the Jetty runtime that is
> bundled in the Eclipse Platform. So, the bigger part of that project was
> to integrate Jetty with OpenEJB.
>  
> The project was successful - the Brazillian student Marcelo Dias did a
> great job. No, it comes the time to integrate his work in the Eclipse
> codebase. Part of his work is actually pure runtime-related
> and naturally fits better under Eclipse RT rather than Eclipse WTP.
>  
> I have not contacted Jetty developers about this yet, but plan to do it
> in the next days.
>  
> At the symposium I will be happy if I have the opportunity to show some
> short demo and discuss on the topic.
>  
> Greetings,
> *Kaloyan Raev*
> Senior Developer
> TG TD C JS&I JS AMT
> *SAP Labs Bulgaria*
> 136A Tzar Boris 3 blvd.
> 1618 Sofia, Bulgaria
> T +359 2 9157-416
> mailto:kaloyan.raev@xxxxxxx
> www.sap.com
> */Save a tree - please do not print this email unless you really need
> to./*//
> 
> ------------------------------------------------------------------------
> *From:* Christian Campo [mailto:Christian.Campo@xxxxxxxxxxxx]
> *Sent:* 09 октомври 2009 г. 16:20 ч.
> *To:* Riena Developers list; Eclipse Communication Framework (ECF)
> developer mailing list.; jetty-dev@xxxxxxxxxxx; equinox-dev@xxxxxxxxxxx;
> rap-dev@xxxxxxxxxxx; ercp-dev@xxxxxxxxxxx
> *Cc:* Jeff McAffer
> *Subject:* EclipseRT Tutorial / Symposium
> 
> hi everyone,  cc: Jeff bcc: people who registered for the EclipseRT
> Symposium
> 
> the eclipse summit 2009 is coming in only 2 weeks. As Jeff blogged this
> morning http://eclipsesource.com/blogs/2009/10/09/eclipsert-tutorial-and-symposium/ we
> have setup a Tutorial session with tutorials/demos from a number of
> Runtime projects (Equinox, Riena, EclipseLink, RAP, Others?) and a
> Symposium to discuss multiple interesting topics from the Runtime space.
> 
> I like to draw your attention to the wiki page that we have setup  .
> 
> It contains a summary of what we plan to do. Especially the Symposium
> needs your input on topics, issues that you would like to discuss in a
> face to face forum. We have proposed a few categories for that,
> Architecture, Community+Delivery etc. and Experience from user or RT
> components. If you have other topics tell us either by email or at the
> the EclipseRT Symposium.
> 
> You can also give a short (5 minute) presentation in the Symposium of an
> issue that you like to discuss. Checkout the wiki page for more details.
> Please add your name to the wiki page if you plan on coming.
> 
> Any questions please mail to either myself (christian.campo@xxxxxxxxxxxx
> <mailto:christian.campo@xxxxxxxxxxxx>) or Jeff McAffer
> (jeff@xxxxxxxxxxxxxxxxx <mailto:jeff@xxxxxxxxxxxxxxxxx>).
> 
> hope to see you at the Summit (27th Oct-29thOct in Ludwigsburg, Germany)
> 
> christian campo
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev

_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev


Back to the top