On Tue, May 19, 2009 at 10:59 AM, Chaula Ganatra <chaul...@hotmail.com> wrote: > Yes i wanted to make a webapp sample, so i copied web.composite and calc.jsp > from 1.4 version and created war. > > Can you please let me know, from where i can download webapp sample of 2.x? > > I am trying with 2.x because there was a bug in 1.4 (can not deploy in jboss > 4.0.2), which was resolved some time back, but could not download zip of > nightly build. And somewhere i read that, it is advisable to use latest > version, so trying with 2.0 > > > Regards, > Chaula >
The webapp samples haven't made it into a 2.0 release yet, but there are maven archetypes available so you can create your own - run: mvn archetype:generate -DarchetypeCatalog=http://tuscany.apache.org choose option 3 for a simple JSP example. For more info see: http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Tuscany+Maven+Archetypes Let us know how you get on as we're still refining the archetypes so would welcome any feedback. ...ant