Tagged Questions

1
vote
3answers
79 views

Python for web scripting

I'm just starting out with Python and have practiced so far in the IDLE interface. Now I'd like to configure Python with MAMP so I can start creating really basic webapps — using P …
0
votes
2answers
53 views

How should I handle uploads centrally and sanely in my web app?

Hi, I am creating a web application, which is basically a very specialised CMS. It's written in PHP with Codeigniter (though the specifics are not important) and is structure acc …
0
votes
2answers
30 views

Can iPhone Safari be prevented from showing the navigation bar during an AJAX call?

I've got an iPhone web-app which I'd like to look as native as possible. I've used the scrolling trick to get rid of Safari's navigation, and taken away scrolling to prevent it fr …
0
votes
4answers
24 views

persisting persistence; or moving legacy webapp to non-relational store

Suppose you have a huge app with a data access layer bound to SQL You want to provide other non-sql DAL, for instance a GoogleAppEngine instance or XML-based backup. How would you …
0
votes
1answer
21 views

Should I implement a custom properties file based authorization tag to go with authz from Acegi Security?

I'm searching for the best way to handle view-level authorization (where you hide markup based on a user's roles). The typical way to do this is with the Acegi Security authz tag, …
1
vote
3answers
50 views

Tomcat parent webapp shared by configurable children webapps

Currently, we support many clients using the same web app, but each client has a different configuration for accessing their database, setting files etc. As the client list grows, …
1
vote
3answers
58 views

Is it possible to use a JSP as a template for a servlet?

I've been intermixing JSPs and Servlets in the web app I'm building and I'm starting to find that my more complex JSPs end up containing a lot of code, which flies in the face of a …
0
votes
1answer
24 views

derby.log (etc) control in a webapp

Derby has a series of configuration options that are controlled by system properties. It's quite painful to arrange system property settings in a webapp. Has anyone come up with a …
0
votes
0answers
43 views

Best way to synchronize local HTML5 DB (Storage) with a server

I am developping a mobile web application (for iPhone) with a local database (using html5 webstorage) so my app is still usable when the user is offline. This is working perfectly …
0
votes
4answers
58 views

Current request global variable in C# on ASP.NET

I'm familiar with the Application and Session Key/Value object stores in ASP.NET. I'm looking for a global store that I can put a value into when a request is made that is valid on …
0
votes
1answer
16 views

Switched to Snow Leopard: HTTP-Requests stopped working in simulator (WebApp)

Hi! I've created a web app in Mac OS 10.5 which receives data by sending http requests like this: var http = new XMLHttpRequest(); var url = "http://www.test1234.com/data.php?pa …
1
vote
1answer
56 views

How can I clean _svn folders/files from ‘src/main/webapp’ folder when maven2 builds webapp project in netbeans 6.7?

I have created a webapp using maven2 archetype in netbeans 6.7. when I do plain build(removing all the plugin configuration), it copies all the required files including the '_svn' …
0
votes
1answer
37 views

iPhone - HTML5’s “cache manifest” Common to many webapps??

Sorry for the cryptic title. I would like to know if the cached files from one iPhone webapp using HTML5's manifest capability, can be made available to another webapp from same d …
1
vote
2answers
49 views

How to deploy a Spring Integration app in Tomcat?

I've gone through the "Spring Integration in 10 minutes" tutorial for setting up a basic Spring Integration application. I'd like to deploy this application in Tomcat and have the …
3
votes
5answers
82 views

Best practices in modelling user constraints in a webapp?

I'm building a webapp with role based access control using Acegi (Spring) security. So i have different users with roles: ROLE_ADMIN, ROLE_USER and etc. However, i need to implemen …

1 2 3 4 5 13 next
15 30 50 per page