-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm working on a pretty big application for Flex/Air. We are using GraniteDS and Tide to interact with the model from our Java EE server.
I've been reading about modularization and Modules in Flex. The application has already been built, and I'm figuring a way out to re-design some classes and parts…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
The Java tutorials that I read, like to use nested classes to demonstrate a concept, a feature or use.
This led me to initially implement a sample project I created just like that: Lots of nested classes in the main activity class.
It works, but now I got a monstrous monolithic .java file. I find…
>>> More
-
as seen on Simple Talk
- Search for 'Simple Talk'
As programmers, we strive for modularity in the code we write. We hope that splitting the problem up makes it easier to solve, and allows us to reuse parts of our code in other applications. Object-orientation is the most obvious of many attempts to get us closer to this ideal, and yet one of the…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I'm looking for some guidance on how to architect an app with regards to modularity, separation of concerns and re-usability.
I'm working on an application (ASP.Net, C#) that has distinctly generic chunks of functionality, that I'd love to be able to lift out, all layers, into re-usable components…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am getting the following error when trying to Initialise the Module using Unity and Prism. The DLL is found by
return new DirectoryModuleCatalog() { ModulePath = @".\Modules" };
The dll is found and the Name is Found
#region Constructors
public AdminModule(
IUnityContainer…
>>> More