I' ve testet the AOP Framework standalone for my Master Thesis. I've converted some Gof Patterns like (Observer, Bridge...) into JBoss AOP. Now I want to built a little J2EE Applikation with AOP Support.
I've got a general question ! You wrote in your JBoss Aspect Oriented Programming Overview: "The Aspect-Oritented Programming architecture of JBoss 4.0 enables it to provide a wide range of services, including object persistence, caching, replication, acidity, remoteness, transactions and security. The framework allows developers to write plain Java objects and apply these enterprise-type services later on in the development cycle -- without changing a line of Java code." And now my Question: How is persistence realized? I can't see an AOP service who realize this. Or what is the idea to do this? I've understand your Overview (see above) that I can write a normal Java Class. With AOP Remoting I can access the Object by a Client (or AOP remoting makes this possible). But what is with persistence? Must I always write Entity Beans? I guess not, because you wrote I can write plain Java Objects (see above). I hope someone can clear me up ( or help me)! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832824#3832824 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832824 ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
