上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 46 下一页
  2016年5月18日
摘要: xjc 是 JAXB 将 xsd 生成 Java 类的工具。 命令格式 xjc [ options ] schema file/URL/dir/jar ... [-b bindinfo ] ... 命令参数 -d dir 在指定的目录生成 Java 类。指定的目录必须是已存在的,XJC 不会创建该目 阅读全文
posted @ 2016-05-18 12:22 huey2672 阅读(457) 评论(0) 推荐(0) 编辑
摘要: Getting Started Hello World Hello World with Namespace xjc - 将 XML Schema 编译成 Java 类 wsimport: 编译 WSDL 生成 JAX-WS 规范的 Java 类 Writing an XML Schema for 阅读全文
posted @ 2016-05-18 10:22 huey2672 阅读(179) 评论(0) 推荐(0) 编辑
摘要: We'll stick with the tradition and use a sort of "Hello World" XML document to illustrate the typical scenario for creating the Java classes and their 阅读全文
posted @ 2016-05-18 10:05 huey2672 阅读(198) 评论(0) 推荐(0) 编辑
摘要: Java Bean Lombok IO Commons-IO - IOUtils Regular Expression 正则表达式常用操作 Concurrency java.util.concurrent API Class Diagram 线程管理 线程的基础操作 ThreadFactory, 使 阅读全文
posted @ 2016-05-18 09:36 huey2672 阅读(343) 评论(0) 推荐(0) 编辑
  2016年5月14日
摘要: 基本认证和摘要认证都只能使用浏览器自带的登录框而不能使用自定义的登录页面。如果必须使用自定义的登录页面,则可以选择基于表框的认证方式。 基于表框的认证的配置与基本认证和摘要认证的差别在于部署描述符中 <login-config/> 元素的设置不同: 基于表单的认证方式需将 auth-method 置 阅读全文
posted @ 2016-05-14 17:51 huey2672 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 在 Tomcat 中设置 HTTP 摘要认证的示例 在 Tomcat 中设置摘要认证与设置基本认证几乎一样,差别在于配置 web.xml 时,<login-config/> 元素在指定认证方法时,基本认证设置 auth-method 为 BASIC,而摘要认证设置 auth-method 为 DIG 阅读全文
posted @ 2016-05-14 10:15 huey2672 阅读(709) 评论(0) 推荐(0) 编辑
  2016年5月13日
摘要: 基本认证便捷灵活,但极不安全。用户名和密码都是以明文形式传送的,也没有采取任何措施防止对报文的篡改。安全使用基本认证的唯一方式就是将其与 SSL 配合使用。 摘要认证是另一种 HTTP 认证协议,它与基本认证兼容,但却更为安全。摘要认证试图修复基本认证协议的严重缺陷。具体来说,摘要认证进行了如下改下 阅读全文
posted @ 2016-05-13 22:17 huey2672 阅读(7816) 评论(0) 推荐(0) 编辑
  2016年5月12日
摘要: Manager 持久化 Session JNDI Resources JNDI 配置 JDBC DataSources DBCP 配置 Realm Configuration 设置 HTTP 基本认证 设置 JDBCRealm 阅读全文
posted @ 2016-05-12 16:24 huey2672 阅读(135) 评论(0) 推荐(0) 编辑
摘要: JMS Specification v1.1 JMS 基本概念 Message QueueBrowser 消息选择器 消息确认 ConnectionMetaData ExceptionListener 事务性消息 Temporary Destination Exceptions 阅读全文
posted @ 2016-05-12 16:01 huey2672 阅读(143) 评论(0) 推荐(0) 编辑
摘要: IOUtils is a general IO stream manipulation utilities. This class provides static utility methods for input/output operations. closeQuietly - these me 阅读全文
posted @ 2016-05-12 11:21 huey2672 阅读(504) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 46 下一页