256: Workspace explorer

Task-Url: https://support.d4science.org/issues/256

Updated RPC mapping

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-explorer@117086 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-07-08 13:30:39 +00:00
parent 6b32f6bcc5
commit 57095ffc19
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
/** /**
* The client side stub for the RPC service. * The client side stub for the RPC service.
*/ */
@RemoteServiceRelativePath("greet") @RemoteServiceRelativePath("WorkspaceExplorerService")
public interface WorkspaceExplorerService extends RemoteService { public interface WorkspaceExplorerService extends RemoteService {
/** /**

View File

@ -12,7 +12,7 @@
<servlet-mapping> <servlet-mapping>
<servlet-name>workspaceExplorer</servlet-name> <servlet-name>workspaceExplorer</servlet-name>
<url-pattern>/WorkspaceExplorer/greet</url-pattern> <url-pattern>/WorkspaceExplorer/WorkspaceExplorerService</url-pattern>
</servlet-mapping> </servlet-mapping>
<!-- Default page to serve --> <!-- Default page to serve -->