1
vote
3answers
38 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, …
0
votes
1answer
17 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, …
0
votes
0answers
26 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
1answer
20 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 …
1
vote
3answers
56 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
4answers
52 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
31 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
1answer
46 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
2answers
38 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
80 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 …
0
votes
1answer
17 views
Using NSUserDefaults from javascript webapp
Hi!
I need to store and access preferences (like colour, etc.) from a javascript webapp.. Is there some webkit access to the NSUserDefaults? (or maybe CFPreferences ?)
1
vote
4answers
139 views
How do I display real-time python script output on a website?
I have a Python script that outputs something every second or two, but takes a long while to finish completely. I want to set up a website such that someone can directly invoke the …
0
votes
1answer
30 views
WebKit on th iPhone: is it possible to copy text to the clipboad with JavaScript
The iPhone 3.0 software added copy/paste, and native application can programmatically copy content to the clipboard. Is it possible to do the same, i.e. copy text to the clipboard, …
1
vote
5answers
131 views
Are there any web apps that do user stories cards?
We do distributed agile development and could really us a solution like story cards on a wall/board, only on a webpage where you could easily drag and drop them. Any suggestions? …
2
votes
6answers
203 views
Browser download complete event
We've been looking for a while for an answer to this, but haven't found a solution.
We have a web server, which allows the user to download files (pdfs), which are dynamically-g …
