Welcome![Sign In][Sign Up]
Location:
Search - log4j-1.2.12

Search list

[Windows Developlogging-log4j-1.2.12

Description: log4j 日志 输出-log4j log and output.
Platform: | Size: 3483607 | Author: sun | Hits:

[Windows Developlogging-log4j-1.2.12

Description: log4j 日志 输出-log4j log and output.
Platform: | Size: 3483648 | Author: sun | Hits:

[JSP/JavaStruts

Description: 本书由浅入深、循序渐进地介绍了MVC的体系结构和如何构建一个基于MVC的Web框架,目的是帮助软件开发人员快速掌握MVC的设计思想,并能使用MVC的内涵设计Web框架。全书共分12章。第1章详细介绍MVC的设计思想、优缺点,以及如何构建一个基于MVC的Web框架;通过这部分知识的介绍,建立起读者对MVC的理论基础。第2~9章将逐步实现一个基于MVC的Web框架和持久层框架;读者可以通过这部分内容的学习,掌握其实现细节和核心设计方式。第10~11章主要介绍如何将自己实现的Web框架与其他工具进行整合;读者通过这部分内容的学习,可以将本书中实现的Web框架与目前许多开源项目,如Hibernate、Log4j等整合起来,以方便开发。第12章主要通过一个内容管理系统实例来验证本书所实现的框架;读者通过这部分内容的学习,可以熟练掌握本书所实现的Web框架的使用方法。 -This book easy-to-digest, step-by-step introduction of the MVC architecture and how to build the Web-based MVC framework, designed to help software developers quickly master the MVC design idea, and the connotation of the use of MVC design Web framework. Book is divided into 12 chapters. Chapter 1 Introduction MVC detailed design idea, the advantages and disadvantages, and how to build a framework based on MVC s Web through this part of the knowledge of the introduction, readers establish the theoretical basis for MVC. 2 ~ 9 Chapter will gradually realize the Web-based MVC framework and the persistence layer framework readers can pass this part of the contents of the study and master the details of its implementation and the core design. No. 10 ~ Chapter 11 mainly how to introduce their own implementation of the Web framework integration with other tools readers through this part of the study, you can achieve in this book s Web framework with the current lot of open source projects,
Platform: | Size: 9834496 | Author: lll | Hits:

[JSPProficientinStrutsTheMVCBasedJavaWebDesignandDevel

Description: 本书详细介绍了在最新的Struts1.1以及不久将推出的Struts1.2版本上设计和开发Java Web应用的各种技术。本书第1章到第3章为入门篇,通过两个Struts应用实例,引导读者把握设计、开发和部署Struts应用的整体流程,充分体会Struts框架在开放大型、可扩展的Web应用方面发挥的优势。第4章到第7章深入探讨了Struts框架的核心组件ActionServlet和RequestProcessor的实现原理,详细介绍了开发Struts应用的模型、视图和控制器的各种技术,细致的描述了Struts配置文件的每个元素的使用方法。第8章到第9章介绍了开发Struts应用的一些实用技术,如Struts框架的扩展点、Struts应用的国际化,Validator验证框架和异常处理机制等。第12章到第16章结合具体的Struts应用实例,详细介绍了Struts的标签库以及Tiles框架的使用方法。第17章和第18章介绍如何采用EJB和Web服务来实现Struts框架的模型。第19章到第21章介绍了如何采用第三方软件,如Apache Common Logging API、Log4J、ANT和StrutsTestCase,来控制Struts应用的输出日志、管理以及测试Struts应用项目。-The book described in detail in the latest Struts1.1 and will soon launch version Struts1.2 design and development of Java Web application technologies. Chapter 1 of this book to Chapter 3 for the entry articles Struts application through two examples to guide readers to grasp the design, development and deployment of Struts applications, the overall process, fully aware of Struts framework for large-scale in an open, scalable Web applications of play advantage. Chapter 4 to Chapter 7 in-depth exploration into the core of Struts framework components ActionServlet and RequestProcessor the realization of the principle of detailed model of the development of Struts applications, a variety of view and controller technology, detailed description of the Struts configuration file for each the use of elements. Chapter 8 to Chapter 9 describes the development of Struts applications, a number of practical techniques, such as the expansion point of Struts framework, Struts application of internat
Platform: | Size: 19988480 | Author: jason | Hits:

[MySQLamoeba-mysql-1.0.2-BETA

Description: Amoeba属于分布式数据库代理开发框架,专注于分布式数据库 proxy 开发。座落与Client、DB Server(s)之间。对客户 端透明。具有负载均衡、高可用性、sql过滤、读写分离、可路由相关的query到目标数据库、可并发请 求多台数据库合并结果。-Amoeba is a kind of framework about distribute database proxy development that between client and DB server(s).Featurs:client transparency,load balance,high usability,sql filter,R/W splitting,sql routing,concurrent query and results merging.
Platform: | Size: 3260416 | Author: 张强 | Hits:

[JSP/JavaStrutsMVC

Description: Struts是目前非常流行的基于MVC的Java Web框架。本书详细介绍了在最新的Struts1.1以及不久将推出的Struts1.2版本上设计和开发Java Web应用的各种技术。本书第1章到第3章为入门篇,通过两个Struts应用实例,引导读者把握设计、开发和部署Struts应用的整体流程,充分体会Struts框架在开放大型、可扩展的Web应用方面发挥的优势。第4章到第7章深入探讨了Struts框架的核心组件ActionServlet和RequestProcessor的实现原理,详细介绍了开发Struts应用的模型、视图和控制器的各种技术,细致的描述了Struts配置文件的每个元素的使用方法。第8章到第9章介绍了开发Struts应用的一些实用技术,如Struts框架的扩展点、Struts应用的国际化,Validator验证框架和异常处理机制等。第12章到第16章结合具体的Struts应用实例,详细介绍了Struts的标签库以及Tiles框架的使用方法。第17章和第18章介绍如何采用EJB和Web服务来实现Struts框架的模型。第19章到第21章介绍了如何采用第三方软件,如Apache Common Logging API、Log4J、ANT和StrutsTestCase,来控制Struts应用的输出日志、管理以及测试Struts应用项目。 -Struts is very popular Web framework based on the MVC Java. This book introduces in detail the latest Struts1.1 and will soon Struts1.2 version of the design and development of technology of Java Web application. This chapter 1 to chapter 3, through the portal for two Struts application examples, lead readers to grasp the design, development and deployment of the whole process, application of Struts fully experience in large-scale, open framework of Struts extensible Web applications to play advantage. Chapter 4 to chapter 7 probes into the core components of the framework of Struts ActionServlet and RequestProcessor principle, detailed introduces the application of the model, and develop Struts and various technical and meticulous controller described Struts configuration files using the method of each element. Chapter 8 to 9 chapter introduces the application of some practical technology Struts, such as frame, the expanded Struts application of internationalization, the Validator Str
Platform: | Size: 19988480 | Author: cinderella | Hits:

[JSPApache-Velocity---Developers-Guide

Description: 1. Introduction and Getting Started 2. Resources 3. How Velocity Works The Fundamental Pattern 4. To Singleton Or Not To Singleton... Singleton Model Separate Instance 5. The Context The Basics Support for Iterative Objects for #foreach() Support for "Static Classes" Context Chaining Objects Created by the Template Other Context Issues 6. Using Velocity in General Applications The Velocity Helper Class Exceptions Miscellaneous Details 7. Application Attributes 8. Configuring Event Handlers 9. Velocity Configuration Keys and Values 10. Configuring Logging Using Log4j With Existing Logger Simple Example of a Custom Logger 11. Configuring the Resource Loaders (template loaders) Resource Loaders Configuration Examples Pluggable Resource Manager and Resource Cache 12. Template Encoding for Internationalization 13. Velocity and XML 14. Summary-1. Introduction and Getting Started 2. Resources 3. How Velocity Works The Fundamental Pattern 4. To Singleton Or Not To Singleton... Singleton Model Separate Instance 5. The Context The Basics Support for Iterative Objects for#foreach() Support for "Static Classes" Context Chaining Objects Created by the Template Other Context Issues 6. Using Velocity in General Applications The Velocity Helper Class Exceptions Miscellaneous Details 7. Application Attributes 8. Configuring Event Handlers 9. Velocity Configuration Keys and Values 10. Configuring Logging Using Log4j With Existing Logger Simple Example of a Custom Logger 11. Configuring the Resource Loaders (template loaders) Resource Loaders Configuration Examples Pluggable Resource Manager and Resource Cache 12. Template Encoding for Internationalization 13. Velocity and XML 14. Summary
Platform: | Size: 116736 | Author: liu | Hits:

CodeBus www.codebus.net