On Thu, Apr 9, 2009 at 7:24 PM, LIU Linlin <[email protected]> wrote: > I went over calculator-webapp. > > What should I do if I want to build a more complex web app with database > at the backend and more web pages? >
You should think about your scenario, what components you will need, and what services they will expose and what dependencies(references) it needs. Then you should start defining the structure in the composite file. Building web pages should not be any different, except on how you get reference to your SCA services. > I don't know how to do it from scratch. Or I should modify the > calculator-webapp sample and add more web pages and components to meet > my need. > I guess this would be the simplest way to get started... then, once you are more familiar with the technology, you can start things from scratch... -- Luciano Resende Apache Tuscany, Apache PhotArk http://people.apache.org/~lresende http://lresende.blogspot.com/
