AOP programming practices: AspectWeaverSample1.0

Source: Internet
Author: User
[More about Teddy's Aspect Weaver]

[More about AOP]

This example is based on Teddy's Aspect Weaver Version 0.6 and demonstrates a simple AOP application example. The Sample Aspect in this example includes:

1. SecurityAspect: Add additional security checking before Account. Login.
2. MethodSelfIntroduceAspect: Each method's self-introduction-show each calling methods 'Context info and argument lists.
3. LogAllWriteOperationAspect: Log all writing operations called positions.
4. DebugBookConstructorCall: Log after Book's Constructors 'calling.

Running result before Weaving

Begin an order handle process...

The order handle process is finished.

Begin an book update process...

The book update process is finished.

Running result after weaving

Calling method: System. Void SampleApp. Logic. Sample: OrderHandleSample ()

Begin an order handle process...

Checked addtional security for account login OK!
Calling method: System. Boolean SampleApp. Logic. Account: Login (System. String, System. String)
Arguments: name, pa $ word
Constructor of Book has been called at 'System. Void SampleApp. Logic. Book:. ctor ()'
Calling method: System. Void SampleApp. Logic. Book: LoadBook (System. Int32)
Arguments: 2
Constructor of Book has been called at 'System. Void SampleApp. Logic. Book:. ctor ()'
Calling method: System. Void SampleApp. Logic. Book: LoadBook (System. Int32)
Arguments: 1
Constructor of Book has been called at 'System. Void SampleApp. Logic. Book:. ctor (System. Int32 )'
Calling a write method at 'System. Void SampleApp. Logic. Sample: OrderHandleSample ()'
Calling method: System. Void SampleApp. Logic. Order: HandleOrder ()

The order handle process is finished.

Calling method: System. Void SampleApp. Logic. Sample: BookUpdateSample ()

Begin an book update process...

Checked addtional security for account login OK!
Calling method: System. Boolean SampleApp. Logic. Account: Login (System. String, System. String)
Arguments: name, pa $ word
Constructor of Book has been called at 'System. Void SampleApp. Logic. Book:. ctor ()'
Calling method: System. Void SampleApp. Logic. Book: LoadBook (System. Int32)
Arguments: 1
Constructor of Book has been called at 'System. Void SampleApp. Logic. Book:. ctor (System. Int32 )'
Calling method: System. Void SampleApp. Logic. Book: set_BookName (System. String)
Arguments: updated book name
Calling a write method at 'System. Void SampleApp. Logic. Sample: BookUpdateSample ()'
Calling method: System. Void SampleApp. Logic. Book: UpdateBook ()

The book update process is finished.

Sample source code download

AspectWeaverSample1.0.zip

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.