2008-11-01から1ヶ月間の記事一覧

Web Service関連のリンク

●Web ServiceにEJBをインジェクションしてみるhttp://www.ibm.com/developerworks/jp/java/library/j-jee5/index.html●Web ServiceをEJBとして公開してみるhttp://otndnld.oracle.co.jp/document/products/as10g/101310/doc_cd/web.1013/B31852-01/usssbws.h…

hibernate toolsの使い方をメモメモ

<path id="toolslib"> <fileset dir="lib"> <include name="**/*.jar" /> </fileset> <path location="${entity.dir}" /> </path> <taskdef name="hibernatetool" classname="org.hibernate.tool.ant.HibernateToolTask" classpathref="toolslib" /> </taskdef></path>