Best open source Java library to incorporate Facebook functionality into a Java web app?
What's the best open source Java library to add Facebook functionality to a Java web app? ...
What's the best open source Java library to add Facebook functionality to a Java web app? ...
I have a problem with timeouts in IIS. In the web.config the session timeout was set to 60 minutes but after 20 minutes the session ends. This problem only occurs in IIS7 and not in IIS5. After some investigation, I discovered it was due to the application pool's timeout. If the App Pool is left 20 minutes without doing anything, IIS ...
Hi , I want to create a application (.apk). which after installing and clicking on that calls a locally deployed application or external url. Can anybody tell me steps to create apk for this purpose. Thanks in advance amar ...
Hello, I'm currently developing a Java-based web application on my MacBook. Most of my testing is on Firefox and Safari, but some clients have expressed interest in using the app on Internet Explorer with WinXP and Vista. I know I'll have some serious client-side / Ajax debugging, adjustements to do. I do have a Fusion guest with WinXP...
I am writing a private messaging system for my web app. Just think of it as doing the same thing as sending PMs on your typical social networking website like Facebook or Twitter, or even sending an e-mail through Hotmail. I have come up with the following migration so far: class CreateMessages < ActiveRecord::Migration def self.up ...
I want to use the highest possible number of threads (to use less computers) but without making the bottleneck to be in the client. ...
Just want advice on how to think and do the following, I am creating a website and the user will setup some settings on his profile "images size", then using this settings i want him to point to a folder on his server and my service will monitor and any image upload in this folder i will re size based on settings he saved I first thought...
Hi! I am creating a web application using EJBs and servlets. I have a page which displays a list of all items in the database. I would like to provide an option for the user to click on one of these items and this opens the SHOW servlet which gathers info regarding the item onto the page. I do not want to create a page for every single i...
Forgive me coder for I have sinned. I put some code into a dll in the GAC, and now I am confused about how the GAC is really working with IIS. In our intranet environment I have several related web applications (about 10). Each application runs from a separate url, and potentially runs in its own app pool. For now all of the apps are...
I'd like to allow our web developers to continue to work in pure HTML and to let developers to write GWT Java-only code to write the rest of the business logic. Is it even possible? Have anyone tried to work with the web developers in the GWT environment? How do you incorporate the web developers into the GWT development process? ...
Hi I am creating a web application using Netbeans and servlets. I have used some css into my pages. Is there a way how I can put the banner and menu which every servlet will have in one place so I do not need to rewrite this in every servlet? Thank you ...
Is there a way to maintain scroll position after a postback in visual studio 2003. In visual studio 2005 I can achieve this by setting MaintainScrollPositionOnPostback attribute of page directive to true. How can I do this without setting location.href property??? ...
Obviously, you can't push data to a web application, as HTTP works in a request-response cycle. But what hacks/methods do you know of that can imitate pushing data to a client? ...
There seems to be multiple extremes when supporting embeddable Java HTTP servers. I have seen minimalist approaches such as NanoHTTPD and leveraging the com.sun.net.httpserver package to attempting to embed Jetty and Tomcat. The ideal embeddable HTTP server would be implemented such that it could be launched via Executor and come with Se...
I have loaded a static (no servlets, jsp etc) website into the webapps folder of Tomcat. I have an index.html file under webapps/ourcompany so when I click the ourcompany link in the tomcat manager I am expecting to be taken to the ourcompany/index.html page. However Tomcat keeps redirecting me to localhost:8080/ourcompany/www.ourcompan...
HI, I am developing a web page in which I have to use reports. For that I have created a Dataset.xsd file and dragged a new element to it. But I am not able to view the table inside the Dataset listed in the Database Expert. Is this a problem with visual studio?? ...
Do you test your applications under multiple browser settings? Do you use test tools that tell you why your site might be problematic? ...
I'm currently trying to move a web project from a custom i18n system to gettext, however I'll need to prepare HTML::Template::Compiled templates for i18n too and don't know yet how to do it. My templates are stored in separate files, therefore I can't use Perl's string interpolation and I also would like to use gettext-typical _() syntax...
For an organization counting a few thousands of members, can you recommend web based voting software? ...
Hello! I'm playing around with P2P. I want to use JAX-WS for communication inside a P2P network. Some peers are "behind a firewall", so they can't listen on ports. (They act as clients). Other peers are allowed to listen on ports. (They act as servers (and clients)). Now I want to be able to abstract from the fact, which peers are serv...