We are currently developing a few web applications and are letting our designers convert signed off paper prototypes into static web pages. In addition to having hyperlinks between pages the designers have started adding jquery calls to update elements on the pages by fetching data from static json files. Once the designers are finished ...
Sorry, I'm not really sure of the right way to ask this one so bear with me...
We have a web application that runs on a set of servers at a data center (not in our offices)
We want to be able to somehow 'advertise' to our clients/users that the availability or response time of our servers has met a standard throughout the day.
I am bei...
I want to setup my database with initial data programmatically. I want to populate my database for development runs, not for testing runs (it's easy). The product is built on top of Spring and JPA/Hibernate.
Developer checks out the project
Developer runs command/script to setup database with initial data
Developer starts application (...
[ # question edited for clarification # ]
I'm trying to implement a Single Sign On (SSO) for a web application. Maybe you can help me find a proper solution, give me a direction or tell me, that solutions already exist.
The scenario: A GeoExt (ExtJS for geodata/map based apps) webapp (JavaScript only) will be deployed on a customer's w...
I have tried:
1) I tried empty string first:
<action type="Redirect" url="" redirectType="Permanent" appendQueryString="false" />
Result:
HTTP 500.52 - URL Rewrite Module Error.
The substitution URL for the current action cannot be empty.
2) Maybe I should omit the url attribute:
<action type="Redirect" redirectType="Permanent" ...
Let's say I have a Tomcat and a web application on it with index.html is in catalina_home\webapps\ROOT\index1.html and this web application runs successfully to the internet.
Also I have a glassfish with another application deployed on it with let's say an index2.jsp.
Can I have a link in index1 that can open index2?
...
Is it possible to write a DLL that would take input from Apache and return text to display?
For instance, say someone enters this URL: http://example.com/somedll.dll?p1=test&p2=anothertest Would it be possible to have the DLL take those parameters and return them as text to the server, which would then display testanothertest.
...
We're building a simple web based system whereby somebody adds a record, a CMS page for example, that gets approved by someone in charge before being shown on website.
If the author then decides to edit that page later, we want to create a draft based on the live copy, on approval it will replace the old live page.
We thought about doi...
I am farily new to the topic, but I am trying to combine both Django and Pyjamas. What would be the smart way to combine the two? I am not asking about communication, but rather about the logical part.
Should I just put all the Pyjamas generated JS in the base of the domain, say http://www.mysite.com/something and setup Django on a sub...
Mhh, kinda hard to explain with my poor english ;)
So, lets say I have an image, doesnt matter what kind of (gif, jpg, png) with 200x200 pixel size (total area 40000 pixels)
This image have a background, that can be trasparent, or every color (but i know the background-color in advance).
Lets say that in the middle of this image, ther...
I have a C# website. It references several compiled dlls.
My dlls need to access folders on the website.
How do I find the root path of the website from the dlls?
I've tried
System.Environment.CurrentDirectory - > "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE"
Assembly.GetExecutingAssembly().Location - > C:\WINDOWS\Micro...
I have migrated a Web Application from MyEclipse to Eclipse WTP, and I am now in the middle of the first major upgrade to the code base and web pages after the migration, and it is frankly driving me mad that saving a JSP page causes a redeployment of the WHOLE application, as it takes time and that my backend connection does not survive...
I have a controller (Spring-MVC) that generates a PDF report on a get request. The controller sets headers like "application/OCTET-STREAM", "Content-Disposition", "attachment; filename=\"" + filename + "\"" so that the user gets the save/open dialog forced to them. The controller gets a pdf generated and writes the pdf bytes directly t...
I am thinking about build a online store for my wife to sale something. we need database for customer info and goods info. we also need shopping cart for customers to use. I have yrs java experience but no web experience (know a little about jsp and servlet). I am thinking using wicket and other java technologies plus MySQL to build it. ...
Anybody has experience with Magento community version and Appach OFBiz? Could you please share your feeling with me? I am trying to find a free ecommerce platform to start with. OFBiz is using Java. Don't know what's the language Magento is using. thanks,
...
I am making a mobile webapp in dascode, I used mailto and it pulls up the email client like expected but when you click cancel it goes back to the page and none of my internal links work any ideas on how to fix this?
...
I have a webapp in development. I need to plan for what happens if the host goes down.
I will lose some very recent session status (which I can live with) and everything else should be persistently stored in the database.
If I am starting up again after an outage, can I expect a good host to reconstruct the database to within minutes o...
So I just started digging into web tech, and I'm stuck on the concept of REST. Could someone clarify REST by giving me an example of what isn't rest?
So, as far as I can tell, REST requires the server and client to both be in the same state at the end of every request-response HTTP transfer. Does that sound right?
My understanding is t...
I'm in the process of learning C++. But there's so much more that I want to do online - web apps, iphone apps, websites.
So I'm thinking of learning another language, one that would allow me to make (or at least attempt to make) useful applications.
Now, what language should I look into learning? And, how do you recommend I go about le...
Is there a tool like phpMyAdmin which can be configured to access only a single MySQL database in a server?
I cannot use phpMyAdmin because it allows access to all databases. A view that can allow a user to create/delete/insert/update tables should do. I remember using a software similar to this but dont remember what it was. It would a...