Results 1 to 4 of 4

Thread: need help with design/architecture decision

  1. #1
    Join Date
    Apr 2005
    Location
    atlanta, ga
    Posts
    30

    Default need help with design/architecture decision

    I have a chance to propose a new solution to replace a foxpro/vb application. I'd like to use spring mvc but the application is pretty big. There will be 3 applications that make this up. We've written one of them using portal, jsp and weblogic.

    My question is what would I replace it with? we are using the weblogic enterprise security - ales. it's nice and eventually will run on tomcat.

    I don't want to write it in struts! I like spring mvc but would it supprt 100 'views' or more? Remember I'm replacing a fat client with many screens.

    Thanks for your professional input.

    dw

  2. #2
    Join Date
    Aug 2004
    Location
    Hawaii, US
    Posts
    225

    Default

    Hi,

    There's no limitation on the number of views (screens) Spring MVC can handle. In fact, it might help to look at Spring Web Flow as it can model multi page workflows very nicely.

  3. #3
    Join Date
    Aug 2004
    Location
    The Netherlands
    Posts
    160

    Default

    The amount is only a problem with configuration, but what is a problem? If you use some general guidelines, and probably do some grouping in your configuration files (you can use more than one), you should be fine. I am currently creating a program with about 40 views and have absolutely no problem at all. So do not let the amount of views scare you.

  4. #4
    Join Date
    Aug 2004
    Location
    London, UK
    Posts
    339

    Default

    further to the other two replies, also ensure you look into bean inheritance in your context definition files. This is a particularly powerful concept in the view layer where many beans tend to share several property values.

    Regards,
    Darren Davison.
    Public Key: 0xE855B3EA

Posting Permissions

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