cacoo diagram contents api sample
This application is a sample to understand how to use the diagram contents API.
This sample uses Java Swing Application and includes how to get Java and HTML source outputs and how to set up EC2.
このアプリケーションは図の内容取得APIの使い方を理解するためのサンプルです。
これはJavaのSwingアプリケーションです。
Javaソース出力、HTMLソース出力、EC2のセットアップのサンプルが含まれています。
how to operate
sample diagrams
- Contents API Sample (Output Java Source)
- Contents API Sample (Output HTML Source)
- Contents API Sample (Setup EC2)
environment
- Java 6 or newer
- Maven 2.2 or newer
mvn command
create eclipse project
$ mvn eclipse:eclipse
compile and create jar file
$ mvn package
run this sample
$ mvn exec:java