Results 1 to 6 of 6

Thread: Client - Server And Spring Framework

  1. #1
    Join Date
    Oct 2004
    Location
    singapore
    Posts
    11

    Default Client - Server And Spring Framework

    Hi,

    My project is simple Client Application (swings).
    It consist of Admin module and other modules.
    Like users can login and change their passwords.....

    On the server side I am using Tomcat 5.0.

    Without any framework..just with Servlet container I am doing now.
    Just send request from client to server using URLConnection and invoke
    corresponding servlet.
    First time when user login I store user details in Sessions and on
    subsequent request I check sessions and validate the user.

    My question is I want to use Spring Framework.
    How do I implement Spring Framework, specially the configuration
    and later I want to implement webservices for this project.

    How Client program communicate with server using Spring framework.

    Thanks in advance.
    Kind Regards,
    Kotesh.

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    Take a look at the JPetSotre sample with the distribution. It demonstrates remoting with Hessian, Burlap, RMI, and Web Services via Apache Axis.

    You may also want to look at Spring Rich Client for your Swing app.

  3. #3
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    In terms of security, you probably could take a look at Acegi Security 0.8.1. Its Contacts Sample application includes a client/server approach that uses BASIC authentication. Acegi Security also supports a range of other approaches you might like to consider for rich clients, such as digest and certificate authentication.

  4. #4
    Join Date
    Oct 2004
    Location
    singapore
    Posts
    11

    Default

    Thank You Ben Alex and Katentim for ur reply.
    I will start working on it and get back to you.

    Thank You,
    Regards,
    Kotesh.

  5. #5
    Join Date
    Dec 2004
    Posts
    3

    Default

    Hi,
    Where can I find a sample with a rich client (swing) and an aplication server like tomcat using spring framework.

    I make a web application using struts-spring-hibernate on tomcat but I'd like to make a swing application in the client side.

    thanks,

  6. #6
    Join Date
    Dec 2004
    Location
    Buenos Aires, Argentina
    Posts
    73

    Default

    Kotesh,
    The Spring Rich Client distribution, will show exactly what you are looking for.

    Regards,
    Gustavo

Similar Threads

  1. Replies: 6
    Last Post: Sep 29th, 2005, 04:25 AM
  2. Replies: 3
    Last Post: Sep 8th, 2005, 03:41 PM
  3. Replies: 4
    Last Post: Aug 2nd, 2005, 11:57 AM
  4. Spring, WebService as Client and Server
    By t.schoellhorn in forum JMS
    Replies: 0
    Last Post: Jul 9th, 2005, 04:12 AM
  5. Spring RCP Client Server
    By todds in forum Swing
    Replies: 3
    Last Post: Nov 16th, 2004, 09:52 AM

Posting Permissions

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