Re: [Xdoclet-user] XDoclet vs Java annotations

2004-12-16 Thread Brian Topping
Hi Jose, I didn't see this come across the X2 list, what address did you send to? Just want to confirm everything is operational... What you are describing would work, but there are three components to the problem. The first one is a parser that can read annotated code. X2 relies on the QDox

[Xdoclet-user] XDoclet vs Java annotations

2004-12-16 Thread Jose Gonzalez Gomez
Hi there, I sent this yesterday to the XDoclet2 list but nobody answered... I'm posting it here in the hope that somebody comments it, as I also think that this is applicable to XDoclet1... First of all, this doesn't intend to be an attack to XDoclet, I've been using it for a long time and

Re: [Xdoclet-user] XDoclet vs Java annotations

2004-12-16 Thread Jose Gonzalez Gomez
I've been taking a look at the RetentionPolicy stuff... you are right, there are three scenarios: 1. You may use RetentionPolicy.SOURCE. This is similar to using a javadoc tag, and it seems Sun itself provides some API methods to access this information the same way you access javadoc tags 2. If y

Re: [Xdoclet-user] XDoclet vs Java annotations

2004-12-16 Thread Jose Gonzalez Gomez
I was thinking about this in the context of my problem (Hibernate) and thought that instead of using the annotations to generate mapping files, maybe Hibernate could use the annotations directly. After investigating a bit in the Hibernate development list I discovered the Hibernate guys (of course)

Re: [Xdoclet-user] XDoclet vs Java annotations

2004-12-16 Thread pope
[quote Jose Gonzalez Gomez::on 12/15/2004 4:40 PM] I've been taking a look at the RetentionPolicy stuff... you are right, there are three scenarios: 1. You may use RetentionPolicy.SOURCE. This is similar to using a javadoc tag, and it seems Sun itself provides some API methods to access this inform

Re: [Xdoclet-user] XDoclet vs Java annotations

2004-12-14 Thread pope
[quote Jose Gonzalez Gomez::on 12/14/2004 2:51 PM] Brian, I sent it to [EMAIL PROTECTED] I'm currently testing my new gmail account, so I'm subscribed using two mail addresses. I sent it from my gmail address and I received it in my other mailbox without any problem... maybe some misconfigured mail

Re: [Xdoclet-user] XDoclet vs Java annotations

2004-12-14 Thread Jose Gonzalez Gomez
Brian, I sent it to [EMAIL PROTECTED] I'm currently testing my new gmail account, so I'm subscribed using two mail addresses. I sent it from my gmail address and I received it in my other mailbox without any problem... maybe some misconfigured mail filter on your side? Would you need me to send an

Re: [Xdoclet-user] XDoclet vs Java annotations

2004-12-13 Thread Brian Topping
You are certainly welcome to contribute the work to X2 and one of us can help you get it integrated. But read on, I'm not sure if the X2 team can help because the majority of changes need to go into QDox. QDox does all the X2 source parsing, handing back objects from the QDox "model". Interna