code generate « Development « Spring Q&A





1. How to make JSTL-spring generate clean HTML code?    stackoverflow.com

I'm beginning to work with JSTL-spring. It's wonderful, however I need to review the HTML code that it generates. I have a method that appends to a string all the HTML ...

2. ActiveScaffold alike Admin for Spring Framework?    stackoverflow.com

I need an admin interface for my spring-struts-hibernate application. an interface for creating, updating, and deleting objects. In Rails there's ActiveScaffold. Does something like an admin generator exist in the Java ...

3. Regarding generate the jspx files along with extJS code    forum.springsource.org

Hi Spring Roo Experts, In Spring Roo, there is a mechanism to generate the jspx files etc based on Entity classes(Domain or Model Java Class). We have a requirement to create ...

4. Auto. Code and Config. Generation with tools like Velocity    forum.springsource.org

Hi all, Anyone using tools like Velocity and XDoclet for generating Spring XML configuration files or for any other required code for integrating frameworks like Hibernate, JSF, etc.? Can you offer ...

5. Introducing interfaces into wsdl2java generated code    forum.springsource.org

Introducing interfaces into wsdl2java generated code I am using the WAS5.1 wsdl2java to generate my webservices code (not axis). And I am trying to introduce an interface into the generated classes ...

6. Byte Code Generation vs. Reflection    forum.springsource.org

Hi everyone! I have question regarding the performance of getting data from an Object by using reflection or by generating a proxy object (when this solution is appropiate) with the necessary ...

7. Code generation tool    forum.springsource.org

Hi, Is there any code generation tool available for hibernate & spring for java standalone application? I have downloaded AndroMDA & Middlegen but dont know whether its perfect for code generating ...

8. code generation tools    forum.springsource.org

Hi Is there any code generation tool available for hibernate & spring for java standalone application? I googled and got middlegen & androMDA. can anyone plssssssssssss help me for deciding which ...

9. Spring taglib. Generate HTML 4.01 Transitional compliant code    forum.springsource.org

I am writing some jsp pages using spring taglibs. They pass the w3c validator check at http://validator.w3.org/check, but with warnings. The warnings are because spring tags, write an / at the ...





10. Custom code generation rules (e.g. for setters/getters)    forum.springsource.org

Custom code generation rules (e.g. for setters/getters) Dear all, I'm currently making my first steps with Spring Roo. In this context, I'm wondering whether there is a way to customize the ...

11. Custom web port in generated code    forum.springsource.org

Custom web port in generated code I've been working my way through the example at http://blog.springsource.com/2009/05/27/roo-part-2/ and have run into a bit of a snag. It's something I can work around, ...

12. Automatic import generation on code completion?    forum.springsource.org

Automatic import generation on code completion? Hello, I installed the Java Persistence API into dm Server using the repository browser. As I tried to use a class (@Entity Annotation) from the ...

13. Duplicated code in auto-generated finders    forum.springsource.org

By default, the Pizza_Roo_Entity.aj file contains these two finders (among others): Code: public static List Pizza.findAllPizzas() { return entityManager().createQuery("select o from Pizza o").getResultList(); } public static List Pizza.findPizzaEntries(int firstResult, int maxResults) ...

14. Code generation    forum.springsource.org

15. Code generation for tags in jsp    forum.springsource.org

Code generation for tags in jsp We are going to generate jsp files for one of our applications. We are going to use ftl files as templates. We use .tag files ...

16. Code generation    forum.springsource.org

Hi all, I'm working on a POC that uses code generation and as Roo handles it so well I'd like to know where to look for the code generation techniques in ...





17. Code generation issues    forum.springsource.org

Code generation issues I have an existing database (to reverse engineer classes from). I enable Java Persistence via Project > Properties in STS I invoke JPA Tools > Generate Entities from ...