Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] server side eclipse examples?

I'm no expert for the implemention of osgi serviceregistry,from my
view,i think maybe need change meta-inf,for example
Bundle-Version:
Bundle-Activator:
Import-package:
Import-service:(Maybe need to add)

Then like spring bean,we can refactor the osgi implemention of service
registry to ioc container,just my point.

2005/11/13, Kaegi, Simon <Simon.Kaegi@xxxxxxxxxx>:
> Hi Martin,
>
> If you're interested in web container integration and can wait a week or
> so I can probably help. I'm working on packaging this stuff up for a
> contribution to the server-side incubator.
>
> Spring integration is another area that might be interesting.
> I'm no expert but at a glance thought it looked tough and would require
> a lot of Buddy-Classload[ing] at the very least.
> Do you (or anyone else) have any thoughts on how best to integrate with
> Spring?
>
> -Simon
>
> > -----Original Message-----
> > From: equinox-dev-bounces@xxxxxxxxxxx
> > [mailto:equinox-dev-bounces@xxxxxxxxxxx] On Behalf Of Martin Lippert
> > Sent: Saturday, November 12, 2005 11:06 AM
> > To: Equinox Project
> > Subject: [equinox-dev] server side eclipse examples?
> >
> > Hi,
> >
> > does anybody have code examples how to start and run eclipse
> > applications inside an app server like Websphere or JBoss (or
> > similar)?
> > (I just don't wanna experiment on my own if someone has ready to use
> > examples...)
> >
> > Maybe even in connection with Spring? (OSGi running within
> > Websphere using extensions and Spring to deploy beans or whatever...)
> >
> > That would be great!!!
> >
> > Thanks a lot!!!
> >
> > Best regards,
> > -Martin
> >
> >
>
>       This message may contain privileged and/or confidential information.  If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so.  Thank you.
>
>
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/equinox-dev
>


--
=============================
|     www.blogjava.net/bluedavy             |
=============================


Back to the top