2013-07-01から1ヶ月間の記事一覧

Seam備忘録

サンプル WFKのseam exampleはmvn http://seam-archetype.sourceforge.net/jbosscc-seam-archetype/1.2/quickstart.html http://seam-archetype.sourceforge.net/jbosscc-seam-archetype/1.5/ mvn archetype:generate -DarchetypeArtifactId=jbosscc-seam-ar…

Linux+EclipseでJavaFX

インストール とりあえずここからPreconfiguredの4.2.2をダウンロードhttp://www.efxclipse.org/install.html チュートリアル 真面目に順番にやるぜhttp://www.efxclipse.org/trac/wiki/Tutorials Tutorial1: HelloWorld. 黒字の赤のシャドウはいかがなもの…

jBPM3備忘録

ローカルのデータベースでテストする diff --git a/pom.xml b/pom.xml index 68269a0..2dfb8fd 100644 --- a/pom.xml +++ b/pom.xml @@ -693,11 +693,24 @@ <value>mysql</value> </property> </activation> + <properties> + <database>mysql</database> + + <jdbc.mysql.server>localhost</jdbc.mysql.server> + <jdbc.mysql.port>3306</jdbc.mysql.port></properties>