SAStruts
実装 - Implementation EntityService.java /* JavaBeans のフィールドが Integer[] の場合 - In the case of field of JavaBeans is Integer[] */ public class EntityService extends AbstractService<Entity> { public class Param { public Integer[] ids; } pub</entity>…
導入 - Introduction 以下の環境構築の手順を書きます。また、都合上全て英語で書いてあります。 - I'll write a procedure to prepare the following development environment. And it's written in English for certain reasons. Java SE 6 Tomcat 6.0 Ecl…
前提 - Condition 使用している SAStruts は「sa-struts-1.0.4-sp6.zip」、S2-Tiger は「s2-tiger-2.4.39.jar」。 SAStruts which I uses is "sa-struts-1.0.4-sp6.zip" and S2-Tiger is "s2-tiger-2.4.39.jar". 実装 - Implementation Service をこのように…