Re: [osgi-dev] Unit testing

2006-11-08 Thread Jeff McAffer
be used for? If not, is there a document describing this? Thanks, Nikunj Jeff McAffer wrote: > > The Eclipse Plugin Development Environment (PDE) has explicit support > for this > > Jeff > > > > *Nikunj Mehta <[EMAIL PROTECTED]>* > Sent by: [EMAIL PROTECT

Re: [osgi-dev] Unit testing

2006-11-08 Thread Jeff McAffer
The Eclipse Plugin Development Environment (PDE) has explicit support for this Jeff Nikunj Mehta <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/08/2006 10:00 AM Please respond to OSGi Developer Mail List To osgi-dev@bundles.osgi.org cc Subject [osgi-dev] Unit testing

Re: [osgi-dev] Http Service: wildcard alias

2006-10-19 Thread Jeff McAffer
yes, Simon has taken a similar approach in Equinox with the JSP support.         http://eclipse.org/equinox/server Jeff "Niclas Hedhman" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/19/2006 11:03 AM Please respond to OSGi Developer Mail List To "OSGi Developer Mail List" cc

[osgi-dev] Lazy start

2006-10-09 Thread Jeff McAffer
I was looking at the Lazy start proposal (http://bundles.osgi.org/Design/LazyStart) and had the following thoughts: - Not user that resource loading should trigger activation.  The general usecase for activation is to ensure that when a bundle's function is actually used/needed/loaded, the bundle

Re: [osgi-dev] General design of resource handling

2006-05-22 Thread Jeff McAffer
Mirko wrote on 05/21/2006 11:56:29 PM: > Let's us an example, we just think of three bundles. Bundle A, B and   > C. A depends on B and B on C, a typical line of dependencies. If we   > assume bundle C contains a resource which is needed by bundle A,   > there are several ways to do that, dependi

[osgi-dev] split package version numbers

2006-03-31 Thread Jeff McAffer
In a thread on equinox-dev the following was said. Peter Kriens wrote on 03/31/2006 03:17:07 AM: > 2. If you have sloppy exported packages, you probably also have sloppy >    virtual bundles. All bets are off. A package with the same version, >    and same name MUST contain substitutable content

Re: [osgi-dev] Indirect dependencies in OSGi/Equinox

2006-03-28 Thread Jeff McAffer
Meta-comment: The OSGi spec really says very little about how a system discovers, selects and installs bundles so you are not going to find "standard" answers.  The discussion below is from the Equinox perspective. David Kemper wrote on 03/28/2006 06:35:38 PM: > I would like to leverage the OSGi

Re: [osgi-dev] Indirect dependencies in OSGi/Equinox

2006-03-28 Thread Jeff McAffer
eloper Mail List cc Subject Re: [osgi-dev] Indirect dependencies in OSGi/Equinox Hi, On Tuesday 28 March 2006 17:52, Jeff McAffer wrote: > > > For example, the Spring Core is a scripting language defined in XML. > > > >  > > As most XML based scri

Re: [osgi-dev] Indirect dependencies in OSGi/Equinox

2006-03-28 Thread Jeff McAffer
Simon Kaegi wrote on 03/28/2006 09:53:05 AM: > 1) DynamicImport-Package: * is the most general solution but does > not support versioning. In addition, dynamic import adds a dependency where there may be none.  For example, Hibernate does not depend in any way on the bundles supplying the class

Re: [osgi-dev] OSGI for residential gateway

2006-03-27 Thread Jeff McAffer
List cc Subject Re: [osgi-dev] OSGI for residential gateway Jeff McAffer wrote: > > Hey, we are using IBM's J9.  Currently this is an internal thing but > we are actively working on getting this on AlphaWorks or > DeveloperWorks.  I will post here when that happens.  As for

Re: [osgi-dev] OSGI for residential gateway

2006-03-27 Thread Jeff McAffer
jvm do you guys use on the SLUG? Thanks, Alex Jeff McAffer wrote: > > See the slides and movies at >         http://www.eclipse.org/equinox/documents/index.php > > This details coding and debugging with Eclipse/Equinox on the Linksys > NSLU2 network attached storage device.  Q

Re: [osgi-dev] OSGI for residential gateway

2006-03-27 Thread Jeff McAffer
See the slides and movies at         http://www.eclipse.org/equinox/documents/index.php This details coding and debugging with Eclipse/Equinox on the Linksys NSLU2 network attached storage device.  Questions about the details of how that works etc shoiuld go to [EMAIL PROTECTED] Jeff "Yann

Re: [osgi-dev] Non-local classpath entries...

2006-02-23 Thread Jeff McAffer
In Equinox we have run up against several similar issues the primary of which is cases where you just cannot move or repackage a 3rd party jar.  The classic case is JDBC.  You get some product that comes with JDBC.jar and it lays it down on disk.  That product doesn't know anything about OSGi.  Th

[osgi-dev] Where should API go?

2006-01-29 Thread Jeff McAffer
At the risk of exposing some religion... There seems to be quite a bit of debate on where to put API packages relative to their implementation(s).  The current one on hand for us is the javax.servlet API and the HTTP service implemenation.  (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=12158