A Tomcat 6 Socket Server

2011-06-19 Thread netfolio
To whom is reading this mail. Hello, For some time i have been learning some server technologies for my own needs. I have tried PHP but the way its constructed or the way it handles scripts for object oriented programing wasn't suitable for me. Java is more the way i think of programing

Re: A Tomcat 6 Socket Server

2011-06-19 Thread Rehtron
Hi Tomcat is a Servlet container, Servlet abstract HTTP interaction, HTTP is application layer protocol, it encapsulate the socket and bytes processing. For socket processing, I think your should refer to some frameworks of transfer layer protocol like Netty, XSocket and Mina. Zijian

Re: A Tomcat 6 Socket Server

2011-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Herendi, On 6/19/2011 4:06 AM, netfo...@uw.hu wrote: I have looked for books. Most or all of them covers only JSP, JSF or JDBC but non of them covers TCP - socket communication in details such as the ServerSocketFactory, the JSSEFactory or the