Questions tagged [application-structure]

Use this tag for questions related to the Application Structure, i.e. the general architecture of an application.

is used in its general meaning and describes the general structure of an application.

As a result, you are encouraged to use one or more additional tags, to better describe your specific case.

22 questions
0
votes
1 answer

the application structure in node.js?

I am familiar with Java web containers, where web applications are deployed as war files. I am confused how to deploy CSS, JS, HTML, images (and so on) in Node.js. How does one do this? I have very limited knowledge of Node.js. Thanks in advance!
Preethi
  • 2,112
  • 7
  • 38
  • 54
0
votes
2 answers

Showing/dismissing a walkthrough - iOS Application structure

I need to present the classic walkthrough when the Application get launched the first time but, with the implementation that I have in mind, I end up with a structure that keeps the walkthrough as first controller of the hierarchy... and I don't…
MatterGoal
  • 16,038
  • 19
  • 109
  • 186
0
votes
1 answer

iOS / XCode separate layers in targets

I am fairly new to iOS and XCode and come from .Net background. So in Visual Studio I would usually separate the layers of my application (say WebApp layer, business logic layer, data access layer etc.) into separate project so I can have control…
Adrian Hristov
  • 1,957
  • 2
  • 16
  • 22
0
votes
2 answers

CanJs application structure

I am new to canJs. Looking for a good application structure for building a canjs app. I would like to separate the Model, controller and view/template logics to separate folders. The todo app available in canjs site is a simple one which has…
0
votes
2 answers

where to write custom functions and how to import them?

here is my little story: I am using DoctrinExtensions Tree on my entity account. The user can edit the tree in the UI and then save it. I send back back to the PHP an array of all the accounts. Then I want to rebuilt it as a tree and save/edit the…
Eagle1
  • 810
  • 2
  • 12
  • 30
0
votes
1 answer

In large JS apps where do I put custom methods to libraries and plugins

I have a fairly large javascript application mostly using jquery and knockout. Essentially I make one major separation in my folder structure app has all the code I have written and is further divided into constants, views, models, and viewmodels.…
BillPull
  • 6,853
  • 15
  • 60
  • 99
-1
votes
1 answer

Is it right C++ app structure?

I have one question is this right app structure? I´m beginning with C++ and CMake and I want to begin in right way. Root |--build |--src | |-Application | | |-------App.cpp | | |-------App.h | | |-------CMakeLists.txt | …
user1607808
  • 127
  • 1
  • 2
  • 7
1
2