Questions tagged [web-application-design]
75 questions
1
vote
1 answer
(JavaScript+Java+Rest) application design approach
I am working with a new framework called "Play! Framework" which follows MVC pattern.
My web application has java model and controller classes and (html+javascript) at view layer.
Also we don't have our own database...application data comes through…

G.S.Tomar
- 290
- 2
- 14
0
votes
0 answers
Asp.net web application varies its presentation despite using the same browser (internet explorer 8)
I have a problem with a web applications that is made with divs, it has these elements:
container
header
content (with a background image)
footer
It always display correctly on my laptop and in my desktop pc xp with chrome and ie 8, but when i…

eliv
- 35
- 7
0
votes
2 answers
PHP Web Application Design Basics
I am making a twitter application using PHP. Please excuse me if this question is elementary. In my application, the initial landing page (index.php) contains code for login/oauth. If the user logs in successfully, should I load a new page…

RedEye
- 845
- 1
- 9
- 22
0
votes
1 answer
email application design, how to manage attachments and messages?
I am doing an email application which will allow multiple attachments and emails will be send on schaduled date. I have some desgining issues here. Please guide me with your expereienced knowledge.
Email will be stored in db table but attachments…

user576510
- 5,777
- 20
- 81
- 144
0
votes
1 answer
Python Flask web application hanging when called multiple times
I created a web application by using Flask, in order to trigger a detection routine through HTTP request.
Basically, every time a GET request is sent to the endpoint URL, I want a function to be executed.
The code I'm using is:
web_app =…

Carlo
- 1,321
- 12
- 37
0
votes
1 answer
Design Query - Pull data from a third party data source and show it on UI
We have to design a system where we have an application which will show data. The source of data is a third party Db which exposes apis to fetch data out of it. We have our db - Sql server where we will store this data. From the UI of the…

SunilA
- 513
- 8
- 19
0
votes
1 answer
Advice on separating parts of java web application
I'm creating a Java Web Application that predicts bitcoin price. I have 3 important "parts" there:
Web Stack(Spring+Thymeleaf+Hibernate)
Part that parses API and save btc prices into a database
Machine Learning model that takes the data from a…

Levon Minasian
- 531
- 1
- 5
- 17
0
votes
1 answer
How to load properties into environment from zookeeper before initialising beans in web application
Spring based web application:
Existing: The context is loaded from file("web.xml") and properties required for application are being loaded from properties file referred in xml context file.
New: Now properties should be read from zookeeper (along…

Anand Kumar
- 13
- 3
0
votes
2 answers
Which language should I use for [many reads, few big writes DB] with [many concurrent connections]?
Which language would you recommend for use on a dynamic web-page with many users connected. I am not using flash or anything like that, interactivity is all Javascript/HTML.
My basic two restrictions are:
plays nicely with mySQL or if you have…

sova
- 5,468
- 10
- 40
- 48
0
votes
1 answer
Web Application with Background Job That Loops Forever
I am trying to design a new application but am a little stuck on the best way to do it.
What I want to be able to do is have a bot connected to an irc channel which is gathering information from the chat messages and then I want to have an HTTP…

SamJ
- 101
- 3
0
votes
1 answer
Popular Design Patterns for Web Application Components
I am preparing for a presentation on Design patterns in Web Application.
I know there is a discussion on the same topic, But I guess it is more for a java web application. I wanted something more generic.
I have started listing some components need…

arunk2
- 2,246
- 3
- 23
- 35
0
votes
1 answer
Abstract versus Separate table design
My question is what are the best practices for database/application design for the following ?
I use Code First Entity Framework and .Net MVC 5. There are common functions I want to implement on different entities. For example consider the following…

John
- 3,512
- 2
- 36
- 53
0
votes
1 answer
Is it necessary to record the image paths in the database when it is associated with a unique item?
In my web application, there are several classes whose instances need an image (i.e., photo). Each of these instances can have only one image. Currently, my implementation is that when user creates a new instance, I keep the name of the uploaded…

renakre
- 8,001
- 5
- 46
- 99
0
votes
3 answers
How to develop a web application with a bunch of feature modules
I am developing a web application using spring framework and google app engine. I am wondering if there is a design pattern or framework with the help of which I can develop features of my application as pluggable modules. For example I have…

saurabhgupta05085
- 68
- 1
- 10
0
votes
1 answer
Message queue - architecture (task + response)
I am now thinking about using message queue for a "video" project.
Imaging a video service where users upload videos and then screenshots, short video thumbnail and different video sizes are made by scripts (it's not important how at the momemnt).…

Yarik Dot
- 1,063
- 1
- 7
- 12