<font class="fixed_width" face="Courier, Monospaced">Hi : <br> I am devoloping a webservice application. <br> the main functions of the app is: <br> 1. allow clients to upload user JavaBean classes.(normall <br>
JavaBean classes without hibernate annotation) <br> 2. allow clients send instances of the JavaBean classes <br> which they upload before. <br> 3. 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 instances using hiberante ?? <br> or is there anyway to generate either annotation or mapping files from
<br> normall JavaBean classes ?? <br> Thanks </font>