Главная    Ex Libris    Книги    Журналы    Статьи    Серии    Каталог    Wanted    Загрузка    ХудЛит    Справка    Поиск по индексам    Поиск    Форум   
blank
Авторизация

       
blank
Поиск по указателям

blank
blank
blank
Красота
blank
Miles R. — AspectJ Cookbook
Miles R. — AspectJ Cookbook



Обсудите книгу на научном форуме



Нашли опечатку?
Выделите ее мышкой и нажмите Ctrl+Enter


Название: AspectJ Cookbook

Автор: Miles R.

Аннотация:

This hands-on book shows readers why and how common Java development problems can be solved by using new Aspect-oriented programming (AOP) techniques. With a wide variety of code recipes for solving day-to-day design and coding problems using AOP's unique approach, AspectJ Cookbook demonstrates that AOP is more than just a concept; it's a development process that will benefit users in an immediate and visible manner.


Язык: en

Рубрика: Технология/

Статус предметного указателя: Готов указатель с номерами страниц

ed2k: ed2k stats

Год издания: 2004

Количество страниц: 354

Добавлена в каталог: 07.09.2006

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
pointcuts, handler(TypePattern), exceptions      2nd
pointcuts, idioms, Mik Krestein's standard      2nd
pointcuts, initialization(Signature)      
pointcuts, initialization(Signature), for constructors      
pointcuts, javadoc tags, applying to      
pointcuts, join points      
pointcuts, join points, on Java methods      
pointcuts, join points, picking with      
pointcuts, mainApplicationInitialization( )      
pointcuts, monitorMainApplicationProperty( )      
pointcuts, monitorMyClassProperty( )      
pointcuts, myClassConstructor( )      
pointcuts, myClassObjectCreation( )      
pointcuts, myExceptionHandlerPointcut      
pointcuts, named      
pointcuts, persistStorage(ObjectStore)      
pointcuts, pointcutadviceexecution( )      
pointcuts, pointcutadviceexecution( ), as parameter declaraion      
pointcuts, pointsToBeExcluded( )      2nd
pointcuts, pointsToBeTraced( )      2nd
pointcuts, preinitialization(Signature), for constructors      
pointcuts, regionsOfInterest( )      
pointcuts, requestTriggered(..)      
pointcuts, restoreStorage(ObjectStore)      
pointcuts, reusable definition library      
pointcuts, reusable pointcut libraries, aTrack project (Ron Bodkin)      
pointcuts, reusing      2nd
pointcuts, selectSingletons( ) pointcut      
pointcuts, set(Signature)      
pointcuts, solitary adviceexecution( )      
pointcuts, staticinitialization(TypePattern), for constructors      
pointcuts, target(TypePattern \\| Identifier)      
pointcuts, target([Type \\| Identifier])      
pointcuts, this(TypePattern \\| Identifier)      
pointcuts, this([Type \\| Identifier])      2nd 3rd 4th
pointcuts, traceCalls( )      
pointcuts, tracedCalls( )      
pointcuts, transactionBoundary( )      
pointcuts, transactionCall( )      
pointcuts, within( ), NOT (!) operator use      
pointcuts, within(TypePattern)      
pointcuts, within(TypePattern), capturing all join points within a package      
pointcuts, within(TypePattern), class instantiation, overriding      
pointcuts, withincode(Signature)      
pointcuts, withincode(Signature), class instantiation, overriding      
pointcuts, withincode(Signature), key characteristics      
pointsToBeExcluded( ) pointcut      2nd
pointsToBeTraced( ) pointcut      2nd
policies      
policies, issingleton( ) aspect instantiation      2nd
policies, pertarget(Pointcut) aspect instantiation      
policies, perthis(..) aspect instantiation      
policies, perthis(Pointcut) aspect instantiation      
policies, scope, applying consistent      
policies, security      
policy design pattern      
policy design pattern, collaborates with      
policy design pattern, ProjectPolicyAspect      
policy design pattern, ProjectSubAreaPolicyAspect      
preinitialization(Signature) pointcut, for constructors      
PrintableCharacter class, managed as flyweight      
PrintableCharacterFlyweight aspect      
PrintButton class      
PrintDialog class      
Printer class      
PrinterScreenAdapter aspect      
proceed( ) call      
programmatic constructs, controlling      
Programming Apache Axis (Christopher Haddad, Kevin Bedell, and Paul Brown)      
ProjectPolicyAspect aspect      
prototype pattern      
prototype pattern, duplicate objects supported      
proxy design patterns      
ProxyPattern abstract aspect      
pseudo TCPConnection class      
public String[] getParameterNames( )      
RealComponent interface      
Regions      
regions, withinMyApp( )      
regions, withinMyAppMainMethod( )      
regions, withinTestingRegion( )      
regions, withinThirdParty( )      
regionsOfInterest( ) pointcut      
remote calls on local object, peculiarities      
remote method invocation      [See RMI]
ReplacementClass class      
request, separating source from handler action      
requestTriggered(..) pointcut      
Resource interface      
resource pooling abstract aspect      
ResourcePool interface      
ResourcePool role      
ResourcePoolingAspect aspect      
resourceReturnedToPool( ) method      
resourceReturnedToPool(Resource) method      
restoreStorage(ObjectStore) pointcut      
RMI (Remote Method Invocation)      
RMI, peculiarities      
RMI, remote calls on local object      
RMI, remoting classes with      
Roles      
roles, CompositeElement      
roles, Element      
roles, ObjectStore      
roles, ResourcePool      
roles, Visitor      
rules, declaring set of for any application area      
Runnable interface      
security policies      
security policies, JAAS authentication procedure      
security policies, join points, adding to      
selectSingletons( ) pointcut      
sequentially accessing a collection      
set(Signature) pointcut      
setF(float) method      
setMediator(Colleague, Mediator) method      
setMemento(Memento) method      
setupTransaction(Object[ ]) abstract method      
SharedInstance interface      
shutdown hook      
ShutdownMonitor class      
Signature interface      
signatures, getSignature( ) public Signature      2nd
Singleton interface      
SingletonPattern abstract aspect      
singletons hash table      
SoftException class      
solitary adviceexecution( ) pointcut      
Sorter class      
SortingStrategy aspect      
SourceLocation interface      
SourceLocation, getSourceLocation( ) public SoucreLocation      2nd
Spring Framework implementation      
standard pointcut idioms (Mik Krestein)      2nd
state design pattern      
state information, encapsulating      
statements      
statements, declare error      
statements, declare parents      
statements, declare precedence      
statements, declare soft      
statements, declare warning      
statements, if(Expression)      
static cross-cutting techniques      2nd 3rd 4th
staticinitialization(TypePattern) pointcut, for constructors      
strategy design pattern      
StrategyPattern abstract aspect      
String toLongString( ) public Strings      
String toShortString( ) public Strings      
strings      
strings, getDeclaringTypeName( ) public Strings      
strings, getFileName( ) public String      
strings, getKind( ) public Strings      2nd
strings, getKind( ) public Strings, ADVICE_EXECUTION string enumeration      
strings, getKind( ) public Strings, CONSTRUCTOR_CALL string enumeration      
strings, getKind( ) public Strings, CONSTRUCTOR_EXECUTION string enumeration      
strings, getKind( ) public Strings, EXCEPTION_HANDLER string enumeration      
strings, getKind( ) public Strings, FIELD_GET string enumeration      
strings, getKind( ) public Strings, FIELD_SET string enumeration      
strings, getKind( ) public Strings, INITIALIZATION string enumeration      
strings, getKind( ) public Strings, METHOD_CALL string enumeration      
strings, getKind( ) public Strings, METHOD_EXECUTION string enumeration      
strings, getKind( ) public Strings, PREINITIALIZATION string enumeration      
strings, getKind( ) public Strings, STATICINITIALIZATION string enumeration      
strings, getName( ) public Strings      
strings, getParameterName( ) public String      
strings, getParameterNames( ) public String[]      
strings, String toLongString( ) public Strings      
strings, String toShortString( ) public Strings      
strings, toLongString( ) public Strings      2nd
strings, toShortString( ) public Strings      2nd
strings, toString( ) public Strings      2nd 3rd
stub run( ) method      
surrogate object      
system policy warnings, designing      
System.getProperty( ) method      
System.out.println(..) method (Java)      
target(TypePattern \\| Identifier) pointcut      
target([Type | Identifier]) pointcut      
TCPConnection class      
TCPConnectionState aspect      
template method design pattern      
test harness component implementation      
TextDisplay class      
TextDisplayDecorator aspect      
TextPhraseBuilder interface      
TextPhraseBuilderDefaultImplementation aspect      2nd
ThirdPartyComponentInterface interface      
ThirdPartyFactory.getThirdPartyComponent( ) factory method      
this(TypePattern \\| Identifier) pointcut      
this([Type \\| Identifier]) pointcut      2nd 3rd 4th
thisJoinPoint variable      
thisJoinPoint.getStaticPart( ) method      
thread safe singleton pattern implementation      
timed intervals, executing      
TimedEvent class      
toLongString( ) public Strings      2nd
Tomcat: The Definitive Guide ( Jason Brittain and Ian Darwin)      2nd
toShortString( ) public Strings      2nd
toString( ) public Strings      2nd 3rd
traceCalls( ) pointcut      
tracedCalls( ) pointcut      
tracing passive aspects      
TracingAspect aspect      
TracingAspect aspect, extending      
TraditionalMainApplication class      
Transaction interface      
TransactionAspect aspect      
transactionBoundary( ) pointcut      
transactionCall( ) pointcut      
Transactions      
transactions, advice working with      
transactions, applying      
transactions, join points, ignoring during life of      
transactions, methods specified for treatment as      
TypePatterns      
unit testing with mock components      
Variables      
variables, this      
variables, thisJoinPoint      2nd
variables, thisJoinPointStaticPart      
VerifyMethodArgsAspect aspect      
visitor design pattern      2nd
Visitor role      
VisitorPattern abstract aspect      
weaving      
weaving, aspects into .jar files      
weaving, compile-time      
weaving, load-time      2nd
Window class, capturing all methods of      
within( ) pointcut, NOT (!) operator use      
within(TypePattern) pointcut      
within(TypePattern) pointcut, capturing all join points within a package      
within(TypePattern) pointcut, class instantiation, overriding      
withincode(Signature) pointcut      
withincode(Signature) pointcut, class instantiation, overriding      
withinMyApp( ) region      
withinMyAppMainMethod( ) region      
withinTestingRegion( ) region      
withinThirdParty( ) regions      
Xerox PARC      
XWindow object, sharing      
XWindowBridge aspect      
\\|\\| operator      
\\|\\| operator, short-circuiting behavior      
1 2 3 4
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте