[Lift] Re: JEE stuff (JTA, JPA, AOP etc.)

2009-04-05 Thread Derek Chen-Becker
Very cool. I'm sure there are some things that we can incorporate here. Derek On Sun, Apr 5, 2009 at 7:29 AM, Jonas Bonér jbo...@gmail.com wrote: Hi guys. I have thrown up the little JEE container framework that I wrote for my company last year. I have already written some about what we

[Lift] Re: JEE stuff (JTA, JPA, AOP etc.)

2009-04-05 Thread Jonas Bonér
Cool. Thanks. I'd need some feedback here, since I don't have much knowledge in what Lift needs and how it can be integrated. 2009/4/5 Derek Chen-Becker dchenbec...@gmail.com: Very cool. I'm sure there are some things that we can incorporate here. Derek On Sun, Apr 5, 2009 at 7:29 AM, Jonas

[Lift] Re: JEE stuff (JTA, JPA, AOP etc.)

2009-04-05 Thread Derek Chen-Becker
I think it would be nice to get the Transaction stuff easier to integrate. Perhaps a Transactional marker trait that could be applied to snippet or view classes: trait Transactional { def transactionalMap : PartialFunction[String,Boolean] = { case _ = true } } The transactionalMap def