Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: Re: [wtp-dev] WTP 1.5 and XDoclet support

Hi all,

These two statements (1,2) have some contradictions, which one is true?

Thanks and best regards,
Dimitar
__________________________________________ 1
____________________________
-----Original Message-----
From: wtp-dev-bounces@xxxxxxxxxxx [mailto:wtp-dev-bounces@xxxxxxxxxxx]
On Behalf Of Naci Dai
Sent: Wednesday, March 22, 2006 7:18 AM
To: General discussion of project-wide or architectural issues.
Subject: Re: [wtp-dev] WTP 1.5 and XDoclet support

Radoslav,

XDoclet is not for EJB3.

Project DALI is dealing specifically with the EJB3 support.  You will
probably get a chance to try it very soon.  I am afraid it will not be
included with the 1.5 due to the short time available.  However, you
will be able to get it separately.  In the longer term, it will be
integrated into the wtp distribution.


> Hi all,
>
> I have few questions regarding WTP 1.5 and XDoclet support.
> How the XDoclet annotations will be handled in WTP1.5? If an 
> application developer  generate EJB 3.0 bean he/she can use  just  JDK

> 5.0 annotations without  ejb-jar xml descriptor and therefore the 
> XDoclet is not needed. How the bean wizard will look like in this
case?
>
>
>         Where I can find what the plans in this direction are?
>         I  tried here
> _https://bugs.eclipse.org/bugs/show_bug.cgi?id=130814_ but found 
> nothing relevant
>
> Thanks and Regards,
> Radoslav


____________________________________________2___________________________
____
Hi Dimitar,

   Dali is focused on developing EJB 3.0/Java Persistence API Entities
which can be used both inside a container and outside in a Java SE
environment.  EJB 3.0 Session and Message Driven Beans are going to be
supported by WTP as Java EE 5 added.  That's why you're not finding any
session bean deployment descriptor support in Dali.  We will be adding
support for the JPA persistence.xml and orm.xml mapping files after our
0.5 milestone.

   FYI, I've been building simple EJB 3.0 stateless session beans by
hand in WTP 1.0 and had no problems.  I just had to make sure the schema
referenced in the ejb-jar.xml referenced the right EJB 3.0 schema and
then WTP performs the syntactic validation.


       Shaun

Giormov, Dimitar wrote: 
Hi all,

 

While evaluating Dali project and WTP 1.5 we encountered some
difficulties finding information for EMF models for deployment
descriptors. I have checked the latest Dali milestone and WTP 1.5. I
could not find any information on how these models will be dealt with.
How the annotations will be processed (read).

Where are the new EJB 3.0 model properties for example for session beans
are?

 

Thanks and Best regards,

Dimitar

 

 

Dimitar Giormov 
IDE Tools Sofia

 

SAP Labs Bulgaria

136A Tsar Boris III Blvd.

Bulgaria, Sofia 1608
T +359/2 9157-525
F +359/2 9157-691
E dimitar.giormov@xxxxxxx

www.saplabs.bg 

 

------------------------------------------------------------------------
--------
_______________________________________________
dali-dev mailing list
dali-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dali-dev
  

 
Dimitar Giormov 
IDE Tools Sofia
 
SAP Labs Bulgaria
136A Tsar Boris III Blvd.
Bulgaria, Sofia 1608
T +359/2 9157-525
F +359/2 9157-691
E dimitar.giormov@xxxxxxx
www.saplabs.bg 


Back to the top