Results 1 to 6 of 6

Thread: Spring and Legacy Client

  1. #1
    Join Date
    Nov 2004
    Posts
    159

    Default Spring and Legacy Client

    We are working on redesigning a legacy system using Spring/Hibernate. Currently there are applications which use a Java based Client side API to talk to the server side component using TCP/IP. In order to keep the backward compatibility, we would like to still support this TCP/IP communication from our new architecture. How do i handle TCP/IP connections from Spring enabled applications? What are the alternatives?

    Any input on this is greatly appreciated.

    Thanks!

  2. #2
    Join Date
    Nov 2004
    Posts
    159

    Default

    Could someone please answer my question?

    Thanks in advance!

  3. #3
    Join Date
    Aug 2004
    Location
    u.s.a
    Posts
    399

    Default

    Can you make the question more specific? TCP/IP is perhaps at the wrong abstraction level.

  4. #4
    Join Date
    Nov 2004
    Posts
    159

    Default

    I would like to develop a server component which can accept requests via TCP/IP connection and provide service to legacy Java clients.

    Hope this helps.

    Thanks!

  5. #5
    Join Date
    Aug 2004
    Location
    Auburn, AL, USA.
    Posts
    106

    Default

    I've never done this; but surely you can update the TCP/IP listener layer to be configured via Spring bean wiring? If it is already setup to run inside a servlet/J2EE container then you should be good to go; otherwise you may have to do some fancy coding to get it to work - of course you could always just make the servlet layer pass on the requests it gets to the TCP/IP listener.

  6. #6
    Join Date
    Nov 2004
    Posts
    159

    Default

    Thanks rrsIPOV. But our's is NOT a web-based application and hence NO servlets. The current implementation is PURE JAVA code.

    Thanks!

Similar Threads

  1. Spring code remarks
    By Alarmnummer in forum Architecture
    Replies: 18
    Last Post: Apr 7th, 2005, 07:17 AM
  2. Replies: 3
    Last Post: Mar 2nd, 2005, 03:20 PM
  3. Convert legacy code to Spring
    By rwspeh in forum Data
    Replies: 3
    Last Post: Feb 23rd, 2005, 09:59 PM
  4. Refactoring an existing infrastructure to use Spring
    By timothygordon32 in forum Container
    Replies: 1
    Last Post: Feb 11th, 2005, 08:08 PM
  5. Why Spring
    By spring04 in forum Architecture
    Replies: 10
    Last Post: Nov 21st, 2004, 12:34 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •