I have, until now, had a naming convention for EJB files of

'name'EJB.java          Bean
'name'Home.java         Remote Home
'name'Remote.java       Remote
'name'LocalHome.java    Local Home
'name'Local.java        Local

Now that I am converting across to xdoclet (using the Maven plugin), I
am getting the following generated

'name'BeanHome.java
'name'Bean.java
'name'BeanLocalHome.java
'name'BeanLocal.java


Does xdoclet/ejbdoclet allow configuration of this naming so I can
retain my current conventions ? (via maven project.properties tags ?) or
do I have to move to what xdoclet gives me ?

TIA
-- 
Andy


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to