Deployment question...

2009-12-02 Thread Tony Anecito
Hi, I am a newbe to felix and have been using java web start for years. I found out via the OSGi forum that the framework is not meant for inital deployment and recommended staying with web start for that functionality. I am looking for a complete intial deployment and update solution. Does Feli

Re: Deployment question...

2009-12-02 Thread Tony Anecito
Tony > > It's possible to use both - a small "shim" launcher that > deploys via > WebStart and launches OSGi, which does the rest of your > deployment and > then manages updates afterwards. You'll need to write some > code to do > this, but it's p

Standa alone client example...

2010-02-28 Thread Tony Anecito
Hi, I am looking for a simple stand alone client example using Felix. I have a core jar, services jar and then third party jars that I want to move away from using Web Start to repackage to using an implementation of OSGI hoping Felix will be able to: 1. Update jars as needed for bug fixes. So

Re: Standa alone client example...

2010-02-28 Thread Tony Anecito
not a simple strategy but one I think is best to take. Many Thanks, -Tony --- On Sun, 2/28/10, Richard S. Hall wrote: > From: Richard S. Hall > Subject: Re: Standa alone client example... > To: users@felix.apache.org > Date: Sunday, February 28, 2010, 2:54 PM > On 2/28/10 4:46 P

Re: Standalone client example...

2010-02-28 Thread Tony Anecito
ork. This will go out to 10's of millions of users so a big + for Felix if I can get it to work. Best Regards, Tony Anecito Founder, MyUniPortal http://www.myuniportal.com --- On Sun, 2/28/10, Richard S. Hall wrote: > From: Richard S. Hall > Subject: Re: Standa alone client e

More Questions regarding Felix...

2010-02-28 Thread Tony Anecito
Hi All, I was able to find an example using webstart with Felix but I have some simple questions. 1. Can Felix unbundle a jar during install? I want to unbundle my native jars that may contain dlls or SOs into a app directory. 2. If #1 is yes where does the jar get unbundled and can I control w

Re: More Questions regarding Felix...

2010-02-28 Thread Tony Anecito
Sun, 2/28/10, Tony Anecito wrote: > From: Tony Anecito > Subject: More Questions regarding Felix... > To: "Apache-felix-Dev" > Date: Sunday, February 28, 2010, 8:28 PM > Hi All, > > I was able to find an example using webstart with Felix but > I have so

Swing Apps & OSGI...

2010-06-16 Thread Tony Anecito
Has anyone been able to get OSGI working with java Web Start? Or is there a different recommendation for intial deployment for Swing-OSGI. Seems like OSGI is good for after you deploy but not the model for initial deployment for java apps. Web Start handles jnlp initial deployment of the java jv

Re: Swing Apps & OSGI...

2010-06-16 Thread Tony Anecito
to with this combination? I will try again since I have some time. Regards, -Tony - Original Message From: Marcel Offermans To: users@felix.apache.org Sent: Wed, June 16, 2010 2:31:55 PM Subject: Re: Swing Apps & OSGI... Hello Tony, On Jun 16, 2010, at 19:41 , Tony Anecito w

Converting a Swing based app using Web Start to OSGi...

2010-09-26 Thread Tony Anecito
Hi All, I asked about a conversion from Swing using Web Start to OSGi a year ago and there was way to convert and use Web Start. I went to JavaOne and went to a session about this but as it turned out like most of the developers in the session it appeared the speakers were only interested in se

Bundle-NativeCode question...

2010-09-26 Thread Tony Anecito
Hi All, I have my native libs for each OS in separate jars and in some cases I have quite a few jars. I have some simple questions 1. Can I keep my native jars as separate bundles? 2. Can I use *.dll in the manifest instead of naming every library? 3. What is the osname for Windows 7? Bundle-Na

Re: Bundle-NativeCode question...

2010-09-26 Thread Tony Anecito
/10 22:22, Tony Anecito wrote: > Hi All, > > I have my native libs for each OS in separate jars and in some cases I have > quite a few jars. I have some simple questions > > 1. Can I keep my native jars as separate bundles? No, they must be packaged in the bundle JAR containing the

3rd party jars...

2010-09-26 Thread Tony Anecito
Hi All, If you have a 3rd party jar how does it get included? Seems like OSGi requires the manifest to be modified which might be an issue. When "bundled" is there another manifest created for OSGi? Thanks, -Tony - To

Pack200 compression...

2010-09-26 Thread Tony Anecito
Hi All, Does Felix support pack200 compression? Thanks, -Tony - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: 3rd party jars...

2010-09-26 Thread Tony Anecito
: Re: 3rd party jars... I think you can use the BND tool or Maven plugin to wrap it. Or you can embed it to your bundle, but this way it may not be seen by other bundles. Regards LongkerDandy On Mon, Sep 27, 2010 at 11:52 AM, Tony Anecito wrote: > Hi All, > > If you have a 3rd party jar

