• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Best Resources

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys, I was directed to this site by a friend. I was wondering what resources you guys would recommend to learn about making a java based chatroom client. Im pretty new to java myself and not too familiar so any help would be great!

Thanks!
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch.

Oracle has a good set of tutorials about lots of different subjects, from the very basics of Java to making GUI applications, using files and networking etc.
If you're brand new to Java, see our Java Beginners FAQ.

And ofcourse, don't hesitate to ask questions on the forums here!
 
Bartender
Posts: 10780
71
Hibernate Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

James Garoutte-Larsen wrote:I was wondering what resources you guys would recommend to learn about making a java based chatroom client. Im pretty new to java myself and not too familiar so any help would be great!


My advice: Start small. A chatroom client is something I'd think twice about, and I've been writing Java for 11 years, and programming for 35.

You might find this article useful.

Winston
reply
    Bookmark Topic Watch Topic
  • New Topic