Graphically intensive silverlight design
I’m designing a silverlight application for showing sheet music from a midi file.
One codebase – lots of hosted services (similar to a basecamp style service) – planning structure
We have built a service (PHP Based) for a client, and are now looking to offer it to other clients as a hosted service. For this example, think of it like a hosted forum service, where a client signs up on our site, and is given a subdomain or can use their own domain, and the code picks up the domain, checks it against a ‘master’ users table, and then loads the content as needed.
How to test Java web applications
So far I haven’t been testing or learning how to test my java web applications.
How to customize web-app (pages and UI) for different customers
We have an ASP.NET web-application which has become difficult to maintain, and I’m looking for ideas on how to redesign it. It’s an employee administration system which can be highly customized for each of our customers. Let me explain how it works now:
Why don’t we have web IDEs?
Why don’t we have a lot of good web-based IDEs? Which aspects of the system make it difficult for IDE to be implemented as a web application?
Saving all hits to a web app
Are there standard approaches to persisting data for every hit that a web app receives? This would be for analytics purposes (as a better alternative to log mining down the road).
Best way to use GIT to maintain web application template
I am a sole developer and I have a web application template that I have created in Visual Studio. I am using GIT for source control, but only on my development machine. Presently I have a master and I create branches for new features, merging them back in to the master as I complete the features.
Looking for enterprise web application design inspiration [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 […]
Why can’t WARs share session info?
I have seen several developers looking for a solution for this problem: accessing session information from a different WAR (even when inside the same EAR) – here are some samples: Any way to share session state between different applications in tomcat?, Access session of another web application, different WAR files, shared resources, Tomcat: How to share data between two applications?, What does the crossContext attribute do in Tomcat? Does it enable session sharing? and so on…
What are the advantages and disadvantages of having a subdomain for each user account?
I notice two types of design used in web applications, some with a particular subdomain for users contents, and some with same URL structure for all the accounts.