Re: [T5] How to use Services - an example, please

2007-09-09 Thread Davor Hrg
Services are ordinary java classes, difference is only that some objects you will instantiate by hand, like StringBuffer or File... Service is a class for which you let tapestry-ioc to generate instances. You configure which services are available in your AppModule and define there how they are c

Re: [T5] How to use Services - an example, please

2007-09-09 Thread smithfox
http://code.google.com/p/lichen-forum/ Erik Vullings-2 wrote: > > Hi, > > I've read the manual about services, but don't get it: It's like seeing > the > puzzle pieces, but not the whole. Can someone explain it to me please, > especially: > >1. How can I use a service to connect to my da

[T5] How to use Services - an example, please

2007-09-09 Thread Erik Vullings
Hi, I've read the manual about services, but don't get it: It's like seeing the puzzle pieces, but not the whole. Can someone explain it to me please, especially: 1. How can I use a service to connect to my database? Or should I use Hibernate? 2. How can I use a service to access the fil