hi,
I want to create the WEB application on WebSphere which will connect to some program using TCP/IP protocol
My idea was to use JSP page for GUI and Enterprise bean for communication with that third program.
Is it possible and make sense to use TCP/IP from Enterprise Bean or just use jsp and servlets.
Darek