Skip to content
og0815 edited this page Oct 18, 2012 · 6 revisions

Here is a small FAQ sumed up some Questions to the Project.

Q: What is this project using as its backend? The following are out there:

Q: Why are there so many modules? A: To splitt up a project in mutliple modules makes the development and deployment more felxible. Most of these advantages can be gathered by looking up the tutorials for Netbeans RCP Applications (Which are Netbeans Plugins). TODO: Some references here would be nice.

Q: Why is the default Scala project an ant project and not SBT (as is the norm for most Scala developers)? A: As far as I (oliver) know is the default Scala project based on the default Java project. The first development of the project type was copying the Java project nature and do as less as possible to make it work.

Q: Where can a interested Developer help out the most? A: Everythere. The development is a little bit dorment for now. The following list contains technics everyone should consider learning before actually creating code here. It will make it easyier for a Developer, to know if we have a Problem/Issue in the Project or is there something other he/she doesn't grasp.

Clone this wiki locally