I
want to start writing a RCP application connecting to SQL database. I plan
to use hibernate annotation and write a "User" class with annotations.
Thus I've to include javax.persistence library. Do I have to create a seperate
plugin project for javax.persistence and add this plugin into dependency?
Please kindly help. Thanks