XDoclet « Development « Spring Q&A





1. Spring and XDoclet    forum.springsource.org

It looks interesting if you're into XDoclet, and could be helpful to get started quickly. I've not found any generation required for working with Spring, as the verbosity of the XML ...

2. Trouble with AbstractStatelessSessionBean and XDoclet 1.2.2    forum.springsource.org

Trouble with AbstractStatelessSessionBean and XDoclet 1.2.2 Hello everyone, Has anyone used the convenience AbstractStatelessSessionBean together with XDoclet generation of EJB interfaces and support files? My class... public abstract class TestBean extends ...

3. XDoclet for applicationContext    forum.springsource.org

Hi, I'm using XDoclet 1.2.3 to generate mappin' files for H8 3.0, and it works correctly. I configured Hibernate into Spring applicationContext file. How can I tell to XDoclet to generate ...

4. applicationContext generation with XDoclet    forum.springsource.org

Hi gurus!! I have found a way to generate applicationContext with an XDoclet ANT task: Code: But unfortunately it seems that hashmap beans properties types are ...

5. XDoclet validation bug    forum.springsource.org

Does anyone know of a workaround for this XDoclet bug? http://opensource2.atlassian.com/pro...rowse/XDT-1464 The bug report describes issues with @struts.validator, but I am hitting the same issue with @spring.validator, and not only with ...

6. Multiline tag description in xdoclet?    forum.springsource.org

Multiline tag description in xdoclet? Since xdoclet1 seems to be all but dead (too bad) I have been playing around with xdoclet2. One of the problems that I am running into ...

7. Help needed using XDoclet with AbstractStatelessSessionBean    forum.springsource.org

Help needed using XDoclet with AbstractStatelessSessionBean Hi, Does any body know how to fix this problem: Basically my SLSB's extend AbstractStatelessSessionBean and XDoclet is used to generate the Home/Remote and Business ...

8. xDoclet in Spring    forum.springsource.org

I think using xdoclet is the wrong approach. XDoclet is about metadata and its initial goal was to get rid of the big, ugly and redundant EJB 2.x xml configuration files. ...

9. Spring and XDoclet    forum.springsource.org

XDoclet can be used for a lot of things. What are you asking about in particular? I've used XDoclet2 to generate Hibernate mapping files in a Spring project, but that's nothing ...





10. XDoclet bug (many-to-one lazy loading)?    forum.springsource.org

XDoclet bug (many-to-one lazy loading)? Hi, In my class I want to disable the lazy loading but only for a specific property If I'm using the following XDoclet adnotation: /** * ...

11. XDoclet module anywhere?    forum.springsource.org

I am looking for an XDoclet module to generate spring config file. Is anyone aware of existing effort? Or is there a reason not to have one?