modularity
Modularity - osgi and data
I am busy with R&D with osgi and its role in the technology stack. I buy into the whole modularity and benefits this gives from a software component standpoint. Now, what I am battling to get my h[详细]
2023-04-12 23:19 分类:问答How to separate "view" and "control" layers easily without RMI, messaging etc.?
I have applications built on Spring 3 + JPA 2 + JSF 2/Vaadin running on servlet container (Tomcat/Jetty).[详细]
2023-04-11 00:39 分类:问答most appropriate form to make re-usable Ruby on Rails code more re-usable?
I make a lot of rails applications, and there seems to be lots of way to make code reusable. Among the things I reuse are the following:[详细]
2023-04-09 17:20 分类:问答Sharing types in a modular application architecture
I have an application under development that is following a modular application design.There is a \'core\' vertical stack that provides common, central services such as authentication/authorization, l[详细]
2023-04-09 06:54 分类:问答Why using functions defined in the same module faster than the same function defined in another?
Consider this block of code: isPrime primes\' n = foldr (\\p r -> p * p > n || (n `rem` p /= 0 && r)) True primes\'[详细]
2023-04-05 01:27 分类:问答Rails best practices to build activable (or not) features?
OK let\'s assume I have an awesome looking rails app with somes Posts, which can be commented and voted on. It\'s online and people love it.[详细]
2023-04-03 18:47 分类:问答Should I require explicitly all dependencies in every file?
I am asking this for Ruby, but I guess this principle can be applied to every project with multiple files. Say I have a main file e.g. application that requires some other modules model1 and model2. B[详细]
2023-03-31 13:23 分类:问答Loading Module with Progress Bar
My application has a couple of modules which am loading as thus in my application. <local:moduleloader url=\"Module1.swf\" id=\"modulel\" />[详细]
2023-03-28 05:09 分类:问答Using Presenter in Prism
I am developing an application using PRISM in C# and WPF. I am new to this and would like to implement the Presenter. Basically, I would like to register a Presenter instead of View in my Module.[详细]
2023-03-24 22:39 分类:问答Best option for managing module classes
My game base consists of a series of modules, organized as classes, that are created, updated and interact when needed.[详细]
2023-03-24 04:00 分类:问答