Framework for desktop-like approach to developing web applications? [closed]
Closed 4 mins ago.
What is the rationale behind entering email twice for registration? [duplicate]
This question already has answers here: What is the purpose of “re-type your email” field? [closed] (3 answers) Closed 10 years ago. Many web sites ask users to enter their email address twice, sometimes taking the trouble to disable copy-pasting. What is the logic behind this? Is this e.g. a security measure? web-applications security ui […]
What is the name to differentiate between parts of an app that have different types of users in each part?
On a project I’m working on, I’m trying to find a noun to describe the different parts of the application dependent on user interface. There are three parts: super admin, admin and regular users. Each of these parts consist of modules, interfaces with users, interfaces with the other parts.
Reasons NOT to use JSF [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
How do CDNs protect failover sites from DDoS attacks?
I’m in the design process for a Java web app that I will probably end up deploying to Google App Engine (GAE). The nice thing about GAE is that I really don’t have to worry about fortifying my app from the dreaded DDoS attack – I just specify a “billing ceiling”, and if my traffic peaks up to this ceiling (DDoS or otherwise), GAE will just shut my app down. In other words, GAE will essentially scale to any amount until you simply can’t afford to keep the app running any longer.
Considerations for developing a large scale system that needs to be both traditional web accessible and mobile accessible
I am trying to begin planning of a system that would be both client management, and document management, with tools built in to do analysis on all of the transactions, etc.
Pros and Cons of holding all the business logic in stored procedures in web application [duplicate]
This question already has an answer here: Database Application Design Best Practices [duplicate] (1 answer) Closed 11 years ago. In some organization I worked for web applications are developed basing all the business logic in Database stored procedures. For example, use html for view and servlet as controllers to divert the client request to appropriate […]
Implementing cache system in Java Web Application [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Is it worth converting a Django project to Rails?
I have a project I shelved a while back- it was essentially a working web app built in django but I stopped working on it to work on something else.
How does the GPL work in regards to languages like Dart which compile to other languages?
Google’s Dart language is not supported by any Web Browsers other than a special build of Chromium known as Dartium. To use Dart for production code you need to run it through a Dart->JavaScript compiler/translator and then use the outputted JavaScript in your web application.