Questions tagged [java-server]

DO NOT USE THIS TAG! "Java Server" is an incomplete term and makes therefore no sense as a tag and should be banned. Click "info" for alternate tags you're probably looking for.

If you mean Java Server Faces, use .

If you mean Java Server Pages, use .

If you mean a certain Java (EE) server, use the tag resembling the server name such as , , , , etc.

If you mean Java EE in general, use .

If you mean to write a homegrown "server" in plain Java SE, use , perhaps along with the desired communication protocol, such as .

192 questions
-1
votes
1 answer

how can I upload the web application "JSF" to Server GlassFish online?

i have a web application project "JSF" on "Netbeans IDE" How can I upload my project to a server in order to start work online
Mohamed Okasha
  • 129
  • 1
  • 2
  • 12
-1
votes
1 answer

friend request and friendship table, I have an idea is it OK?

I have my own server, that get from the client friend requests: - case 1: user001 sends friend request to user002 1. I create table called user001 in my server, with two colunms: friendID,status(accepted,blocked ect..) and insert "user002"…
Esmaeel ibrahim
  • 723
  • 1
  • 5
  • 5
-1
votes
1 answer

android client and java tcp

it seem to work for forward button but not the back button. using pi4j to move a robot forward and back but comment them to test the first command works,i feel it something to do with the server more then android app the server java code …
soad666p
  • 11
  • 5
-1
votes
2 answers

About socket programming and REST design

We need to design a server that will serve a webpage to several clients but also query a remote database for these clients. One of the requirement for this project is that the whole system must be compliant with the REST architecture style. We need…
tyrana4
  • 197
  • 9
-1
votes
3 answers

Access a server from outside local network

I have a server written in Java which basically awaits requests from different clients and serves their requests. I am running this server from Eclipse. This server is accessible on the local network but I want to be able to access this service from…
duncanportelli
  • 3,161
  • 8
  • 38
  • 59
-1
votes
1 answer

Dart game Android app and Java server to keep sore

My question isn't necessarily on how to do this - rather I'd really like to know where to start. I've made a program in Java that keeps track of a dart game. I have a core DartGame class and classes for the different games that inherit it. From…
Kevin Bigler
  • 256
  • 1
  • 2
  • 9
-2
votes
2 answers

Connect to Java Server from React

I'm developing the front end of a web application on React using create-react-app ,and I have a an embedded Tomcat server running on another machine with an ipaddress and a port number. How do I connect to that server? I'm using the…
Farhan Javed
  • 413
  • 2
  • 5
  • 17
-2
votes
1 answer

Call from a main of one class, a main method of another class

I have two bearing classes - a GUI one and Server. They both have main() methods. When a 'connect' button (from class GUI) is clicked I want to start up all the processes in class Server, by starting from its main() function. Am I able to do that at…
KDX2
  • 945
  • 2
  • 14
  • 31
-2
votes
1 answer

jax-rs code to run on server

I have a code which using RESTFul: @Path(/...) public class ..{ @GET void func(){ "Hello"; } } My question is how to run this code from the browser? I wrote this code in Eclipse and want to run it from browser. How can I do…
user1888149
  • 143
  • 1
  • 4
-2
votes
2 answers

Java chat server-client

I'm new in Java. I'm trying to make a simple chat application, with one client, but something isn't right.. cant figure it out. It gets stuck at connection (right after it) to server when trying to listen to it. Idea is simple: client sends a…
Guy
  • 3
  • 1
  • 3
-3
votes
2 answers

Image Upload in JSP

I want to add the image name to my database and the image to the folder but i dont know what am i doing wrong, Both the coding for the database uploading and the form is given below:
Puru Chauhan
  • 5
  • 1
  • 2
-4
votes
2 answers

Have Restlet working alongside HTTP Servlets

In an existing Java SE project, my colleagues had implemented a bunch of web services in Restlet, relying on an internal server implementation. This turned out to be inadequate in the long run, so we migrated to a server engine based on jetty 9,…
E_net4
  • 27,810
  • 13
  • 101
  • 139
1 2 3
12
13