Hi, I'm new here but the whole concept of this bundle is very interesting to me as I've seen the advantage of annotations based configurations while working on JAVA and Spring. I'd like to know the current status over this subject as it is something that could be very useful. Therefore, reusing Mirror76's question : Is this bundle useable with latest symfony version ?
Moreover, have you thought about putting in place and @Transactional annotations in ordre to handle transactions : I'm mostly thinking about a service level-managed transaction (one service accessing and potentially modifying multiple models objects that may not necessarily be linked to each by a db relation, all withion a single transaction) ? Le lundi 16 juillet 2012 07:29:02 UTC+2, Mirror76 a écrit : > > hi , > > This is 16 july 2012 and i am using latest symfony2. > Can i still use your bundle with latest symfony. i am not sure > > please guide me > > > On Tuesday, September 7, 2010 5:22:29 PM UTC+8, Fabien Potencier wrote: >> >> On 9/7/10 7:48 AM, Navid Mitchell wrote: >> > I have created a Bundle that allows services to be defined with >> > Annotations. >> > >> > You can find the patch here. git://github.com/NavidMitchell/symfony.git >> > AnnotationsBundle. >> >> I have not read the code thoroughly but it looks like you use Addendum >> to parse annotations. But in Symfony2, we use the Doctrine2 annotation >> parser. >> >> > I have not provided any tests and I do not think all of the braces >> > follow the coding conventions. Additionally, I have included some >> > code from the Addendum project for reading annotations. I would be >> > happy to fix the braces and remove Addendum if the patch will be used >> > in Symfony 2. I just migrated this code from another project that was >> > using Symfony DI. I think this would be a great addition but I don't >> > want to spend the time if it wont be included. >> >> You are not the first one to provide such a feature for the Symfony2 >> DIC. I will have a look at your implementation at some others later. I'm >> not yet sure about the whole annotations concept in PHP though. >> >> > A final thought, I think it would be great if Controllers could be >> > configured strictly with annotations as well. I am thinking of >> > providing a patch for this. Any interest? >> >> I worked on that this summer and I've just released the bundle, so that >> you can have a look at it. Any feedback welcome. >> >> Fabien >> >> -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en
