Top "Web-applications" questions

Do NOT use alone.

Advantages of web applications over desktop applications

In the company I'm working for, it seems that all of a sudden all of our applications need to be …

web-applications
Web Service vs Web Application

I know this is an old question and must have been answered hundred times already, but I am not able …

web-services web web-applications architecture
What's dp (density independent pixels) units with CSS?

For Android, people recommend using dp (density independent pixels) measurements for UI elements, and there are conventions that exist such …

android css web-applications user-interface screen
Create complete EAR Project with Maven and Eclipse Helios

I read some articles about how to set up eclipse and maven to create a new empty ear project but …

eclipse web-applications maven-2 ear maven-ear-plugin
Can I incorporate both SignalR and a RESTful API?

I have a single page web app developed using ASP.NET. I recently converted many of the web methods to …

asp.net rest web-applications asp.net-web-api signalr
Maven: Customize web.xml of web-app project

I have a web application Maven project, and I want to customize the web.xml file depending on the Profile …

java web-applications maven-2 profile web.xml
Can you launch the native Camera App from an Html 5 Web App?

I have a mobile website that allows users to upload photos using the file input type (Browse button). If possible, …

android web-applications android-camera
NoClassDefFoundError JsonAutoDetect while parsing JSON object

I am developing a webapp using Amazon's cloud services and I need to make use of JSON objects. How my …

java eclipse json web-applications noclassdeffounderror
What is the best place to store a configuration file in a Java web application (WAR)?

I create a web application (WAR) and deploy it on Tomcat. In the webapp there is a page with a …

java web-applications tomcat jakarta-ee
ASP.NET runtime error : Ambiguous Match found

Recently, my team converted ASP.NET project from .NET 1.1 to .NET 2.0. Everything is pretty good so far except for one …

c# .net asp.net web-applications asp.net-2.0