Search results
From APIDesign
You searched for Modules
For more information about searching APIDesign, see Help.
Showing below up to 50 results starting with #1.
View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500)
No page title matches
Page text matches
- JesseGlick (745 bytes)
1: ... by others; and define the versioning behavior of modules to reflect their dependencies. - LibraryReExportIsNPComplete (12,129 bytes)
21: Let <math>A, B, C, ...</math> denote various modules and their [[API]]s.
31: ... various versions and their dependencies on other modules with or without re-export.
47: ...r each variable <math>v_i</math> let's create two modules <math>M^i_{1.0}</math> and <math>M^i_{2.0}</math>...
57: All these modules and dependencies are added into repository <math>...
75: ...ncies of <math>T_{1.0}</math> on <math>F^i</math> modules are satisfied. Are also dependencies of every <ma... - OlderBlogPosts (111,273 bytes)
406: ==== Dependencies Between [[Jigsaw]] Modules Made Easy! ====
408: ...rstand module versioning and dependencies between modules. Recently I was playing with [[JigsawServices]]:
416: ...-Complete]] as one may have choices from multiple modules providing implementation of the service and selec...
884: ...nto the [[TestNG]] project. I could see Lukáš's modules getting part of soon to be released [[NetBeans]] ...
967: ... [[JDeveloper]] and is also used by the [[Mylyn]] modules inside [[NetBeans]] 7.1, it does not make sense t... - Blogs:JaroslavTulach:Practical Design (17,458 bytes)
121: ... and it results in faster download times, sharing modules between different applications and easier process... - OSGi (7,935 bytes)
11: ...ivator''' or {{NB|org-openide-modules|org/openide/modules|ModuleInstall}} (in the [[NetBeans]] case). Howev...
15: ...[[NetBeans]] {{NB|org-openide-modules|org/openide/modules|ModuleInstall}} is guaranteed to be called whenev...
24: ...ed with ''use'', then it makes sense to start the modules that are used by others sooner, then starting the...
28: ...OSGi]] create a specification that would sort the modules using a topological sort before shutting them dow... - Dependencies (5,080 bytes)
19: Thus this kind of dependency is useful only for modules which can be used separately, but are built and d...
23: For modules deployed individually one needs to allow certain ... - NetBeans Runtime Container (12,435 bytes)
30: ... in the customizer and carefully select the right modules. In fact deselect nearly all and keep just the fe...
36: ...s, most needed for access to resources defined by modules
40: ...etBeans Runtime Container is ready to accept your modules. Just to try it, run the suite with a run command...
60: ...tablish communication channels between individual modules in the system. First of all let's change the Hell...
142: ...ntime Container is simple. By selecting the right modules from the NetBeans Platform, you can strip it down... - TryCatchRedo (4,224 bytes)
5: ...ion. For example the [[NetBeans]] version control modules may need to ask the user whether file shall be ''...
17: ...' provider, like the [[NetBeans]] version control modules. The '''confirm''' method can change the internal... - AlternativeBehavior (6,943 bytes)
56: ...ministrators focus on deploying the system pieces/modules
104: ...t problem remains the same. In case there are two modules in - VerificationViaAOP (2,484 bytes)
1: ...izards, etc. Other modules depend on such [[API]] modules and use them get the data from the storage or dis...
3: ... restrictions on the interactions between various modules. For example it can be extremely dangerous with r... - Blogs:JaroslavTulach:Practical Design:FixModifiers (2,015 bytes)
11: That would work beautifully. New [[Java]] modules could use the old damn '''public''', '''protected... - Lookup (7,917 bytes)
22: ... will actually implement the interface. You want modules to be able to use your [[API]], without caring wh...
40: ...he ways your UI will change in the future. Other modules want to add actions (to popup menus, toolbars, wh...
44: ...), addThatListener(). Example: In the Java Card modules, there is a class Card. A Card has a lookup. No...
47: ...d Usages or [[Javadoc]]) to use. In org.netbeans.modules.javacard.spi.Card, in fact, there is - ImplementOnlyInterface (5,877 bytes)
28: These usages are packaged in their own modules (independent compilation units) and they do not k...
49: ...lass is part of [[API]] of its module. Then other modules can use it and indeed, can also call its methods....
58: ...vider'' implementation to get into hands of other modules is escaping through some other [[API]]. For examp...
66: Then other modules can get access to such JPanel through AWT compone... - Module system (1,378 bytes)
1: ...g and executing applications composed from pieces/modules. [[Java]] users can choose from [[OSGi]], [[NetBe... - OSGiAndNetBeans (10,580 bytes)
11: ... aspects in [[Dependencies]] between [[NetBeans]] modules that cannot be easily expressed in [[OSGi]]. Basi...
21: ...t they are used to (e.g. [[Felix]]). [[NetBeans]] modules written so far are also managed the same way they...
23: ...i]] bundles that have dependencies on bundles and modules, we are entering the new world, world of cooperat...
25: ... they may rewrite all the bundles to [[NetBeans]] modules and run the whole system easily in [[Netigso]] ;-...
37: ...d to convince the [[NetBeans]] IDE ''apisupport'' modules to deal with [[OSGi]] bundles. Whenever they expe... - Modular Java SE (19,537 bytes)
13: ...(for content of META-INF/MANIFEST.MF files of all modules, for META-INF/services, for classes loaded during...
15: ...eally pays off (we can easily deprecate obsoleted modules and make the system smaller), but it may take a l...
145: ...ty]] only. It will have dependencies on all other modules in your system, and as such it can contain classe...
182: ...larization, it is not enough to split the code to modules. One also needs to improve the infrastructure beh...
184: ...experiment with various groupings of classes into modules and immediately verify that these groupings are s... - Modularity (4,941 bytes)
5: ...into individual [[module system|pieces/components/modules/plugins]]. Each such separated part then becomes ...
7: ... and unreadable than a code which introduces many modules and allows such uncontrolled calls to happen just...
13: ...served by checking the dependencies among all its modules. If one module does not have dependency on anothe...
17: ...earer design, control of [[dependencies]] between modules and give developers more flexibility in maintanen... - Module (208 bytes)
- NetBeansMavenRepository (128 bytes)
1: Many [[NetBeans]] modules are available as standalone libraries via the [[M... - LibraryWithoutImplicitExportIsPolynomial (10,196 bytes)
21: ...h>. There were no restrictions of dependencies on modules <math>M^a_{m.0}</math>. This will no longer be po...
25: ... is consistent, then we need to enable just those modules and we have a solution.
43: ...ompilation of our module, all these (re-exported) modules need to be present at certain version. It is enou...
45: ...it is easy to generate ''complete repository'' of modules that can later be easily assembled and linked for...
49: ... then is: Is it easy to find out whether a set of modules can be enabled together (while only a single vers... - LibrariesAndClassPathBuildProblem (5,689 bytes)
85: myapp-1.8/lib/org-netbeans-modules-queries-RELEASE67.jar - Netbinox (8,652 bytes)
35: ...olden/file/28b6c82b5f81/netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java JarBundleFile] which ...
39: ...]s are in ''modules/ext/osgi.cmpn-4.2.jar'' and ''modules/ext/osgi.core-4.2.jar''. No problems related to t...
73: ... [[JDeveloper]] and is also used by the [[Mylyn]] modules inside [[NetBeans]] 7.1, it does not make sense t... - NetbinoxTutorial (5,946 bytes)
47: ...ch of [[XML]] configuration files in the ''config/Modules'' directory. These help [[Netbinox]] recognize bu...
51: ...reated dir: /netbinox-mylyn-sample/eclipse/config/Modules
52: [createmodulexml] Autoload modules: [org.apache.commons.codec, org.apache.commons.ht...
66: ... cluster called ''eclipse'' which enlists all the modules prepared in the previous step.
76: ...l as [[Equinox]]. Both cooperate, start their own modules/bundles and provide them with their usual environ... - StabilityOfAPI (3,079 bytes)
7: ..., 1.5, 2.0, 2.5, 3.0</math>. If majority of other modules having a dependency on <math>M</math> uses range ... - TransitivityOfIncompatibleChange (3,458 bytes)
23: ...g is or is not [[compatible]] to users of [[API]] modules. - Bugzilla (11,016 bytes)
7: ... owner'' expectations. I started with 300 bugs in modules of my responsibility back then. Now, half a year ... - Blogs:JaroslavTulach:Daily Life:EMFOnNetbinox (648 bytes)
6: to handle [[OSGi]] modules in an ordered way. - NetbinoxPerformance (2,145 bytes)
3: ...me [[performance]] boost we have for [[NetBeans]] modules. - DVBCentral (1,413 bytes)
19: Which will go through all modules in your suite and test whether their dependencies... - Big Bang (918 bytes)
7: who would make more and more modules work. - ThreadContextClassLoader (5,750 bytes)
3: ...xtClassLoader]] which is friendly to [[NetBeans]] modules as well as bundles comming from [[Equinox]] world...
7: ...y different. It knows packages of all ''enabled'' modules and the [[ThreadContextClassLoader]] can load any...
10: ...will be loaded. So classes that belong to enabled modules or are accessible via the '''buddy''' policy are ... - Hotswap (11,992 bytes)
7: ...entation of shared interface that some components/modules in the system implement and others [[Lookup|look ... - Enum (7,264 bytes)
17: There are online repositories of additional modules in any [[NetBeans]] based application. As they ar... - AssemblableTypes (4,972 bytes)
5: There are following modules In the [[NetBeans]] [[API]]s: - Intelligent design (2,623 bytes)
7: ...llow compilation against the [[OSGi]] bundles and modules comming from the other system. This took us a whi... - Incremental deployment (6,423 bytes)
15: ...!]] can be broken by updates of new modules. Such modules, often by default turned on, turn on also pieces ...
21: ...ust two modules depended on it. Morever all three modules were maintained by the same guy, thus we faced no...
29: ...turn back to 6.9 state (e.g. update even disabled modules), but we knew it had it own problems. We could tr...
33: ...d are we arguing whether one guy can change three modules/source files in compatible way? C'mon, look at th... - GPLwithClassPathException (16,623 bytes)
58: ...ete source code means all the source code for all modules it contains, plus any associated interface defini...
96: ...this library statically or dynamically with other modules is making a combined work based on this library. ...
98: ...ardless of the license terms of these independent modules, and to copy and distribute the resulting executa... - FriendDependencies (3,686 bytes)
5: ... its manifest, enumerate the programatic names of modules that may access given [[API]]. Surprisingly, this... - JavaOne2012 (3,761 bytes)
28: == Patterns for Modularity: What Modules Don’t Want You to Know == - RangeDependenciesAnalysed (8,811 bytes)
61: ...nly indirect [[dependencies]] on <math>M^i</math> modules. ''Complete'' repositories prevent that.
63: ... populated incrementally by compiling new and new modules. Let's use this to demonstrate the construction o...
79: ...nal application only in a single configuration of modules. - RangeDependenciesNP (3,607 bytes)
7: Let <math>A, B, C, ...</math> denote various modules and their [[API]]s.
13: ...th their versions and their dependencies on other modules.
28: ...r each variable <math>v_i</math> let's create two modules <math>M^i_{1.0}</math> and <math>M^i_{1.1}</math>...
38: All these modules and dependencies are added into repository <math>... - Final interface (8,284 bytes)
13: ...e and the [[OSGi]] container can select the right modules to compose a working system. More about this in t... - JigsawServices (4,966 bytes)
16: ...es. But the problem is that while resolving these modules, they may render themselves as mutually incompati...
41: ...t simulate the previous resolution algorithm with modules ''A1'', ''A2'', ''B1'' and ''B2'' in the new scen...
48: ...]] executes the system with ''nptest'' and ''A1'' modules enabled. The module ''nptest'' claimed it can liv...
54: ...[[Jigsaw]] selects ''nptest'', ''A2'' and ''B1'' modules the pleasure of execution is likely to be higher.... - Hint (1,661 bytes)
9: ...ifferent services are compatible with the rest of modules or not as one knows the transitive closure of the... - ObfuscatePerLibrary (5,785 bytes)
71: ...to isolate non-public packages between individual modules and achieve sufficient level of [[modular]] encap... - JSON4Brwsr (2,836 bytes)
21: ...rwsr/file/f436c6bf464d/ko ko/fx and ko/bck2brwsr] modules. - LowerProfile (11,103 bytes)
30: ...ystem is [[modular]], isn't it? Just some of your modules may be too [[HeavyWeight]].
67: ==== Unwanted Modules ====
69: ...x to be split out into parts. Yet there are other modules that depend on such functionality that have to be...
71: ...et, if there are many commonalities between these modules, it may be better to ''abstract a least common de...
77: ...a result the ''Matisse Builder'' as well as other modules like ''profiler'' could remain independent from t... - HeavyWeight (869 bytes)
5: ...mber and shows result) can be refactored into two modules: one [[library]] to compute the factorial and ano... - ImpossibleThreading (9,314 bytes)
37: ... removing the tightly coupled connections between modules, and replacing with asynchronous communications f...
39: ...holding locks while the thread is accessing other modules.
41: ...trict direct access to read-only data for foreign modules. When foreign data must be accessed and updated b...
51: ...cated modularized system with asynchronous server modules that is free of deadlocks. - AutoUpdate (2,296 bytes)
11: netbeans/java/config/Modules/org-netbeans-lib-nbjavac.xml
12: netbeans/java/modules/locale/org-netbeans-lib-nbjavac_zh_CN.jar
13: netbeans/java/modules/locale/org-netbeans-lib-nbjavac_ru.jar
14: netbeans/java/modules/locale/org-netbeans-lib-nbjavac_pt_BR.jar
15: netbeans/java/modules/locale/org-netbeans-lib-nbjavac_ja.jar
View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500)