This is the route I went. It made for fairly easy transition. I looked at Avalon's documentation IOC and SOC patterns to underestand underlying patterns used and the reasoning.
I read the documentaiton on containers, services and components to grasp the reasoning behind them. I then digged into the Merlin Container(as opposed to Phoenix) and read the documentation at: http://avalon.apache.org/merlin/starting/index.html I build from CVS, went through Using of Merlin: http://avalon.apache.org/merlin/starting/tutorial/index.html Make sure you read the tutorials while you go through this documentation. It would help to pull in the tutorials into your IDE and examine the examples, make changes and run them to get a good grasp of how to create services. Then you can pull the avalon-sandbox/template project from CVS or download from: http://www.apache.org/~mcconnell/template/template-1.0.zip this gives you a basic template that you can change as the starting point for your own development projects for applications being deployed to Merlin container. I found Merlin to be easier and light weight than Phoenix. hope this helps. Korosh. On Thu, 2004-01-08 at 16:25, Vikas Phonsa wrote: > > Hi Everybody, > I started learning abt Avalon a few hours ago and have read few chapters of > the "Developing with Avalon" article. The theory makes sense but is there > like a coding tutorial available out there which could help to make any sort > of small sample application to get started on Avalon. Any hands on coding > tutorial ?? > > Or if any particular path is recommended to get started with coding. > > Or any other suggestions abt where to start? I'm finding it hard to digest > the whole theory portion. > > Thanks in advance > > Vikas > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
