Hi!
But this is what I wrote - at least I tried it ;-) - transfer objects ARE NOT a good solution.In my opinion no, because once things get more complicated (some relational stuff etc...) you run into myriads of problems which you have to handcode, which you probably could avoid if you just use the pojos from the db....The point is (if I understand the Transfer Object stuff correctly) that transfer objects arent a good solution.
--- Mario

