| Author |
setting up a server
|
Ignas Sliuzas
Greenhorn
Joined: Oct 15, 2009
Posts: 13
|
|
|
hey, I need my java application to work as a server. I've got all my needed properties in it and I just need to access it's variables and methods by other application. What is the best way to do it?(if there is such a way)
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2343
|
|
Hi Ignas,
What type of application is this?
Would it run as a web service?
How do other applications use it?
What does it have to do with JDBC?
Regards, Jan
|
OCUP UML fundamental
ITIL foundation
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2343
|
|
|
And welcome on JavaRanch.
|
 |
Ignas Sliuzas
Greenhorn
Joined: Oct 15, 2009
Posts: 13
|
|
|
well basically I need it to work as a database of sort where I could change it's certain information through another java application. Is that possible? not sure if it's a web service since I'm not really aware of what web service does.
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2343
|
|
Does this help:
Lesson: All About Sockets?
This learning trail shows you how to write an application that runs on a server, and that can be called from a client.
There are loads of other options to do this.
We have forums for "Distributed Java", "Web Services", "EJB and Other Java EE Technologies", "Sockets and Internet Protocols", and what have you. So many choices...
Regards, Jan
|
 |
Ignas Sliuzas
Greenhorn
Joined: Oct 15, 2009
Posts: 13
|
|
|
thanks I will look into this. I have also started reading about web services and downloaded eclipse, I suppose it will take a while for me to get a grip on this.
|
 |
 |
|
|
subject: setting up a server
|
|
|