On Tue, 2005-12-06 at 22:19, Haroon Rafique wrote:
> The difference between XJD-41 solution and Nicolas' is that the XJD-41 
> solution prevents xdoclet from choking on jdk1.5 code with generics, 
> whereas, Nicolas' solution goes ones step further and actually lets you 
> recognize the genericized types all the way in the templates.
> 
> Here's an example from his blog:
> 
> xdoclet with XJD-41 solution will generate:
> 
>       public Collection findByCommonKey(Number key)
>           throws FinderException
> 
> Nicolas' solution generates:
> 
>       public Collection<myEJBean> findByCommonKey(Number key)
>           throws FinderException
> 

Cool.  Konstantin/Brian, does XD2/QDox support generics to that extent?
(just curious as to whether it might be an obstacle to people upgrading)


Andrew.



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to