Several computer software products and specifications that together provide a system for developing application software and deploying it in a cross-platform environment.

learn more… | top users | synonyms

5
votes
3answers
1k views

Google Apps for Business Docs Backup

Is there a way to backup the entire organisations documents locally? We aren't so much worried about data loss as we are access: what happens if our internet connection goes down? (and it has in the ...
1
vote
4answers
6k views

How do I host a Java Web Application on the WEB? [closed]

I have created a Java Web Application and wish to host it on the WEB. I was looking for buying a domain and Web Hosting on Bigrock.com and GoDaddy.com but found most to be PHP based Hosting. Would ...
1
vote
0answers
979 views

How to get newly updated status from facebook graph API [closed]

I am creating Facebook apps for Desktop application by using java. In that getting the status of user by using this URL. I am getting newly updated status using since.. but it s not working.. ...
1
vote
1answer
452 views

Running Java code on a website [closed]

I have very limited knowledge of web development yet I was given the task of creating a website for a product I am working on. To that end I have created a website on Google sites. The product is ...
1
vote
0answers
148 views

Word Filter (censor) in RealChat Software [closed]

Using RealChat (http://www.realchat.com/) which uses I think java/jsp. Its integrated with my vbulletin forum (3.8x). problem: the realchat's word filter is useless. I have the censored words like ...
0
votes
3answers
286 views

Any free website available to host my web application? [closed]

I developed web app using J2EE. I want to know is there any free website or portal that enables us to host our app?
0
votes
2answers
2k views

“This Page requires AC_RunActiveContent.js”

I get this error message when I'm trying to access this website: http://web.archive.org/web/20101014174627/http://certainteed.com/pdf/cside/wb008.pdf I downloaded files from here: ...
0
votes
1answer
428 views

Applet in Weebly

I have made a game in Java, and I want to upload it to my Weebly site. I have tested it with WAMP, and the index.html works well. But when I upload all the archives and the .jar to my Weebly site ...
0
votes
0answers
69 views

Phishing attack stuck with jsp loginAction.do page? [closed]

I'm testing a phishing website on a staged replica of an jsp web-application. I'm doing the usual attack which involves changing the post and action field of source code to divert to my own written ...
-2
votes
0answers
23 views

Play audio from the databse [closed]

I have been developing a web application where I need to play an audio which is stored in the database. The audio is stored in BLOB format in the database. I am using JSP for programming the ...
-3
votes
1answer
923 views

How to save Java applets from a website? [closed]

I want to save some Java applets from a website for future offline use. How can I save those? I am providing the link.
-3
votes
0answers
27 views

How to upload war file through ssh/scp? [closed]

I wanted to create a war file using ANT target and this created war file I wanted to upload from local to server thru SSH / SCP to specific location. How do I do this using apache ant? Thanks, Java ...