Java Beans with Annotations generally useful for Object Relational Mapping

learn more… | top users | synonyms

1
vote
1answer
376 views

Where does xmlns:tns come from when using schemagen

We are using schemagen to create an XSD from some annotated POJOs. Here is our ant target <target name="generate-xsd" depends="compile"> <taskdef name="schemagen" ...
0
votes
0answers
38 views

Neither BindingResult nor plain target object for bean name 'subscriber' available as request attribute

I'm learning SpringMVC and web development in general and I'm running into issues loading my index.jsp page. Here is my jsp: <form:form commandName="subscriber"> ...