<font class="fixed_width" face="Courier, Monospaced">Hi : <br> &nbsp;I am devoloping a webservice application. <br> &nbsp;the main functions of the app is: <br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1. &nbsp;allow clients to upload user JavaBean classes.(normall <br>
 JavaBean classes without hibernate annotation) <br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2. &nbsp;allow clients send instances of the JavaBean classes <br> which they upload before. <br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3. &nbsp;save the instances which the clients sended into DB using 
<br> hibernate. <br> </font><font class="fixed_width" face="Courier, Monospaced">My problem is both @annotation and mapping files is not exist, how can <br> i save these &nbsp;instances using hiberante ?? <br> or is there anyway to generate either annotation or mapping files from 
<br> normall JavaBean classes ?? <br> Thanks </font>