java - Dynamically Generate A Form Using an XSD file? -
i have java file has xml annotations , have xsd file related it. want generate form @ web page using xsd file (dynamically). if field required put mark @ form field shows required field. user fill fields. save xml file , validate against xsd file. if non valid situation occurs show user.
what can use achieve purpose. suggest architecture?
Comments
Post a Comment