'. '

Search results

From APIDesign

You searched for Modules

Jump to: navigation, search

There is no page titled "Modules".

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

  1. JesseGlick (745 bytes)
    1: ... by others; and define the versioning behavior of modules to reflect their dependencies.
  2. 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...
  3. 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...
  4. Blogs:JaroslavTulach:Practical Design (17,874 bytes)
    133: ... and it results in faster download times, sharing modules between different applications and easier process...
  5. 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...
  6. 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 ...
  7. 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...
  8. 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...
  9. 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
  10. 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...
  11. Blogs:JaroslavTulach:Practical Design:FixModifiers (2,015 bytes)
    11: That would work beautifully. New [[Java]] modules could use the old damn '''public''', '''protected...
  12. 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
  13. 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...
  14. Module system (1,378 bytes)
    1: ...g and executing applications composed from pieces/modules. [[Java]] users can choose from [[OSGi]], [[NetBe...
  15. 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...
  16. 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...
  17. 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...
  18. Module (208 bytes)
  19. NetBeansMavenRepository (128 bytes)
    1: Many [[NetBeans]] modules are available as standalone libraries via the [[M...
  20. 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...

View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)



Search in namespaces:

List redirects
Search for
Views
Personal tools
buy