自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (67)
  • 收藏
  • 关注

原创 【spring-security-OAUTH2-Client2Gitee详解】

spring security oauth2 to Gitee

2022-05-27 22:07:51 2389 4

-tomcat-cat-native.rar

将该压缩包打开,里面有32位和64位的,根据你的用的操作系统实际情况,选择对应的目录tcnative-1.dll,复制到你机器JDK目录的bin下即可

2019-06-22

JAVA EE 8 RECIPES

是一本关于JAVA EE经典开发的书,分为:JPA; JSF; FACELET;EJB;CDI;JPA;JTA;互操作:jax-rs;jax-ws

2019-02-08

Beginning JAVA EE 7经典

本书为java ee 规范的讲解,JSF,CDI,EJB,JPA,JTA,互操作包括message queue;restful service; soapservice

2019-02-08

beginning java ee 7随书源码,github不好下

本资源是beginning java ee 7 畅销书的随书源码。如果从github下载需要改变host或者下载github客户端

2019-02-08

带注解的java web service up and running

详细注解了跑各个例子的注意事项,对其中需要关注的重点给出了总结

2019-01-05

WSServletContextListener 所需jar包

已经经过测试,当你想将SOAP-BASED web servcie部署到tomcat时,先映射为servlet,而用lisenter产生此实例,配置文件为sun-jaxws.xml.但需要你在web-inf/lib下加入所需jar包才可以

2019-01-05

mastering jsf

系统讲述JSF的原理,标签,表达式,组件树和生命周期对象

2018-11-16

mule in action mule 实战

mule in aciton:mule 实战,主要是社区成熟,文档丰富。开源esb

2018-07-20

mule ESB 3 user guider

mule esb 3 user guider: 社区成熟,文档丰富的开源esb mule用户手册

2018-07-20

Getting started with mule cloud connect

mule esb 增加了云计算接口部分,这本书主要讲解mule对云计算的支持。

2018-07-20

how linux works what every superuser should know

比较经典的讲解linux工作原理的书籍,主要是针对超级用户管理

2018-07-20

Embedded linux primer

embedded linux primer是比较经典的嵌入式linux开发书籍。

2018-07-20

flex第一步

flex比较流行的一种对于富客户端采用的一种视图技术。

2018-07-20

深入java虚拟机 随书源码

深入java虚拟机深入讲解java vm的原理,利用例子实证。

2018-07-20

using java webservice 随书源码

using java webservices :使用java操作webservcie:主要是利用java及规范进行WS发布,消费。

2018-07-20

SOA Using java web servcice 随书源码

services oriented architure using java web servcies. sample code

2018-07-20

jsp book3 随书源码

jsp book 讲解jsp和servlet各个生命周期,请求过程来龙去脉。

2018-07-20

javascript in action:javascript 实战源码

javascript in action : javascript 实战源码。比较经典。

2018-07-20

building webservices with java source code

building webservices with java 的随书源码,主要讲解如何用java及相关规范生成和消费soapweb服务

2018-07-20

ajax in action :ajax 实战 源码

Ajax in action也就是ajax实战。比较经典的ajax书籍。

2018-07-20

spring source spring integration in action 随书源码 example code

是讲解通过springsorce进行系统集成的经典,你可以当做轻量级的ESB使用

2018-07-20

spring recipes 2 edition 随书源码

spring recipes 2 edition 随书源码,已经过调试,建议采用spring tool suite进行开发spring相关项目

2018-07-20

spring mvc beginner guider -source code

springMVC beginner guider比较推荐的一部经典,名叫初学者指南,但其实很深入。

2018-07-20

mule in action 即mule实战源码

企业服务总线ESB中用户数量大,文档丰富,社区成熟的一款开源ESB。

2018-07-20

mule esb cookbook 随书源码

MULE ESB是开源企业服务总线中用户数量最多,文档最丰富,堪称经典。

2018-07-20

beginning java server pages example code

是JSP和servlet全生命周期讲解的经典书书籍随书源码,虽然叫初步,实际上下册非常深入,堪称经典。

2018-07-20

Sun Certified Enterprise Architect for J2EE™ Technology Study Guide

The first officially authorized study guide for the challenging Sun Certified Enterprise Architect for Java 2 Platform, Enterprise Edition exams. Java platform experts Cade and Roberts provide expert guidance and background for designing effective J2EETM technology architectures—as well as comprehensive preparation for every exam element: multiple-choice exam, assignment, and essay. You’ll find start-to-finish coverage of key J2EE platform architectural issues and every exam objective, including:

2017-10-02

Design Patterns Elements of Reusable Object-Oriented Software

