Search results
From APIDesign
You searched for File:Osgi.svg
There is no page titled "File:Osgi.svg".
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
- OlderBlogPosts (111,273 bytes)
126: ==== The Fastest [[OSGi]] Container ====
128: ...n you are on the right blog - since yesterday the OSGi container with fastest start is [[NetbinoxPerform...
440: ...Dependencies]] May not Be Root of All Evil! But [[OSGi]]'s High Shot Missed the Sweet Spot. ====
444: ... I can still claim that [[OSGi#Range_Dependencies|OSGi's high shot missed the sweet spot]]!
448: ==== Defending [[OSGi]] ==== - Blogs:JaroslavTulach:Practical Design (18,183 bytes)
141: ...tion of [[ObfuscatePerLibrary|Obfuscation per JAR file]] for [[Java]] (in a [[Bck2Brwsr|browser).
155: ... and specifics of [[final interface|designing for OSGi]] to finally describe how to do [[final interface... - OSGi (7,935 bytes)
1: ... [[Java]]. It defines a packaging format ([[JAR]] file with additional manifest entries and [[PropertyFi...
3: == [[OSGi]] Weirdness ==
5: ...me the feeling that certain design decisions in [[OSGi]] are just weird.
7: I'll nitpick on [[OSGi]] here, hoping somebody will be able to explain t...
11: ... However, then one finds that people can use an [[OSGi]] bundle without starting it! - NetBeans Runtime Container (12,435 bytes)
1: ...]] for easy reuse of 3rd party or even your own [[OSGi]] bundles.
25: ...built on top of NetBeans - for example binary ZIP file of [[DVB Central]]. Then just register it in the ...
36: * ''FileSystems API'' - virtual file system wrappers, most needed for access to resour...
46: ...nd override its restored method. Just use the new file dialog and create new object from NetBeans Module...
103: ...ckage in your module sources and inside it create file named org.test.sayhello.api.HelloTip. Put followi... - PropertyFiles (5,584 bytes)
5: ...d was trying to create a bundle (a [[JAR]] with [[OSGi]] manifest) that will require another bundle:
15: ...want to be an expert at [[Felix]], I am just an [[OSGi]] [[API]] user! So what is wrong?
23: ... and there seems to be something wrong with the [[OSGi]] manifest [[API]].
29: ... will be in deep problems in the future - as my [[OSGi]] manifest adventure shows.
31: When the [[OSGi]] team designed its first specification, it did t... - Dependency Injection (7,651 bytes)
15: ...Dependency injection]] fans treat a single source file as a unit. The [[modularity]] guys treat the whol...
27: ...st, etc. It is not goal of [[modularity]] (e.g. [[OSGi]] runtimes or [[NetBeans Runtime Container]]) to ... - OSGiAndNetBeans (10,580 bytes)
1: == [[OSGi]] and [[NetBeans Runtime Container]] can now co-e...
5: ...weeks of my time), but everyone (and aspecially [[OSGi]] guys) were always claiming that writing [[bridg...
9: ...ge]] between [[NetBeans Runtime Container]] and [[OSGi]].
11: ...ns]] modules that cannot be easily expressed in [[OSGi]]. Basically 90% of both [[module system]]s are q...
15: ...R]] files and decides whether they represent an [[OSGi]] or [[NetBeans]] [[JAR]] (unsurpisingly both sys... - HTML (5,995 bytes)
61: package your code as an [[OSGi]] bundle and merge it with a modular system. Eith...
65: ...ovided by [[NetBeans Platform]] (which supports [[OSGi]] as well). Here is the result:
71: ...le, when one wants to share a code, one can use [[OSGi]] (since [[NetBeans]] 6.9). Now, when one wants t...
90: ...ration (see the [http://hg.netbeans.org/html4j/nb/file/eb9986bf74f0/demo/html-test/src/main/java/org/net...
104: @ActionReference(path = "Toolbars/File") - CacheForModularity (4,221 bytes)
90: in a single file and not touching hundreds of small module files, ...
103: ...e [[CacheForModularity]] has been backported to [[OSGi]] to form the fastest (in terms of [[startup]] ti...
117: * [http://hg.netbeans.org/main-golden/file/ae0c39ea7b80/o.n.bootstrap/src/org/netbeans/Archi...
118: * [http://hg.netbeans.org/main-golden/file/ae0c39ea7b80/o.n.bootstrap/src/org/netbeans/JarCl... - Module (208 bytes)
1: ...etadata (at least true in both [[NetBeans]] and [[OSGi]]). These metadata especially express [[dependenc... - NetbinoxTutorial (5,946 bytes)
17: ...inox daily builder] or you can even build [[ZIP]] file with whole application:
33: ...[[NetBeans]] Platform together with [[Equinox]] [[OSGi]] container.
37: ...ication] that uses [[Mylyn]] (written as set of [[OSGi]] bundles) to connect to [[Bugzilla]].
43: ...ces contains folder eclipse which contains some [[OSGi]] [[JAR]] libraries in raw form - e.g. just copie...
68: ...ndency excerpt from the project.xml configuration file: - MagicalStrings (3,309 bytes)
7: ...that they can pass in a location of configuration file. So far so good. But then also provide additional...
9: Recently I faced this while trying to use [[OSGi]] containers effectively. I needed to install a b...
11: ... such possibility. Maybe I should have read the [[OSGi]] spec. But I did. Maybe not that carefully, but ...
15: === Not in the [[OSGi]] Spec! ===
17: ...[Richard Hall]] recently, I could have read the [[OSGi]] specification as many times as I wanted and I w... - Hotswap (11,992 bytes)
1: ...ough to change a single line of code in your .php file, save it and reload the webpage. Doing the same w...
5: ...sion. [[NetBeans Runtime Container]] as well as [[OSGi]] containers helped us find the necessary practi... - Javeleon (5,181 bytes)
21: ...e'' not only needs to learn about new .properties file being available, but it also needs to clean the p...
33: ...ibed by [[dependencies]] (like [[NetBeans]] and [[OSGi]]) this can be even harder. By changing manifest ... - NetbinoxHook (1,857 bytes)
1: ...dles. However [[Equinox]] offers more than just [[OSGi]] [[API]]s. It offers various extension [[Netbino...
3: ...mance]]. Those include class loading hook, bundle file factory hook, framework log and adaptor hook. How...
22: ...d to be packaged as [[NetBeans]] module and not [[OSGi]] bundle, as they have to be available sooner tha... - Final interface (8,284 bytes)
13: ...rs of the [[DOM]] parsing API. Then one can use [[OSGi]] [[RangeDependencies]] to make sure the implemen...
15: ...I Design]] anti patterns although [[I]] am sure [[OSGi]] friends will never try to understand such [[Cla...
39: ...xecuted every time somebody includes your [[JAR]] file on compilation classpath and can check whether th... - ObfuscatePerLibrary (5,785 bytes)
5: ... All other classes remain internal to the [[JAR]] file - they can be used from other classes in the [[JA...
7: In case one needs to use a non-[[OSGi]] library [[JAR]], there is a simple way to creat...
26: ...not, [[Bck2Brwsr]] downloads and uses the [[JAR]] file.
28: ...ddition to that the [[Maven]] plugin recognizes [[OSGi]] manifest and exports all public classes in pack...
71: ...concepts ([[NetBeans Runtime Container]] and/or [[OSGi]] manifest metadata), increase interoperability b... - OSGiWrapper (6,201 bytes)
1: ... there is a simple way to turn any [[JAR]] into [[OSGi]] bundle by creating a simple [[Maven]] project. ...
15: ...ing>bundle</packaging> <!-- we want to produce an OSGi bundle -->
31: ... <!-- specify the dependency you want to wrap as OSGi bundle -->
63: ...ages. Just copy the above text into '''pom.xml''' file and in its directory execute yourself:
97: Wrap your [[JAR]]'s into [[OSGi]] bundles and let [[Bck2Brwsr]] obfuscate them ef... - Bck2BrwsrLibraries (2,090 bytes)
18: ...this new artifact and pre-compiled [[JavaScript]] file with [[Bck2Brwsr]] [[library]] will be used:
30: ...al modifications to it (like adding [[OSGiWrapper|OSGi headers]]). Even with such [[libraries]] one can ... - TruffleSigtest (7,790 bytes)
5: ...l for packaging (for example to include correct [[OSGi]] metadata in manifests of your [[JAR]] files), g...
7: ...o.java''' - if there is a '''package-info.java''' file in a directory, its (public) classes are part of ...
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)