2 Replies Latest reply on Oct 18, 2004 5:53 PM by nickman

    File Transfers using JBoss

    rogerdudler

      Hi, there

      We're developing a J2EE CRM Application using JBoss.

      We have to transfer files to the clients. A separate socket server is not really secure. Is there a possibility in JBoss to handle these file transfers or socket connections (maybe over JCA or JMS ??). And sending the InputStream Object isn't possible, cause this one isn't serializable. Has anyone of you an idea to realize this with JBoss ?