上一页 1 ··· 175 176 177 178 179 180 181 182 183 ··· 229 下一页
摘要: 深入掌握JMS(一):JSM基础1. JMS基本概念 JMS(Java Message Service) 即Java消息服务。它提供标准的产生、发送、接收消息的接口简化企业应用的开发。它支持两种消息通信模型:点到点(point-to-point)(P2P)模型和发布/订阅(Pub/Sub)模型。P2... 阅读全文
posted @ 2014-07-03 10:56 一天不进步,就是退步 阅读(406) 评论(0) 推荐(0)
摘要: Part I-An introduction to transactionsIf you look at any introductory article or book on J2EE, you'll find only a small portion of the material devote... 阅读全文
posted @ 2014-07-03 10:16 一天不进步,就是退步 阅读(414) 评论(0) 推荐(0)
摘要: Why thread pools?Many server applications, such as Web servers, database servers, file servers, or mail servers, are oriented around processing a larg... 阅读全文
posted @ 2014-07-03 10:02 一天不进步,就是退步 阅读(420) 评论(0) 推荐(0)
摘要: 来源:https://secure.gettinglegaldone.com/docs/realm-howto.htmlQuick StartThis document describes how to configure Tomcat to supportcontainer managed sec... 阅读全文
posted @ 2014-07-02 23:07 一天不进步,就是退步 阅读(1141) 评论(0) 推荐(0)
摘要: 一、架构下面谈谈我对Tomcat架构的理解总体架构:1、面向组件架构2、基于JMX3、事件侦听1)面向组件架构tomcat代码看似很庞大,但从结构上看却很清晰和简单,它主要由一堆组件组成,如Server、Service、Connector等,并基于JMX管理这些组件,另外实现以上接口的组件也实现了代... 阅读全文
posted @ 2014-07-02 22:56 一天不进步,就是退步 阅读(4320) 评论(0) 推荐(1)
摘要: Java 的 I/O 类库的基本架构I/O 问题是任何编程语言都无法回避的问题,可以说 I/O 问题是整个人机交互的核心问题,因为 I/O 是机器获取和交换信息的主要渠道。在当今这个数据大爆炸时代,I/O 问题尤其突出,很容易成为一个性能瓶颈。正因如此,所以 Java 在 I/O 上也一直在做持续的... 阅读全文
posted @ 2014-07-02 18:03 一天不进步,就是退步 阅读(470) 评论(0) 推荐(0)
摘要: Hello all,In this tutorial we are going to configure JDBCRealm JAAS for tomcat 7 and mysql database server.Let us first understand what exactly these ... 阅读全文
posted @ 2014-07-02 09:39 一天不进步,就是退步 阅读(539) 评论(0) 推荐(0)
摘要: In this tutorial you will learn how to configure JAAS authentication in Tomcat using the HTTP Basic authentication scheme.IntroductionTomcat provides ... 阅读全文
posted @ 2014-07-02 09:23 一天不进步,就是退步 阅读(393) 评论(0) 推荐(0)
摘要: 第 1 部分: 架构概览和安全过滤器Acegi Security System 是一种功能强大并易于使用的替代性方案,使您不必再为 Java 企业应用程序编写大量的安全代码。虽然它专门针对使用 Spring 框架编写的应用程序,但是任何类型的 Java 应用程序都没有理由不去使用 Acegi。这份共... 阅读全文
posted @ 2014-07-01 17:47 一天不进步,就是退步 阅读(3192) 评论(0) 推荐(1)
摘要: 一.简介现在越来越多的企业应用构建在j2ee平台上,这得益于j2ee为企业应用的开发提供了良好的框架和服务的支持.j2ee为企业应用提供了多方面的服务(Security、Transaction、Naming等).本文将介绍j2ee提供的安全服务.作者首先介绍j2ee中的安全概念和j2ee的安全体系架... 阅读全文
posted @ 2014-07-01 17:31 一天不进步,就是退步 阅读(1436) 评论(0) 推荐(0)
上一页 1 ··· 175 176 177 178 179 180 181 182 183 ··· 229 下一页