Spring

web3jをspring-mvcで立ち上げようとしたらこんなのでた

Etherum Web3j coreを使おうとして spring-boot と spring-mvcをうまく混在させたくて 設定してましたが以下のようなエラーが出てました Caused by: java.lang.IllegalStateException: No SpringApplication sources have been defined. Either override the…

spring batch process

プログラムの本読んでておもうことがある。 突然頭に入ってこない分野がある。具体的には、いま spring batchの processItem のところを読んでるけど、全然頭に入ってこないバッチの filterと skipの概念がいまいちわからない 使い分けとかどうするのだろう…

dijit editorのsaveプラグインをspring jsから利用する

- 保存プラグイン http://dojotoolkit.org/reference-guide/1.9/dojox/editor/plugins/Save.html#dojox-editor-plugins-save - spring jsとの連携あたりhttp://forum.springsource.org/showthread.php?92724-Customize-Dojo-dijit-Editor spring js から doj…

spring socialとspring security連携

この辺りだ、やりたかったのは、 http://harmonicdevelopment.tumblr.com/post/13613051804/adding-spring-social-to-a-spring-mvc-and-spring

設定して起動しようとしたらエラーが出たので調べてみる

設定して tomcat上げようとしたらエラーがでたので、 調べてみる。 6 08, 2013 10:58:56 午後 org.apache.catalina.startup.Catalina start 重大: Catalina.start: org.apache.catalina.LifecycleException: Failed to start component [StandardServer[8005…

@Transactionalに変えたらエラーが出てしもうたので、filterを追加

Entity内にあるリストにアクセスしに行ったら エラーが出るようになった。 これは、Entityの要素がlazyloadになっているからで、 いったん閉じられたDBにアクセスしに行ってるため org.hibernate.LazyInitializationException: could not initialize proxy…

spring social/facebook/twitterのPOM

spring-social-facebookのpom.xml spring-social-twitterversion 1.0.2.RELEASE 依存関係 org.springframework.social spring-social-core ${spring.social.version} org.springframework.social spring-social-facebook ${spring.social.version} org.sprin…

カスタムのloginページ

spring securityのxmlコンフィグを以下のように直しました。 これで、/loginのControllerからViewが表示されます。僕がつかっているmvcのcontrollerでは、tilesが設定してあるので、 tilesがそのまま利用できました。 controller @Controller public class A…

JSONとしてデータを通信する。

jackson jsonというライブラリを使えば よいみたい。 これは、いまのところあっさりいきました。利用したjackson jsonバージョンは、1.9.12 org.codehaus.jackson jackson-core-asl ${jackson.mapper.version} org.codehaus.jackson jackson-mapper-asl ${ja…

spring webflow 2.0系のaction-stateのactionタグ

spring web flow 2.0系では action-stateのaction タグがevaluateになったようです。http://static.springsource.org/spring-webflow/docs/2.0.x/reference/htmlsingle/spring-webflow-reference.html#actions 以前のaction-stateのactionタグでの設定XML部…

springmvcと@PathVariableとencodingfilter

spring mvcで送信する際に、POSTにしないと文字化けします。 以下の3つをチェックすること jsp web.xmlのencodingfilter Controllerの@PathVariable < form action="/project/${project.id }/comment/done" method="post" > encodingFilter org.springframew…

SpringSecurity3.2来た

spring security 3.2 でfilterが見つからないというエラーでまくってたけど org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'springSecurityFilterChain' is defined param-valueに一個ずつ指定していたけれど、 こうやっ…

gradlew でテストをスキップする。

Spring Security ビルドしている際にgradlewでエラーがでてたが、 テストスキップさせたらできたので、 いったんこれでいこうかとおもう まえはrepositoryのエラーだったんだけど、今は治った様子 なんだったんだろう・・・結局原因不明(−w−; gradlew bui…

Spring Web Flow + Tiles設定

マニュアルのtilesViewResolverのTilesViewのクラス名が古いので、 TilesのバージョンによってはpropertyのviewClassを変更する これで昨日やりたいと思っていたことが 何とか目処が立ったかな

Spring Web flow 2.3系列

sprinf web flowを利用して遷移の重複ポストを避けたりしたいのですが、 1系列の本を参考にしてたら何点か変わったところがあるようなので、 はまってしまった。まず1点目次のようなエラーが出た。NoSuchFlowDefinitionException: No flow definition 'flow'…

画像をDBから取得して表示する

これとかhttp://stackoverflow.com/questions/5690228/spring-mvc-how-to-return-image-in-responsebody コントローラはこんな感じです。 imageServiceはEntityを取り出す感じ。 ImageEntity @Entity(name="image") public class ImageEntity implements Ima…

tomcat 7.0 spring 3.0系 mvc でjspにmodelが渡らないとおもったら

モデルが渡らないんじゃない、EL式が無効になっているみたいだ。 朝1時間ぐらいはまってしまった・・・

ライブラリを追加していたらエラーになった

spring-flexでblazedsをmavenでやってたら、 internal repository側であるarchivaが更新を行う必要があったみたい。 強制的に更新するために以下のコマンドを実行して解決 mvn -U dependency:resolve エラーの内容はだいたいこんな感じ azeds-proxy:jar:4.0.…

ついでに

http://www.springsource.org/spring-flex

spring-test-mvcというプロジェクトがリリースされている

とりあえずメモ書きgithubにもアカウントを作成してhttps://github.com/SpringSource/spring-test-mvc

eclipseからspring OSGiを起動したのでメモOSGiフレームワークを選択 ss diag 0 bundle 0 closeで終了