Dashboard > Spider [en_US] > ... > Using J2EE Spider Editor > Configure the project
Log In View a printable version of the current page. Portuguese English
Configure the project
Added by Bruno Braga , last edited by Vijay Boregowda on May 16, 2008  (view change)
Labels: 
(None)


After setting the template path for the web project the configuration page appears.

'config_page' by J2EE Spider
Taken on May 02, 2008

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) 
Powered by a free Atlassian Confluence Open Source Project License granted to J2EE Spider. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators