After setting the template path for the web project the configuration page appears.
Relevant notes:
Language
The language used in the editor is more than a language. It defines language in which the code will be generated. In Portuguese a class can be generated with the name of 'Gerente' but in English it would be generated as 'manager'. The same happens with the methods - the method 'salvar' in Portuguese is the same as 'save' in English. The SPIDER does this to create codes that are really useful for developers. You don't have to change for the tool, it does what you want.
Merge Tool
Merge tool comes into play when there is any conflict between the generated code and the codes getting changed afterwards. A path of the merge tool executable is saved with the Eclipse so that you may not specify the merge tool all over again when a new project is created. Specifying the path of the merge tool is not mandatory.
Database
In this section we specify the information regarding the database that is being used. The types of information being passed are the database name, user name, password, local host and the port.It is important to pass the information because when you choose the type of database (in Tech Tab) the data source gets created and is configured completely.
For instance the following information is passed to the editor
- Database name: guide
- Username: root
- Password: 123456
- Host: localhost
- Port: -1 (default)


