Questions tagged [web-architecture]
64 questions
2
votes
3 answers
Can i say that MVP = 3 Tier Archi?
From last few days i have been searching the optimal architecture for my new web application, which would be devloped in ASP.Net using C#. Until now, i only find and study following 3
Three Tier Architecture (Note: By
Tier i mean logical…

Jame
- 21,150
- 37
- 80
- 107
2
votes
1 answer
Difference between 3Tier Architecture and (MVC or MVP)
I just want to know the difference between 3Tier Architecture and (MVC or MVP).
I am asking this question because i am C++ developer and new web development. I read various internet resources and i found both the same, the base line is that we have…

Jame
- 21,150
- 37
- 80
- 107
2
votes
1 answer
What consideration would one take when designing a scalable web architecture
I know that one has to look at the queries for database, because when the database is small queries are not a problem. But when it becomes larger it could slow down the site.

Aaron
- 4,380
- 19
- 85
- 141
2
votes
6 answers
How do you structure your website content?
Do you try to keep it simple and have a root folder and then 1 folder for images, javascript, flash, etc? What do you normally call your folders? Do you give your files naming conventions?

Xaisoft
- 45,655
- 87
- 279
- 432
2
votes
1 answer
What's the best way to simulate a complex production web development environment?
I want to create a modestly scalable development environment for an in-development web service.
Ideally, there would be an nginx web server with haproxy and a few database servers, websockets, the works.
I'd be going with Amazon cloud services for…

eastydude5
- 597
- 2
- 5
- 17
2
votes
1 answer
Implement SOLID principles in Spring MVC Project with Hibernate
We are implementing Spring MVC project with Hibernate functionality. As per the sample implementation of SpringMVC, we would have different layers with the application. They include: Controller, Service, Entity & Repository.
Business logic of the…

Pavan Kumar Galeveti
- 21
- 5
2
votes
1 answer
Web application architecture in a web farm
I know there are a some changes to a web application when moving from a single web server to two, or more, web servers. But architectually, are there any other changes to consider when adding more servers to the farm? I understand deployment would…

shannon.stewart
- 974
- 1
- 8
- 18
2
votes
1 answer
JMAP uses /.well-known for service discovery, would it be considered valid use of RFC 5785?
I was surprised
A JMAP-supporting email host for the domain example.com SHOULD publish a SRV record _jmaps._tcp.example.com which gives a hostname and port (usually port 443).
The authentication URL is https://hostname/.well-known/jmap (following…

sourcejedi
- 3,051
- 2
- 24
- 42
2
votes
1 answer
Web server with REST api - Spring Boot - Mulitple servlet containers
In my architecture, I am using spring as both a web server, serving static html and javascript pages, and as a rest api.
Currently, my spring app listens on port 8080. Even though I can easily change it to port 80, I think the api and the web server…

saw
- 165
- 1
- 11
2
votes
0 answers
How to Consume Non-public NTLM WCF Service From Windows Azure Cloud Service?
I have a Windows Azure Cloud Service with a single worker role. The worker role's App.config file specifies NTLM credentials should be used for the WCF authentication (Gist for all of this : http://goo.gl/wFCLv7 ).
Everything works as expected…

TheFastCat
- 3,134
- 4
- 22
- 32
1
vote
3 answers
Why load images from different domain?
I have learned that browsers can only load a few files from the same domain at the same time. Therefore you should place your images on a different domain, or on a subdomain, to speed up page performance. Something like that...
Is it worth building…

user1087110
- 3,633
- 11
- 34
- 43
1
vote
2 answers
Best architecture practice to improve performance of ecommerce website hosted in India to overcome the Great Firewall of China
Not sure if this is the right platform but would like to give it a shot here as there are many legendary folks that live in stackoverflow domain.
We have a typical ecommerce website hosted in India. The architectural touch points can be summarized…

codeaprendiz
- 2,703
- 1
- 25
- 49
1
vote
2 answers
Defining two separate API endpoints for essentially the same logic just for the sake of avoiding REST anti-patterns?
Suppose we have a M:M relationship between a User model and a Project model in a project management SaaS. Naturally we have a pivot table mapping users to projects. An entry is deleted either if the user leaves or if the project manager removes that…

ryanvb92
- 311
- 2
- 13
1
vote
2 answers
What is a common web architecture for java apps?
Im currently developing a java web application, and im researching how i should combine different types of technology in order to get the most use of a single webserver.
My plan so far is to have the following architecture setup
Internet ->
Varnish…

netbrain
- 9,194
- 6
- 42
- 68
1
vote
0 answers
Modern web-applications architecture
Good day, Stackoverflow community.
I've been little bit out of touch with current best practices for scalable web-application design/development. This is more of an ask for help to point in right direction.
I am planning an application with React.js…

Midnight Coder
- 721
- 1
- 8
- 20