}
public static ListBox getDatabaseList() {
ConstantsCore cons = ((ConstantsCore) GWT.create( ConstantsCore.class ));
ListBox list = new ListBox();
list.addItem( cons.Choose() );
list.addItem( "Microsoft SQL Server",
"mssql" );
list.addItem( "MySQL",
"mysql" );