Results 1 to 2 of 2

Thread: 3-tier architecture using spring roo

  1. #1
    Join Date
    May 2010
    Posts
    8

    Default 3-tier architecture using spring roo

    First i want to thank you to spring roo creater to develop such great java rad tool... this is my second project using this tools... and i lovin it...

    i have question, how can i deploy my spring roo project (.war) for 3-tier architecture: tier-1-app, tier-2-web, tier-3-database. usually what my typical project is using 2-tier: deploy it using tomcat and connect to database...

    can somewant help me...

  2. #2
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    667

    Lightbulb

    If you mean that you want the business logic, the web tier, and the database to run in separate JVMs, then you can't do this in Roo at the moment; the first two modules are part of a single WAR file.

    Have a look at ROO-120 and if it looks like it will help, please vote for it (it's currently the second most popular Roo issue).
    Andrew Swan
    "Now is the EJB of our discontent made glorious Spring"

Posting Permissions

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