I am starting a new Silverlight 3 RIA application. Historically when doing my web development I have a solution with the following project structure.
Core - Generic and misc stuff.
Model - Domain model in nHibernate
Services - Business logic, services and repositories
Web - Web using MVC
With my new project in Silverlight RIA it by default creates the Silverlight client and Web projects. The Silverlight project seems to map to the Web project and Web maps to Services & Model. Is this how people normally set up their Silverlight RIA projects, or how do you do it?