I am new eclipse scout. However I do have some experience in EclipseRCP. I have created an application in eclipse rcp, in which it has four modules which are four plugin projects. Also I am using hibernate in backend for database communication.Database is Mysql. Below are my questions.
In eclipse can I create the same modules as my eclipse rcp application. I have seen only one eclipse project created in different examples. So in mycase, I have four plugin projects. Do I need to make all these four plugin projects into one scount application?
Can I reuse the hibernate code which I have written in Scout application?