ニュース

pagesタグが、 WebページとJavaクラスのマッピングを設定するためのタグです。 pakages属性の値に使用するJavaクラスが所属するパッケージ名を指定することで、 そのパッケージにあるクラスが自動的にWebページにマッピングされるようになっています。
W3C XML Schemaの読み書き能力 XMLの理解の深浅により、ある技術の理解の深浅も大きな影響を受ける場合があります。 例えばTomcatというアプリケーションサーバを使いこなすには、server.xmlやweb.xmlの理解が必須です。
Translate between XML documents and native Java objects Use tightly-coupled RPC-style (Remote Procedure Call) Web services Use document-style Web services that communicate in more loosely coupled ...
基本はJSPとサーブレット! ここで重要となるのは「index.html」「Gae_heloServlet.java」「web.xml」といったものです。index.htmlはデフォルトで表示されるファイルですが、Gae_heloServlet.javaというのは? これは、実は「サーブレット」なのです。そして、このサーブレットを登録しているのがweb.xmlという ...
Javaは,サーバーサイドのプログラミング言語として,すっかり定着した感があります。JSP(JavaServer Pages),サーブレット(Servlet),EJB(Enterprise JavaBeans)などのJ2EE(Java2 Platform, Enterprise Edition)関連技術は,書籍や雑誌などで頻繁に取り上げられています。
XMLデジタル署名の仕様は、W3C(World Wide Web Consortium)とIETF(Internet Engineering Task Force) により標準化されています。 XML署名の種類 XMLのデジタル署名には次の種類があります。
サンプルではJAXB2.0のアノテーションを使用して、JavaクラスとXMLを関連付けして、オブジェクトとXMLデータの相互変換を行います。
Learn how to use XML comments to describe and generate documentation for web services in Java, using WSDL, HTML, PDF, or online help systems.
In order to process an XML document, a Java application will typically use the Document Object Model (DOM) API as standardized by the W3C. In this article, André Tost shows that the XSLT and ...