Re: 3rd party jars...

2010-09-26 Thread Tony Anecito
deployment working. Thanks, -Tony - Original Message From: LongkerDandy To: users@felix.apache.org Sent: Sun, September 26, 2010 10:03:19 PM Subject: Re: 3rd party jars... You can do it with ant, the BND tool can act as the ant task. On Mon, Sep 27, 2010 at 12:00 PM, Tony Anecito

OSGi and Signing...

2010-09-26 Thread Tony Anecito
Hi All, Seems signing is an option in OSGi. The question came up at JavaOne if signing was needed. If not signed and the app is installed using OSGi will there be issues? This would be a plus for Felix/OSGi if the java app ran without needing certificates. Thanks, -Tony

Re: 3rd party jars...

2010-09-26 Thread Tony Anecito
Thanks I will look into it. I am definitely trying to avoid using an IDE for the build process. -Tony - Original Message From: Peter Donald To: users@felix.apache.org Sent: Sun, September 26, 2010 10:14:17 PM Subject: Re: 3rd party jars... Hi, > Okay but at JavaOne one OSGi sessio

Re: 3rd party jars...

2010-09-26 Thread Tony Anecito
e BND tool can act as the ant task. On Mon, Sep 27, 2010 at 12:00 PM, Tony Anecito wrote: > Thanks I will look into Maven. I have used Ant for years and like it but if > the > bundling of 3rd party jars is not supported under Ant then I will look at > Maven. > > -Tony > &g

Re: 3rd party jars...

2010-09-26 Thread Tony Anecito
Further googling indicated a instruction tag is needed. I will look tomorrow for an example of Ant using that tag. Thanks for the help, -Tony - Original Message From: Tony Anecito To: users@felix.apache.org Sent: Mon, September 27, 2010 12:01:56 AM Subject: Re: 3rd party jars

Re: 3rd party jars...

2010-09-27 Thread Tony Anecito
ard Linkedin : http://www.linkedin.com/in/charlesmoulliard Skype: cmoulliard On Mon, Sep 27, 2010 at 8:01 AM, Tony Anecito wrote: > Hi, > > I tried bnd and it seems to work fine with the non-native jars but it seems to > not create the Bundle-NativeCode: in the bar manifest file. > Is

Re: OSGi and Signing...

2010-09-27 Thread Tony Anecito
Yes the app is the Java Swing client that I am trying to bundle. Thanks, -Tony - Original Message From: Michael Hess To: users@felix.apache.org Sent: Mon, September 27, 2010 1:08:07 AM Subject: Re: OSGi and Signing... > Seems signing is an option in OSGi. The question came up at Java

Re: Bundle-NativeCode question...

2010-09-27 Thread Tony Anecito
-Tony - Original Message From: Richard S. Hall To: users@felix.apache.org Sent: Mon, September 27, 2010 7:45:04 AM Subject: Re: Bundle-NativeCode question... On 9/26/10 23:41, Tony Anecito wrote: > Okay the reason I asked about the *.dll because I have over 200 dlls. I can > writ

Re: Bundle-NativeCode question...

2010-09-27 Thread Tony Anecito
@felix.apache.org Sent: Mon, September 27, 2010 9:46:52 AM Subject: Re: Bundle-NativeCode question...   On 9/27/10 11:07, Tony Anecito wrote: > First off thanks Richard for your prompt replies. > > What I did using web start was have seperate bundles for each OS/arch for the > swing client so

Re: Use of OSGI for Apple Macs...

2013-10-29 Thread Tony Anecito
need something else? The Mac blocks use of jnlp for initial deployment. Thanks! -Tony On Tuesday, October 29, 2013 10:21 AM, Tony Anecito wrote: Hi All, It has been awhile since I asked thes questions but I am curious. 1. Has anyone been able to use OSGI with the Apple Macs (Pro or Air )? 2

Re: Use of OSGI for Apple Macs...

2013-10-29 Thread Tony Anecito
launching will not work via safari on Mavericks with jre 7.   Hope that explains things. -Tony On Tuesday, October 29, 2013 11:54 AM, Neil Bartlett wrote: On Tuesday, 29 October 2013 at 17:31, Tony Anecito wrote: > Hi All, > > It has been awhile since I asked thes questions but I a

Re: Use of OSGI for Apple Macs...

2013-10-29 Thread Tony Anecito
Not sure what you are talking about. Does that cover initial deployment methodology?   Regards, -Tony On Tuesday, October 29, 2013 1:10 PM, Daniel McGreal wrote: Is the OSGi Initial Provisioning specification what you're needing? On 29 Oct 2013, at 17:53, Neil Bartlett wrote: > 3. Also