J2EE
FredLzy
热爱技术,热爱生活,热爱运动,希望认识更多志同道合的朋友,未来在那里,
不靠爹,因为我爸不是李刚,也不是什么部长,主任。
不靠辛苦劳动拼体力,因为我知道比不过那些刚毕业的学生,有生存的压力。
不靠拼财力,我没有家财万贯,也经不起无厘头的折腾,一点积蓄还待养老养子。
我靠人脉了,靠自己的圈子发财。我靠能力了,靠自己的知识谋生。我靠思想了,靠自己的经验取胜。
我很努力吗?我比的是耐力,不是冲刺力,这是经验的总结。
我拼人品吗?品行还不可以立传,但可以让身边的人舒服和愉悦。
快来认识我吧,最好约到酒吧见面,或者球场上较劲,或者找个安静的公园散步吧。
展开
-
SpringMVC中两种validation方法详解
不同于Struts1.x的基于Form的验证机制,Spring 基于注释的校验机制:1)支持JSR303 Bean Validation定义的校验规范。2) 支持Spring框架定义的Validator接口定义的校验。校验方式一: JSR303 Bean ValidationSpring3.1后增加的了对JSR303 Bean Validation规范的支持,不仅可以对Spri...原创 2018-07-18 16:12:43 · 20477 阅读 · 0 评论 -
Weblogic12c (12.1.2) 兼容性问题汇总
上篇文章介绍了Oracle WebLogic Server 12.1.2 新特性最近在部署应用的时候发现了一些新问题总结如下:1〉JDK 兼容性问题。我们可以通过http://www.oracle.com/technetwork/java/javase/7u25-relnotes-1955741.html#jar-att 查看各个JDK版本的新特性。选择下载各版本的JDK : http://www.oracle.com/technetwork/java/javase/downloads/java原创 2013-10-09 11:49:41 · 17708 阅读 · 0 评论 -
Oracle WebLogic Server 12.1.2 新特性
美国时间 2013年7月11日, Oracle发布公告, 正式发布Oracle WebLogic Server 12.1.2, 同时发布的还有Coherence, EM, JDeveloper等产品,用户可以通过Oracle Technology Network提供免费开发和评估下载。下载地址:http://www.oracle.com/technetwork/middlewa原创 2013-09-12 11:05:57 · 2939 阅读 · 0 评论 -
Struts 2 + Spring + Hibernate integration Tutorial
Download it –Struts2-Spring-Hibernate-Integration-Example.zipIn this tutorial, it shows the integration between “Struts2 + Spring + Hibernate“. Make sure you check the following tutorials before c转载 2013-05-14 22:05:12 · 1891 阅读 · 0 评论 -
Binding & Remote Lookup of Custom Objects in JNDI tree of JBoss AS7.1.1
In this example we will see how to bind custom objects in the JNDI tree of “JBoss AS7.1.1 Final” and What kind of JNDI name we should choose in order to make the Remote client to be able to access (lo转载 2013-04-15 15:01:45 · 1323 阅读 · 0 评论 -
An Error occurred While Establishing a Connection Back to the Adminstration Server t3://<servername>
最近在升级Oralce Weblogic server 的时候总碰到错误:An Error occurred While Establishing a Connection Back to the Adminstration Server t3://: During StartupMar 21, 2013 5:09:11 AM EDT> <An error occurred原创 2013-03-22 15:00:54 · 5842 阅读 · 0 评论 -
JAVA中,Weblogic环境下对ORACLE的CLOB字段处理
JAVA可以通过JDBC,也可以通过JNDI访问并操作数据库,这两种方式的具体操作存在着一些差异;网上N多方法。但是之前并不知道App Server还会对具体的操作有影响。在TOMCAT,WEBSPHERE,OC4J中可以正常运行的程序,在WEBLOGIC中竟然报错。。。ClassCastException: weblogic.jdbc.wrapper.Clob_oracle_sql_CL转载 2013-02-22 14:14:25 · 4238 阅读 · 0 评论 -
使用 CAS 在 Tomcat 中实现单点登录
CAS 介绍CAS 是 Yale 大学发起的一个开源项目,旨在为 Web 应用系统提供一种可靠的单点登录方法,CAS 在 2004 年 12 月正式成为 JA-SIG 的一个项目。CAS 具有以下特点:· 开源的企业级单点登录解决方案。 · CASServer 为需要独立部署的Web 应用。· CASClient 支持非常多的客户端(这转载 2013-01-11 17:35:56 · 687 阅读 · 0 评论 -
Tomcat配置SSL协议 支持https
1〉生成密钥在Dos命令提示符窗口下执行以下命令: keytool -genkey -alias tomcat -keyalg RSA -keypass changeit -storepass changeit -keystore server.keystore -validity 3600通过以上步骤生成server.keystore证书文件拷贝到Tomcat目录原创 2013-01-22 14:52:18 · 1378 阅读 · 0 评论 -
到哪里下载Weblogic 12c 的Plug-In 为 Apache HTTP Server
你也许知道怎么配置Apache proxy for weblogic server, 如下:1,安装Apache 2.0, 使用默认的80默认端口Copy Weblogic的so到Apache目录源位置在:%ORACLE_MIDDLEWARE_HOME%/wlserver_10.3/server/plugin目标位置在:%APACHE_HOME%/modules注意改so原创 2012-12-20 10:08:53 · 3615 阅读 · 1 评论 -
Develop Eclipse Plug-ins Tutorial
Eclipse Plug-ins Tutorial This article describes the creation and deployment of Eclipse plug-ins. The article is based on Eclipse 4.2 (Eclipse Juno) and Java 1.6.Table of Contents1.转载 2012-12-18 12:39:20 · 3001 阅读 · 3 评论 -
_Java程序常见资源
作为不管你是什么级别的程序员,下面几个国外的技术网站你不得不收藏:1> 有问必答:http://stackoverflow.com/questions/2>寻找你所需要的开源jar包www.java2s.com/3>Oracle官网http://www.oracle.com/technetwork/java/javase/index.html4>Jquery UI原创 2013-12-02 11:18:19 · 1093 阅读 · 0 评论 -
Troubleshot for SSL issue for Weblogic server
1> Signature verification failed because RSA key public exponent [3] is too small RSA Keys with Public Exponent results in faulty signature verification on WLS. Having so low exponent is considere原创 2013-12-11 11:50:00 · 1974 阅读 · 0 评论 -
Apache Tomcat 8.5的新特点
Tomcat 8.5.x 分支来自于 Tomcat 9.0.0 M4 版本。其主要的目的是为了恢复的 Java 7 的兼容性,同时支持 Servlet 3.1, JSP 2.3, EL 3.0, WebSocket 1.1 和 JASPIC 1.1 规范。Tomcat 8.0.x 分支虽然说支持 JDK8 ,但是支持非常有限,面对其他竞争者对 JDK8 新特性的完全支持,Tomcat 8 明显落后很多,Tomcat 8.5.x 应该是补课版本。让目前 Tomcat 的主流版本能够跟上来。原创 2017-04-13 17:33:44 · 7053 阅读 · 0 评论 -
基于JSSE实现SSL 支持于WebLogic Server 11g
网络安全日益被客户看重,最近很多的客户要求把他们的系统迁移到JSSE的SSL实现上,因为他们需要对系统进行更强的加密要求.对于使用 WebLogic Server 10.3.2 之前的客户,你需要升级Weblogic Server到最新的11g, 如WLS10.3.6.因为针对这些版本我们没有办法来支持JSSE SSL的实现.To enable JSSE in weblog原创 2016-06-03 11:07:54 · 2574 阅读 · 0 评论 -
Java Tomcat SSL 服务端/客户端双向认证
SSL——Secure Sockets Layer双向认证(个人理解):客户端认证:客户端通过浏览器访问某一网站时,如果该网站为HTTPS网站,浏览器会自动检测系统中是否存在该网站的信任证书,如果没有信任证书,浏览器一般会拒绝访问,IE会有一个继续访问的链接,但地址栏是红色,给予用户警示作用,即客户端验证服务端并不是强制性的,可以没有服务端的信任证书,当然是否继续访问完全取转载 2016-04-30 22:44:34 · 1416 阅读 · 0 评论 -
Oracle SSL支持和keystore的生成
为支持SSL, 甲骨文WebLogic Server 缺省配置了如下keystores:DemoIdentity.jks—Contains a demonstration private key for WebLogic Server. This keystore contains the identity for WebLogic Server.DemoTrust.jks—Conta原创 2016-02-17 10:31:05 · 2908 阅读 · 0 评论 -
Apache性能监控
关于apache的安装(linux 下面)在之前进行过介绍:http://www.cnblogs.com/fnng/archive/2012/08/30/2662984.html 那么本节分享一些apache 的性能监控。 linux下通过server-status监控性能原创 2015-08-18 09:58:35 · 1713 阅读 · 0 评论 -
Windows上安装配置RabbitMQ快速指南
安装Rabbit MQRabbit MQ 是建立在强大的Erlang OTP平台上,因此安装Rabbit MQ的前提是安装Erlang。通过下面两个连接下载安装3.2.3 版本:下载并安装 Eralng OTP For Windows (vR16B03) 运行安装 Rabbit MQ Server Windows Installer (v3.2.3) 默认安装的Rabbit原创 2015-08-12 16:49:06 · 1622 阅读 · 0 评论 -
Configure a Spring JMS application with Spring Boot and annotation support
In this example we will also see how easy it can be to configure the jms project by using Spring Boot .原创 2015-07-31 10:50:34 · 1280 阅读 · 0 评论 -
Tomcat 支持的Java 版本和兼容性总结
最新最全的Tomcat 支持的Java版本对照,即兼容性一览表:Servlet SpecJSP SpecEL SpecWebSocket SpecApache Tomcat versionActual release revisionSupport Java Versions4.0TBD (2.4?)TBD (3.1?)TBD (1.原创 2014-12-28 16:07:20 · 12769 阅读 · 0 评论 -
Best practices for Foreign Servers
What is Foreign Servers?Foreign JMS servers can be used as a stand-alone component, similar to messaging bridges. These components target application servers or clusters directly instead of an inte转载 2014-09-04 15:43:10 · 909 阅读 · 0 评论 -
hibernate自定义生成主健
现在做的项目有一个需求:在不多维护一张表的情况下,自动生成主键,同sequence一样,而且要有一定的规范.比如,现在我们的规范是yymmddhhmmss+四位流水号.没有办法,只好对hibernate的主键生成做自定义.下面是我的代码,请多多指教.声明,我的hibernate的版本是:hibernate3.2自定义的时候,只对两个地方做了修改,一个是自己写了一个java类,实现了原创 2014-09-03 14:02:21 · 896 阅读 · 0 评论 -
Create a JMS Configuration on Oracle Weblogic 11g using WSLT
IntroductionDeploying an artifact or a package is commonly a delicate work on any environment that you are willing to install your application, at the expense to optimize your installation a well no转载 2014-09-04 15:35:35 · 1098 阅读 · 0 评论 -
Thread.currentThread().getContextClassLoader() 和 Class.getClassLoader()的区别
一、同一工程中:String path = Thread.currentThread().getContextClassLoader().getResource(".").getPath(); System.out.println(path); String string = Sample1.class.getClassLoader().getResource("转载 2013-12-12 16:38:42 · 4247 阅读 · 0 评论 -
List of Eclipse-based software
List of Eclipse-based softwareFrom Wikipedia, the free encyclopediaJump to: navigation,search The Eclipse platform can be extended by adding differentplug-ins, for example:2-plan D转载 2012-12-18 09:04:57 · 1583 阅读 · 0 评论 -
WebLogic 12c: Node Manager Best Practices
During the last couple of years (and the last couple of WebLogic versions) I collected a number of best practices regarding WebLogic nodemanager. All of them hold true for WebLogic 12c as well. This原创 2012-07-13 17:41:33 · 1340 阅读 · 0 评论 -
How to encrypt weblogic password.
1> weblogic encrypt IntroductionThe weblogic.security.Encrypt utility encrypts cleartext strings for use with Oracle WebLogic Server. The utility uses the encryption service of the current directory原创 2012-07-02 11:32:49 · 1256 阅读 · 0 评论 -
Vmware spring tc server 安装使用
TC SERVER是一个spring组织改装过的tomcat,提供的开发版里面支持程序的性能分析,最直接的一个功能是能以图形的方式显示出一个请求里面每个 方法及SQL所耗费的时间,这对调优程序有较大的帮助,各位可以在本机进行程序调试时使用。vFabric tc Server 是构建和运行 Java Spring 应用程序的最佳平台,为企业用户提供所需的轻量级服务器,满足其操作管理、高级原创 2012-06-26 15:47:39 · 4119 阅读 · 1 评论 -
Weblogic 脚本工具 导航和编辑 MBean
导航和编辑 MBean以下部分描述了如何使用 WLST 来导航、询问和编辑 MBean:导航和询问 MBean浏览运行时 MBean在 MBean 层次中导航查找 MBean访问自定义 MBean编辑配置 MBean 导航和询问 MBeanWLST 提供了对 MBean 的简化访问。而 weblogic.Admin 实用工具(不赞成在此版本 WebLogic翻译 2012-05-25 15:25:01 · 1539 阅读 · 0 评论 -
Enabling SSL on JBoss
Step 1)First of all, we are going to make a keystore. This is the place we are going to store the keys in on the serverside. We will use the Java-tool keytool for this. The algorithm used here is RS转载 2012-05-15 10:50:40 · 690 阅读 · 0 评论 -
Proxying Requests from Multiple Virtual Websites to WebLogic Server
To proxy requests from multiple websites (defined as virtual directories in IIS) to WebLogic Server:Create a new directory for the virtual directories. This directory will containdll and ini f转载 2012-04-13 10:04:51 · 910 阅读 · 0 评论 -
Sonar Eclipse
Sonar Eclipse provides a comprehensive Sonar integration for Eclipse. The objective of this Eclipse plugin is that developers do not have to leave their favorite IDE to get valuable information on cod转载 2012-03-31 16:04:05 · 1862 阅读 · 1 评论 -
Weblogic WLST scripting memo
Why is there no Weblogic WLST Node Manager nmShutdown command ?The great thing about the Weblogic Nodemanager is that you can control your Weblogic Admin and Managed servers through Weblogic Scr原创 2012-03-01 17:32:51 · 3984 阅读 · 0 评论 -
Install Oracle Weblogic Server (WLS) 12c 12.1.1 on Microsoft Windows 7 64 bit
Installing Oracle Weblogic Server (OWLS) 12c 12.1.1 on Microsoft Windows 7 64 bitIn the article you will have a look at the prerequisites and steps to install Oracle Weblogic Server (OWLS) 12c on原创 2012-02-15 15:28:39 · 3175 阅读 · 0 评论 -
Getting Runtime Information in Weblogic server by WLST.
Getting Runtime InformationThis chapter describes how to use WebLogic Scripting Tool (WLST) to retrieve information that WebLogic Server instances produce to describe their run-time state.This c原创 2012-02-22 19:04:49 · 2588 阅读 · 0 评论 -
Java EE5 and Java EE 6 support for annotations
Java EE5 and Java EE 6 support for annotationsThe goal of Java™ EE5 and Java EE 6 platform development is to minimizethe number of artifacts that you have to create and maintain, therebysimplifying转载 2012-02-09 12:02:23 · 718 阅读 · 0 评论 -
Glassfish VS Tomcat
Glassfish,尤其是将来的V3版本很值得期待,很多时候大家都会觉得应用服务器运用于Web应用比较笨重,不过Glassfish V3.0版本可是分为了3个版本,一个是适合开发时使用的微版本,一个是适合于Web应用部署的web版本,一个是完全符合j2ee标准的jee服务器版本,真是人性化的设计,一直以来在web应用方面tomcat是龙头老大,而如今Glassfish将会是tomcat的强敌。然后原创 2012-02-09 10:55:06 · 5168 阅读 · 2 评论 -
WebLogic 11g start and stop automation
WebLogic 11g start and stop automationThere are many ways of starting and stopping your Oracle WebLogic 11g ? environments, You can stop your Admin and Managed Server Instances through the Adminsi转载 2012-07-18 12:37:09 · 1166 阅读 · 0 评论 -
Weblogic 12c issue as WLST-WLS-1326447719560
这几天我在调试weblogic12c的时候程序总挂起,WLST脚本使用startServer command,服务启动不起来导致。原因是weblogic12c 因为引入了web service,需要在jdk中加入 JAX-WS实现。具体如下:# WLST-WLS-1326447719560: 1) locate the bundled Java EE 6 endorse原创 2012-07-19 17:47:51 · 1529 阅读 · 0 评论