Search results
From APIDesign
You searched for Bundle
There is no page titled "Bundle".
For more information about searching APIDesign, see Help.
Showing below up to 20 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)
No page title matches
Page text matches
- Blogs:JaroslavTulach:Daily Life (27,376 bytes)
305: ==== Wrap Your [[JAR]] as [[OSGi]] Bundle via [[Maven]] Easily! ==== - OSGi (7,935 bytes)
9: === Start/Stop a Bundle ===
11: ...r, then one finds that people can use an [[OSGi]] bundle without starting it!
14: ... that as soon as somebody loads a class from your bundle, it is going to be started
15: .../installer'' is present calling it as soon as the bundle is being ''used'' is the natural/expected behavio...
18: ...dule in the [[NetBeans]] sense and ''starting'' a bundle in the [[OSGi]] sense. As we discover more and mo... - PropertyFiles (5,584 bytes)
3: ===== Bundle Manifest Troubles =====
5: ...with [[OSGi]] manifest) that will require another bundle:
9: Require-Bundle: does.no.exists;bundle-version="[1.0,2.0)"
11: Bundle-Version: 1.1.0
12: Bundle-SymbolicName: org.bar - OSGiAndNetBeans (10,580 bytes)
17: ...he activation is then intercepted and alternative bundle's loading mechanism is injected into it, that del...
37: ...provide a branch in code to also understand the ''Bundle-SymbolicName'' and similar attributes. This was a...
39: ...rence is between [[NetBeans]] module and [[OSGi]] bundle in source form? Minimal. One line. By default [[N...
46: ...[[Netigso]] to convert such project into [[OSGi]] bundle is to change that line to:
49: Bundle-SymbolicName: org.apidesign.your.module - HTML (5,995 bytes)
61: package your code as an [[OSGi]] bundle and merge it with a modular system. Either one pr... - DocumentDeclarativeAPI (4,142 bytes)
1: ...Class-Path'' attribute manually and ZIP the whole bundle, in [[Maven]] I can just choose the right plugin,... - Netbinox (8,652 bytes)
33: ...ronment]] as they are used to. In case you have a bundle and you are calling into the [[OSGi]] [[API]]s an...
35: ...both, positive and negative meaning. As the whole bundle access system is rewritten, there is non zero pro...
37: ...pecification shall be limited to those related to bundle content access. However, there may be other type ... - NetbinoxTutorial (5,946 bytes)
80: ...eContext'', it is necessary to create an [[OSGi]] bundle.
82: ...nd the the [[Netbinox]] IDE generates an [[OSGi]] bundle automatically:
85: Bundle-Activator: org.apidesign.listbundles.Installer
86: Bundle-SymbolicName: org.apidesign.listbundles
87: Bundle-Version: 1.0 - NetbinoxPerformance (2,145 bytes)
30: ...r the [[OSGi]] gurus however: How can I install a bundle into the container without the [[Equinox]] or [[F... - MagicalStrings (3,309 bytes)
9: ...i]] containers effectively. I needed to install a bundle. There is a method installBundle(String url), but... - EquinoxCompatibility (2,822 bytes)
9: My code needs to find out all packages in each bundle to optimize classloading. I started to use
12: Enumeration en = bundle.findEntries("", "", true);
20: Enumeration en = bundle.findEntries("", null, true); - ThreadContextClassLoader (5,750 bytes)
14: ...quinox]] [[ThreadContextClassLoader]] prefers the bundle version. When there are two versions of a class v...
18: ...real system to duplicate it's classes in a module/bundle and on the classpath. It is useful in rare situat...
22: ...ss from classpath, in spite it was available in a bundle (and the classpath shall not be visible). It took...
28: bundle.getFramework().compatibiltyBootDelegation) || isR...
37: ... on classpath rather than one from its '''buddy'' bundle. The fix was then a simple one liner change: - Hotswap (11,992 bytes)
98: ...y class in my program than to modify content of ''Bundle.properties'' (surprisingly this observation expan... - Javeleon (5,181 bytes)
1: ...an (in contrast to [[JDK]] [[Hotswap]]), change ''Bundle.properties'' files.
7: ...any class in my program than to modify content of Bundle.properties!'' As [[Javeleon]] author Allan Grege...
11: ...y which is not yet in the outdated version of the bundle. To support reloading of resources, one needs to ... - NetbinoxHook (1,857 bytes)
3: ...xPerformance]]. Those include class loading hook, bundle file factory hook, framework log and adaptor hook...
22: ... packaged as [[NetBeans]] module and not [[OSGi]] bundle, as they have to be available sooner than the [[E... - JavaOne2012 (3,761 bytes)
8: ...il|NbBundle.Messages}} that eliminates external ''Bundle.properties'' files all together. In case I have a... - Profiles (1,897 bytes)
35: 0|Active | 0|System Bundle (4.2.1)
36: 1|Active | 1|Apache Felix Bundle Repository (1.6.6)
43: ...rything on top of ''compact1'' can be an [[OSGi]] bundle and we will all live in a [[harmony]]. - AppStore (7,396 bytes)
54: ...Profile. The provisioning profile included in the bundle org.apidesign.demo.minesweeper.Main [Payload/Mine... - OSGiWrapper (6,201 bytes)
1: ...is a simple way to turn any [[JAR]] into [[OSGi]] bundle by creating a simple [[Maven]] project. Here is t...
15: ...undle</packaging> <!-- we want to produce an OSGi bundle -->
31: ...- specify the dependency you want to wrap as OSGi bundle -->
45: <artifactId>maven-bundle-plugin</artifactId>
52: ...st other packages that should be included in your bundle --> - Bck2Brwsr 0.19 (1,737 bytes)
8: * Record name of an [[OSGi]] bundle to be used when [[Maven]] coordinates are missing...
16: ...Turning the [[bck2brwsr]] [[VM]] into an [[OSGi]] bundle
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)