2016-07-19 2 views
-1

봄에 Alfresco 문서 관리 시스템을 처음 접했지만 이전에 Alfresco 활동 워크 플로우를 완료했습니다. 스프링에서 Alfresco DMS를 개발하고 싶습니다.Alfresco 봄 신청서의 문서 관리 시스템

아무 시체도 샘플 모델 응용 프로그램이나 관련 웹 사이트 URL을 보내주십시오.

감사합니다. 경우

+0

을했던이 Password (admin 기본적으로는 admin 것) 시도하여 추가 할 프레스코 저장소

private static Session getSession(String serverUrl, String username, String password) {SessionFactory sessionFactory = SessionFactoryImpl.newInstance(); Map<String, String> params = new HashMap<>(); params.put(SessionParameter.USER, username); params.put(SessionParameter.PASSWORD, password); params.put(SessionParameter.ATOMPUB_URL, serverUrl); params.put(SessionParameter.BINDING_TYPE, BindingType.ATOMPUB.value()); List<Repository> repos = sessionFactory.getRepositories(params); if (repos.isEmpty()) { throw new RuntimeException("Server has no repositories!"); } return repos.get(0).createSession(); } 

만이에 연결하려면 Alfresco 개발자 및 문서 사이트] (http://docs.alfresco.com/)? 그리고 [Alfresco Wiki] (http://wiki.alfresco.com/)? – Gagravarr

+0

응용 프로그램을'Alfresco'에 연결 하시겠습니까 ??? –

+0

예, 알프레스와 응용 프로그램을 연결하고 싶습니다. – Manohar

답변

0

당신은 ServerUrl, Username

+0

다른 방법이 필요한 경우 알려주세요 (한 가지 방법으로 모든 방법을 공유하는 것은 불가능합니다) 예 : 파일을 업로드하는 방법이 필요합니다. –

+0

ServerUrl은 https : // localhost : 9494 /가 충분한 지 또는 다른 것이 있는지 확인합니다. – Manohar

+0

내 메일 [email protected]에 해당 예제를 보내주십시오. – Manohar

관련 문제