Results 1 to 8 of 8
- 10-03-2008, 05:32 PM #1
Basic Question from Networking Beginner
Hello, programmers. I'm pretty much a self-taught Java programmer (with books and online tutorials as my aids), and I find myself ready to go to the next step. I'm interested in testing the Java networking waters. My question probably has an obvious answer to most of you, but am I able to use Java networking code if my Internet doesn't work? My laptop and my PC are wirelessly networked via my router (as are a couple other devices), but my router cannot pick up the Internet signal from my modem (for some unknown reason). Do I need to wait until my Internet is working through my router to try out Java networking. There's a whole chapter in my favorite Java book, and I'm just itching to try it out.
- 10-03-2008, 06:55 PM #2
You don't need an internet connection to write and test code if you have a server on your pc. Use the 127.0.0.1 local host address to communicate between the server and client.
There is a free server: Tomcat from Apache that a lot of java programmers use that can be downloaded and installed on your PC.
- 10-04-2008, 08:24 AM #3
On most computers, the name localhost is mapped to 127.0.0.1
so you can enter that and use the more human friendly name rather than IPv4 octets.
You may have to make sure the firewall on your computer allows access to and from localhost
- 10-06-2008, 02:41 PM #4
- Join Date
- Jun 2008
- Location
- The Netherlands
- Posts
- 35
- Blog Entries
- 1
- Rep Power
- 0
Tomcat from apache is for Java EE, I thought, Am I ride?
I thaught it was not for Java SENever give up! ;)
- 10-06-2008, 05:44 PM #5
EE is just more stuff, I have several bits and pieces from EE on SE 1.5 and it runs better for the most part,... to much bloat to install everything they want you to have.
You can do what poster wants with 1.2Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
- 10-06-2008, 07:27 PM #6
- 10-10-2008, 08:03 PM #7
Member
- Join Date
- Jul 2008
- Posts
- 2
- Rep Power
- 0
ok but there are many difference between Network programming by java and J2EE technolgy ok ????
what it is difference ???? how can develop network program
bye thank ????
- 10-10-2008, 08:29 PM #8
Similar Threads
-
Java networking.
By tim in forum New To JavaReplies: 7Last Post: 07-16-2009, 10:43 PM -
Basic question about EJB
By javaplus in forum Enterprise JavaBeans (EJB)Replies: 2Last Post: 07-15-2008, 05:44 PM -
help with networking and threads
By byuu in forum NetworkingReplies: 9Last Post: 05-21-2008, 05:03 AM -
Very basic question
By gvi in forum New To JavaReplies: 2Last Post: 10-30-2007, 06:30 PM -
basic question about files
By oregon in forum New To JavaReplies: 1Last Post: 08-05-2007, 02:34 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks