• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

About the book ...

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ramnivas,
I recently started learning a bit about Aspect Oriented Programming, and just know about AspectJ that it is a general-purpose aspect-oriented extension to Java, for addressing the crosscutting concerns of Object Oriented Languages. I have some doubts before I myself refer to this book, and subsequently refer this to my colleagues.And I could not have found anyone better to answer those doubts except the writer himself :-)
A.What are the prerequisite of this book?
B.Does this book touch base on why and where we should use AOP?
C.Does this book explain about defining aspects in general (with some practical examples), or it just talks about handling aspects using AspectJ?
I hope I am sounding clear, as I am still new to AOP terminology.
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Read the TOC of the book
http://www.manning.com/getpage.html?project=laddad&filename=contents.html
 
Author
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Krishan,
In addition to TOC pointed by Pradeep (thanks, Pradeep), I suggest that you read "About the book" section that talks about the prerequisite: http://www.manning.com/getpage.html?project=laddad&filename=about.html
-Ramnivas
 
Krishan Leekha
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Ramnivas and Pradeep.
It gives me fairly good idea about the book, I do have some other doubts about AOP, which I will try to find in another thread or will post if could not get clarification.
- Krishan Leekha
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic