Getting started with Tuscany

一:創建project 二:創建Catalog service interface package services; import org.osoa.sca.annotations.Remotable; @Remotable public interface Catalog { String[] get(); }  三:實現Catalog package services; import
相關文章
相關標籤/搜索