2
votes
6answers
70 views
Which J2EE web development framework to choose for a simple, accessible application?
Hi everyone,
I want to write a simple web application, on J2EE, with these characteristics:
I don't need any AJAX, and it should even work with JavaScript disabled on the browse …
1
vote
3answers
99 views
How do I rollback a transaction that has already been committed?
I am implementing an undo button for a lengthy operation on a web app. Since the undo will come in another request, I have to commit the operation.
Is there a way to issue a hint …
1
vote
1answer
30 views
What does Convert to Web Application do?
In VS2008, I go to File/New/Project, select ASP.NET Web Application and create a new project.
If I right-click on the newly created project, there is a menu item to Convert to W …
0
votes
1answer
14 views
How do I parse the PLS playlist format in an iPhone app?
I'm developing an iPhone application for a radio station. I'm in need of parsing playlist.pls and playlist.qtl, to get the stream audio url present in it. I'm stuck with that.
0
votes
1answer
26 views
Best way to take advantage of .NET 3.5
I currently have an asp.net web application which is using seperate assemblies for the data access, the business logic,
entity objects, and the web user interface. The data access …
2
votes
7answers
66 views
Best way to handle very large http uploads and downloads on the server-side
I've an upcoming project where I will need to handle very large uploads from browsers (either the classic input type="file" or a Java Applet), and looking for the best tool to do t …
3
votes
4answers
45 views
What do you monitor with JMX in your production JEE server?
This question is not about how JMX works or what JMX does. This question is about applications of JMX in standard application server environment in production. It is not for specif …
3
votes
3answers
82 views
Web Application, which route to go!?
Hi,
I'm going to develop a web application based on mathematics. It's going to provide stuff like canvas' showing graphs (quadratics etc.) and also provide an exercise area to tes …
0
votes
2answers
74 views
How to maintain state in a web app - as HTTP is stateless
I am new in building web apps and just begun learning and setting up Grails. I am planning to build an app which has a flow of 4 to 5 pages. Since HTTP is a stateless protocol, how …
7
votes
8answers
129 views
Web application on an iPhone - styling it to look like native iPhone app
Hi,
I saw some web pages display diffrently on an iPod Touch (and iPhone) - they pretty much looked like the native iPhone apps.
Think this can be done with styles and, optionall …
0
votes
4answers
77 views
In a database driven web app, what should the user see when the database is unavailable?
If a web application relies on a database to serve dynamic content and that content is unavailable for whatever reason (database server down, etc.), what is the preferred method fo …
6
votes
5answers
115 views
Commercializing a php application?
Say I have developed a php webapp and would like to distribute it for others to use as proprietary software. Is there anything I can do short of some sort of licence or just trust …
0
votes
0answers
12 views
Mysterious constraints problem with SQL Server 2000
Hi all
I'm getting the following error from a VB NET web application written in VS 2003, on framework 1.1. The web app is running on Windows Server 2000, IIS 5, and is reading fro …
1
vote
1answer
28 views
How to deploy on JBoss exploded web application from Eclipse Galileo?
Is it possible to deploy on JBoss exploded web application(not archived war file) from Eclipse Galileo?
3
votes
4answers
90 views
PHP - Is this a good method to prevent re-submission?
This is related to preventing webform resubmission, however this time the context is a web-based RPG. After the player defeats a monster, it would drop an item. So I would want to …
