• 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

Java Security + Sockets

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know where I can find a place, tutorial or book where it talks about java sockets? I am most concern about security issues that would imply writing a java socket.

Thanks.
 
Ranch Hand
Posts: 904
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Nelly,

Im not sure about any up to date books on sockets and security, but try to
take a look at the ranch's bunkhouse: www.javaranch.com/books.jsp

Tutorials on Sockets:
Javaworld has alot of articles on Java: http://www.javaworld.com/jw-12-1996/jw-12-sockets.html
java.sun.com's Socket tutorial: http://java.sun.com/docs/books/tutorial/networking/sockets/index.html

With respect to "security" and sockets you might find JSSE(Java Secure Socket Extension) interesting:
http://java.sun.com/products/jsse/

/Svend Rost
 
reply
    Bookmark Topic Watch Topic
  • New Topic