Designing object-oriented software is hard, and designing reusable object-oriented software is even harder. You must find pertinent objects, factor them into classes at the right granularity, define class interfaces and inheritance hierarchies, and establish key relationships among them. Your design should be specific to the problem at hand but also general enough to address future problems and requirements. You also want to avoid redesign, or at least minimize it. Experienced object-oriented designers will tell you that a reusable and flexible design is difficult if not impossible to get "right" the first time. Before a design is finished, they usually try to reuse it several times, modifying it each time

2017-10-02

Designing Enterprise Applications

THE J2EE platform specifies technologies to support multitier enterprise applications. These technologies fall into three categories: component, service, and communication. The component technologies are those used by developers to create the essential parts of the enterprise application, namely the user interface and the business logic. The component technologies allow the development of modules that can be reused by multiple enterprise applications. The component technologies are supported by J2EE platform’s system-level services. These system-level services simplify application programming and allow components to be customized to use resources available in the environment in which they are deployed.

2017-10-02

Core J2EE™ Patterns: Best Practices and Design Strategies

Patterns are about communicating problems and solutions. Simply put, patterns enable us to document a known recurring problem and its solution in a particular context, and to communicate this knowledge to others. One of the key elements in the previous statement is the word recurring, since the goal of the pattern is to foster conceptual reuse over time.

2017-10-02

SCAJ-001 JAVA PATTERNS

Applied Java Patterns also features a section on pattern use in systems built with J2EE and JINI technologies, and coverage of the servlet, JSP, EJB, and JavaSpaces APIs.

2017-10-02

WSO2 Synergies ESB and Registry

Seamless protocol conversion between:  File, (S)FTP, HTTP(S), JMS, MQSeries, AMQP, Email, FIX, JDBC, TCP, Hessian, XMPP/Jabber, REST, SOAP/WS*, etc  Fast effective contentbased routing and dynamic routing

2017-10-02

jBPM Developer Guide

To give you a brief introduction to this chapter, we are going to explain why developers need to know about BPM and when they should use it. Before reaching to this important conclusion we are going to analyze some new concepts like business process, business process management discipline, and business process management systems because it's important that developers manage the specific terminology pretty well. Bearing these new concepts in mind, you will be able to start analyzing how your company handles everyday work, so you can rediscover your environment with a fresh perspective

2017-10-02

Open Source ESBs in Action

This book is for everyone interested in open source ESBs in general and Mule and ServiceMix in particular. For consultants and architects, this book provides an excellent overview of the functionality provided by Mule and ServiceMix and other open source–based integration frameworks. For developers, this book provides numerous code examples and a ready-to-go development environment that you can use to start your projects. We use Mule 2.0.2 and ServiceMix 3.2.1 in this book. New versions of Mule and ServiceMix will be released at a constant rate; for example when this book went to press, ServiceMix had a new maintenance release, version 3.2.2. If you are looking for updated examples that will work with newer versions of Mule or ServiceMix, please visit our website at http://www.esbinaction.com.

2017-10-02

mule 2 a developers guide

Mule 2.0 provides this messaging framework rather than the actual middleware required to transfer messages from one endpoint to another. Typically, you could use the Java Message Service (JMS) to transfer data, or perhaps web services, and just use Mule to manage all of this. In fact, Mule does not limit you to using one messaging middleware over another, and it supports 25 different protocols out of the box in the current release

2017-10-02

Mule in Action

Mule is a lightweight event-driven enterprise service bus (ESB) and an integration platform. As such, it more closely resembles a rich and diverse toolbox than a shrink-wrapped application. In the first chapter of this book, we’ll introduce you to its history, overall architecture, and its terminology. Armed with this basic knowledge, you’ll be able to further delve into the platform.

2017-10-02

beginning java server pages v2

turing prize book famous jsp bookturing prize book famous jsp bookturing prize book famous jsp book

2017-10-02

beginning java server pages v1

famous classic jsp bookfamous classic jsp bookfamous classic jsp bookfamous classic jsp bookfamous classic jsp bookfamous classic jsp book

2017-10-02

JAVASERVER FACES IN ACTION

JavaServer Faces (JSF, or simply “Faces”) makes it easy to develop web applications by bringing support for rich, powerful user interface components (such as text boxes, list boxes, tabbed panes, and data grids) to the web development world. A child of the Java Community Process,1 JSF is destined to become a part of Java 2 Enterprise Edition (J2EE). This book will help you understand exactly what JSF is, how it works, and how you can use it in your projects today.

2017-10-02

jBPM5 Developer Guide A

Business Process Management (BPM) is becoming something that every developer needs to understand.

2017-10-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除