Results 1 to 8 of 8

Thread: With Spring 1.1 Out, What Next For RCP?

  1. #1
    Join Date
    Aug 2004
    Posts
    18

    Default With Spring 1.1 Out, What Next For RCP?

    Spring 1.1 is out and it does not seem to contain the richclient package.
    How do e import richclient packages in our RCP development codes?

    Any timeframe as to when RCP release might be released? Thanks.

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

    Default

    SpringRich is a separate project from Spring. The project repository is at http://sourceforge.net/projects/spring-rich-c but as there have been no releases you'll need to checkout the code from CVS.

    Keith Donald the lead developer also posted a quite long description of the plans for SpringRich at http://forum.springframework.org/showthread.php?t=9587.

    Ollie
    Last edited by Rod Johnson; Jan 18th, 2006 at 10:37 AM.

  3. #3
    Join Date
    Aug 2004
    Posts
    18

    Default Thanks, But How Do I setup my RC Project?

    I just want to know from anyone who has actually set up and created a Rich-Client project:
    * How do you make the spring-rc and spring packages available to your application? Do you expose spring.jar from the SpringFramework and another spring-rc.jar from the RCP or does RCP provide you with an augmented spring.jar that contains spring.jar (1.1) plus the richclient packages?
    * While we await the release of richclient 1.0, I want to follow the petclinic example to begin creating my own standalone applications. How do I setup for that; the RCP petclinic sample mixed in quite a bit of the same example from the main springframework. My project cannot work like that.

    Thanks.

  4. #4
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    335

    Default

    How do you make the spring-rc and spring packages available to your application? Do you expose spring.jar from the SpringFramework and another spring-rc.jar from the RCP or does RCP provide you with an augmented spring.jar that contains spring.jar (1.1) plus the richclient packages?
    To use SpringRich you will need to have spring-richclient.jar, spring-richclient-resources.jar, spring.jar, spring-sandbox.jar and forms.jar on your classpath. spring-richclient.jar and spring-richclient-resources.jar will need to be built using the supplied Ant build file and all of the other jars are found under the "lib" directory.

    the RCP petclinic sample mixed in quite a bit of the same example from the main springframework. My project cannot work like that.
    Could you please explain this some more? I don't understand.

    Ollie

  5. #5
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    335

    Default

    Ooops. I forgot you need commons-logging.jar. Also if you want to use the JGoodies look and feel you'll need looks.jar also found under the lib directory.

  6. #6
    Join Date
    Aug 2004
    Posts
    18

    Default

    What I meant was that it seems the RCP example used some Petclinic files directly from the SpringFramework Petclinic example.

    However, thanks for your explanation; I think I now know how to proceed.

    When SpringRich is released, do you know if future spring.jar will include the richclient packages or will the two always be separated? As you know, the "import" statements appear to suggest that richclient packages are included in the main springframework set.

    Thanks.

  7. #7
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    335

    Default

    AFAIK SpringRich will always be a separate distribution.

  8. #8
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    Yes, the spring-richclient.jar is already up around 500K; it'll be distributed separately, but will ship with the latest production spring release to ease integration.
    Keith Donald
    Core Spring Development Team

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  3. A Spring Class Loader?
    By azzoti in forum Architecture
    Replies: 8
    Last Post: May 7th, 2005, 04:02 AM
  4. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM
  5. Replies: 2
    Last Post: Jan 21st, 2005, 04:17 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
  •