application-design Questions
4
I tried researching the web for a good explanation on 5 tier architecture. However, I didn't find any good articles. I understand 3- and 4 tier architecture, however 5 tier won't go in my head. Can...
Inexact asked 11/9, 2019 at 5:2
2
Solved
I wanted others to explain to me, which approach is better: using a session or designing it sessionless. We are starting development of a new web application and have not yet decided on what path t...
Merat asked 10/4, 2012 at 22:35
4
Solved
I have looked through all the other (excellent) answers on SO (especially this: How do JavaScript closures work?) but I wanted your feedback on my understanding of the concept.
I understand that on...
Nita asked 16/7, 2012 at 0:21
5
Solved
I'm starting a new Java web app from scratch.
I don't have much experience on Spring Framework, but I know I'd like to use some of its features, such as Transaccions Management.
On the other han...
Carolynncarolynne asked 10/1, 2014 at 23:0
13
Solved
With the addition of the Tuple class in .net 4, I have been trying to decide if using them in my design is a bad choice or not. The way I see it, a Tuple can be a shortcut to writing a result class...
Squaw asked 10/6, 2010 at 18:33
4
I have read many publications about MVC, but I still can't clearly understand why do we need "controller".
I usually write applications in client-server model:
server contains all the business-l...
Empress asked 2/12, 2012 at 17:33
4
Solved
We're building a simple web based system whereby somebody adds a record, a CMS page for example, that gets approved by someone in charge before being shown on website.
If the author then decides t...
Hawse asked 11/3, 2010 at 16:9
5
Solved
We are developing an application that would be offered as a hosted solution. I am struck with understanding how can i use multiple sites with same code without duplicating base code.
eg:
website 1...
Convertiplane asked 15/11, 2009 at 8:48
7
Solved
I'm just getting started with TDD and am curious as to what approaches others take to run their tests. For reference, I am using the google testing framework, but I believe the question is applicab...
Attic asked 21/4, 2010 at 7:0
2
We are a service provider. Suppose in our application, we originally have our own user/role management. Different users with different roles are allowed to use different features. So that when a us...
Scaliger asked 6/5, 2013 at 1:27
2
Solved
Here is one design/ best practices question..
I'm new to android development, and basically new to web/mobile solutions.
So, my question is - what are best practices when organizing structure of...
Proportion asked 13/11, 2012 at 3:39
3
Solved
In a complete Java EE application that's clustered is the DTO pattern still a valid option? The application in question uses EJBs Hibernate and Struts with Spring etc. Is there anything wrong with ...
Acetamide asked 28/6, 2012 at 4:8
2
Solved
I am currently in the process of designing a versioned API for a new website. I understand how to namespace the routes but I am stuck on the best way to implement versioned methods within a model.
...
Coontie asked 23/7, 2011 at 0:36
9
What are the general guidelines and best practices to keep in mind while designing Java application [Simple console apps to J2EE apps]?.
Hi
I recently completed Java programming tutorial fr...
Mohican asked 9/7, 2010 at 14:34
5
Solved
Should the user's Account balance be stored in the database or calculated dynamically?
For accurate results calculating it dynamically make sense but then it might be a problem, when there are man...
Punk asked 14/6, 2011 at 9:58
9
We're developing iPhone GPS application for car drivers.
As you probably know, iOS4 introduced multitasking, so our application can run in background - and it is. It's part of its functionality.
...
Corry asked 23/7, 2010 at 13:59
1
Solved
Last night I dump windows 7 and formatted my hard driver to port to a Linux based operating system, Purely for the reasons that I wanted to start working with Node.JS
So I have installed Node.JS a...
Gravois asked 3/3, 2011 at 10:45
3
Solved
I tend to use Hibernate in combination with Spring framework and it's declarative transaction demarcation capabilities (e.g., @Transactional).
As we all known, hibernate tries to be as non-invasi...
Catton asked 17/2, 2011 at 9:18
4
Solved
My application loads lots of data from a database into a complex data structure. The in-memory data structure ressembles the structure of the database, which means that if the database contains the...
Ingles asked 8/10, 2010 at 14:25
1
Solved
I am currently looking into solving the problem with the inability to quickly create new files in the Finder. I will open source what I write because I think the Mac community needs this solved.
...
Cateyed asked 17/9, 2010 at 1:40
2
Solved
I've been learning about the Model-View-Controller paradigm ("MVC"), but I'm quite confused since some tutorials contradict other tutorials.
My current understanding of the process looks something...
Hartfield asked 23/8, 2010 at 12:59
17
Solved
Possible Duplicate:
Forgot Password: what is the best method of implementing a forgot password function?
I'm programming a community website.
I want to build a "forgot my password" f...
Mckinnie asked 23/5, 2009 at 14:42
4
Solved
I need a base class for my DTO classes which will be used in my generic interfaces.
But the DTO classes have nothing in common. They are just dumb classes containing some properties.
public void ...
Martineau asked 11/3, 2010 at 10:51
2
Solved
I'd like to have one interface for all my grid related tasks.The tasks implement this interface:
public interface IDataForGrid<T>
{
IGridResponse<T> GetList(IGridRequest request);
}
...
Sustentation asked 11/3, 2010 at 10:20
2
Solved
Aside from the MVVM, as well as MVC patterns for the overall structure of a WPF app, how exactly do you break up the model/controller aspect of an app into subcomponents? The reason I ask is that I...
Maximilian asked 12/6, 2009 at 19:57
1 Next >
© 2022 - 2024 — McMap. All rights reserved.