Results 1 to 2 of 2

Thread: Where to start?

  1. #1
    Join Date
    Oct 2004
    Location
    Laguna Beach, CA
    Posts
    16

    Default Where to start?

    I would like to write a simple client-server invoicing application. On the server I will have my database (MySQL, Postgresql, whatever) and the client will access it using remoting. The client will be a swing app.

    I have read the spring tutorial front to back, look at the petclinic backend and the petclinic rich client. It seems that it is exactly what I need except I don't know where to start.

    It looks like the backend is setup for multiple technologies. Is there somewhere a tutorial explaining step by step how to build this type of application using the spring framework.

    Any help appreciated

    Pascal

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

    Default

    Well, you need to know the technology to architect using it. If you're unfamiliar, dive in and try a protoype until you are familiar.

    I'd aim to implement a vertical slice prototype, which can easily be refactored before you settle on the architecture. Start with the backend first (and their Unit Tests), as this will be required regardless of the UI. Next implement the remoting, and client UI.

Similar Threads

  1. Is there any tutorial about Eclipse?
    By yunkun_yang in forum SpringSource Tool Suite
    Replies: 19
    Last Post: Jul 15th, 2006, 01:49 PM
  2. Two start phases
    By josep in forum Container
    Replies: 1
    Last Post: Oct 23rd, 2005, 03:06 PM
  3. Replies: 6
    Last Post: Sep 29th, 2005, 04:25 AM
  4. Local vs web start differences
    By jwray in forum Swing
    Replies: 7
    Last Post: Jul 15th, 2005, 02:54 PM
  5. Replies: 1
    Last Post: Jun 12th, 2005, 08:46 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
  •