[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[wtp-dev] JavaEE annotations model
|
- From: "Mitov, Kiril" <k.mitov@xxxxxxx>
- Date: Tue, 29 Jan 2008 09:15:49 +0100
- Delivered-to: wtp-dev@eclipse.org
- Thread-index: Achh4R5NtauBzEehS/CZKcXF0yEuQgAbCgBw
- Thread-topic: JavaEE annotations model
Hi,
I am experimenting with the new annotation support in
jdt. In M4 it is possible to call the
IType.getAnnotations().
The final goal is to build a model for the ejb project
both from annotations and from the deployment descritor.
Since we are currently changing the code to a greate
extend I have not yet attach it.
My question is - is it to late to introduce a change in
the org.eclipse.jst.javaee.* model package? The change will be to
introduce a new type (interface and implementation) called EnterpriseBean.
EnterpriseBean will extend JavaEEObject. SessionBean,
MessageDrivenBean and EntityBean will extends EnterpriseBean.
The type EnterpriseBean will group all the common field
and methods from SessionBean, MessageDrivenBean and EntityBean. I am asking
since this is a change in the model and it may impact most of the
adopters.
Best Regards,
Kiril