The Artima Developer Community
Sponsored Link

Java Buzz Forum
Annotations, Aspects, and POJOs

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Annotations, Aspects, and POJOs Posted: Aug 27, 2004 10:02 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Annotations, Aspects, and POJOs
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
There has been a lot of talk on how annotations and AOP can combine. Bill Burke talks about this in his article Aspect-Oriented Annotations and JBoss AOP RC1. Then Adrian Colyer speaks up in When is a POJO not a POJO? .... when it's an APOJO. Here Adrian shows a proposed declare annotation addition to AspectJ: aspect Notices { declare annotation : org.xyz.myapp..* : @Copyright("(C) XYZ 2004. All Rights Reserved."); } It is going to be interesting to see how the cycle goes as we get to annotation hell. "I want to just annotate my classes" "Man, there are now a bunch of annotations in my classes. How about I take out the cross cutting ones and make them aspects" "Man, I need my IDE to show me where these annotations are kicking in" "Why don't we just have an XML config file that defines these guys. We could call them something like: deployment descriptors" I can't wait :)

Read: Annotations, Aspects, and POJOs

Topic: Running the JWSDP 1.4 WSI Sample Application with Tomcat and Hypersonic SQL Previous Topic   Next Topic Topic: GPSTk the GPS Toolkit

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use