Top "Java-server" questions

DO NOT USE THIS TAG!

Can program developed with Java 8 be run on Java 7?

I am a little confused. Oracle says Java 8 is highly compatible with Java 7 (backward). But, what possibilities exist that Java 8 …

java backwards-compatibility java-8 java-server
Jboss only works on localhost:8080 ,but doesnt reply when called by ip

I installed JBoss 5.0.1 and ran it , but when i called it from the same computer on localhost:8080 it works but …

jboss jboss5.x java-server
Java: Simple HTTP Server application that responds in JSON

I want to create a very simple HTTP server application in Java. For example, if I run the server on …

java java-server
what is JSON REST interface

Is there any tutorial on JSON RESTful interface (using JAVA servlet) ? The purpose is to call to external REST interface …

java json rest servlets java-server
Creating a simple web page using Java without using Servlet and Tomcat

I want to create a simple server application which runs on the desktop, and when I type my ip and …

java servlets webpage java-server
How to read from socket using datainputstream

I can display a single image received, but now I want to receive and write multiple images on my disk …

java android java-server
Java server and socket.io

Are there any examples(ready scripts) to connect to java server with socket.io library? My problem: I have a …

java socket.io java-server
Error on uploading file in java to ftp server

When I try to upload files to ftp server, I get errors. The server is a remote server but it …

java file-upload image-upload java-server