I think AspectJ compiler currently pukes on scala classes anyway (or at least it did when Miles set up aspectj as a workaround the Eclipse JDT). So... no dice for AspectJ + Scala without using a Java "glue" class.
On Mon, Mar 30, 2009 at 3:12 PM, Lee Mighdoll <[email protected]> wrote: > Certainly, maintaining an aspect compiler in the project would be hassle. > Probably not worth debating AOP unless there's a case that really calls for > it. My guess is that most uses of aspects will eventually get rolled into > scala compiler plugins, anyway, but that aspectJ could be an interim > strategy if there's a use case. > > Lee > > > On Mon, Mar 30, 2009 at 11:53 AM, David Pollak < > [email protected]> wrote: > >> >> >> On Mon, Mar 30, 2009 at 11:26 AM, Lee Mighdoll <[email protected]>wrote: >> >>> Welcome Jonas! >>> >>> I'd been thinking that some judicious use of aspectJ might be a nice fit >>> for lift. Rumor has it you know something about aspects... >>> >> >> AspectJ over my dead body. :-) >> >> I think AOP is a dangerous and generally very bad thing to do (sorry >> Jonas). I have not found an application for it in Scala and would need a >> lot of convincing to include it with anything Lift-related. >> >> Sorry for the wicked negative vibe against AOP... but it's one of my >> hard-core things. >> >> >>> >>> Lee >>> >>> >>> >>> On Mon, Mar 30, 2009 at 11:15 AM, marius d. <[email protected]>wrote: >>> >>>> >>>> Welcome Jonas ! >>>> >>>> On Mar 30, 7:52 pm, David Pollak <[email protected]> >>>> wrote: >>>> > Folks, >>>> > >>>> > Please join me in welcoming Jonas as a Lift committer. I had the >>>> pleasure >>>> > of meeting Jonas as QCon in London this month. Jonas, Tim, and I went >>>> out a >>>> > grabbed a few pints and chatted. I think Jonas has a lot to >>>> contribute to >>>> > Lift. >>>> > >>>> > So, please join me in welcoming him! >>>> > >>>> > Thanks, >>>> > >>>> > David >>>> > >>>> > -- >>>> > Lift, the simply functional web frameworkhttp://liftweb.net >>>> > Beginning Scalahttp://www.apress.com/book/view/1430219890 >>>> > Follow me:http://twitter.com/dpp >>>> > Git some:http://github.com/dpp >>>> >>>> >>> >>> >>> >> >> >> -- >> Lift, the simply functional web framework http://liftweb.net >> Beginning Scala http://www.apress.com/book/view/1430219890 >> >> Follow me: http://twitter.com/dpp >> Git some: http://github.com/dpp >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
