Most voted "demoiselle-nimble" questions
Tool provided by the Framewok Demoiselle project for automatic code generation by processing Apache Velocity and Groovy templates.
Learn more…2 questions
Sort by count of
-
2
votes1
answer197
viewsError generating code from an entity extending Pojo<type>
In the project a Pojo class was created that receives the type of the serializable variable for indexing and treating the convert in a generic way: Pojo.java: {...} public abstract class Pojo<T…
-
0
votes1
answer82
viewsDemoiselle-Nimble: Error generating CRUD Vaadin
I’m using the class below, Banco.java, below: @Entity public class Banco implements Serializable { private static final long serialVersionUID = 1L; @Id…