Subversion Repositories eFlore/Applications.del

Rev

Rev 491 | Rev 553 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 491 Rev 500
Line 1... Line 1...
1
package org.tela_botanica.del.client.services;
1
package org.tela_botanica.del.client.utils;
Line 2... Line 2...
2
 
2
 
3
import com.google.gwt.http.client.Response;
3
import com.google.gwt.http.client.Response;
4
import com.google.gwt.json.client.JSONArray;
4
import com.google.gwt.json.client.JSONArray;
5
import com.google.gwt.json.client.JSONParser;
5
import com.google.gwt.json.client.JSONParser;
Line 6... Line 6...
6
import com.google.gwt.json.client.JSONValue;
6
import com.google.gwt.json.client.JSONValue;
Line 7... Line 7...
7
 
7
 
8
public class UtilitairesAutoCompletionService {
8
public class UtilitairesAutoCompletionService {
9
	
9
	
Line 10... Line 10...
10
	// Attention à n'utiliser que si eflore est installé
10
	// Attention à n'utiliser que si eflore est installé
Line 11... Line 11...
11
	public static String urlServiceCompletionNomEflore = "http://localhost/service:eflore:0.1/bdtfx/noms";	
11
	public static String urlServiceCompletionNomEflore = "http://localhost/service:eflore:0.1/bdtfx/noms";	
12
	public static String urlServiceCompletionNomLocale = "./jrest/NomsTaxons/";	
12
	public static String urlServiceCompletionNomLocale = "/del/jrest/NomsTaxons/";	
13
	
13