`
文章列表
public long increment(String name, int size) throws SystemException { if (size < _MINIMUM_INCREMENT_SIZE) { size = _MINIMUM_INCREMENT_SIZE; } CounterRegister register = getCounterRegister(name);//从hashMap中取出 synchronized (register) { long newValue = register.getCurrent ...
http://docs.liferay.com/portal/4.2/official/liferay-portlet-development-guide-4.2/multipage/ch02.html    记下地址
最近在项目中使用 Spring 和 Hibernate 进行开发,有感于 Criteria 比较好用,在查询方法 设计上可以灵活的根据 Criteria 的特点来方便地进行查询条件的组装。现在对 Hibernate的Criteria 的用法进行总结:    Hibernate 设计了 CriteriaSpe ...
Hibernate3 提供了一种创新的方式来处理具有“显性(visibility)”规则的数据,那就是使用Hibernate filter。 Hibernate filter是全局有效的、具有名字、可以带参数的过滤器, 对于某个特定的Hibernate session您可以选择是否启用(或禁用)某 ...
spring side3 学习地址的:http://www.blogjava.net/youxia/archive/2009/07/22/287839.html

一个速度 js tree

http://www.iteye.com/topic/487771 url
需要最少的包:commons-logging.jarjavax.servlet.jarorg.mortbay.jetty.jarorg.mortbay.jmx.jar //代码:以嵌入模式启动Jetty import org.mortbay.http.HttpContext;import org.mortbay.http.HttpServer;import org.mortbay.http.SocketListener;import org.mortbay.http.handler.ResourceHandler; public class JettySample {   public ...
portal-kenel.jar 不依赖任何非标准jar(只依赖jdk\junit\j2ee5\portlet等) <target name="compile">  <mkdir dir="classes" />   <!--  <path id="project.classpath">  <pathelement path="${classpath}" />  <path refid="lib.classpath" />   ...
<target name="testerpaht">  <path id="varp">    <fileset dir="${project.dir}/lib/portal" includes="*.jar" />   </path>    <path id="mypath">   <fileset dir="${project.dir}/lib/development" includes="jsp- ...
http://blog.csdn.net/smilingleo  smilingleo的博客 http://tyler-zhou.iteye.com/  tyler-zhou博客
Liferay是基于SOA理念设计的,很容易通过Web Services对外提供服务接口,下面简单介绍一下。 Liferay如何对外提供服务? 1、在service.xml中编辑,增加一个<entity name="xx" local-service="false" remote-service="true" />2、ant build-service-xxxx (portal-impl/build.xml)3、修改XXServiceImpl, 写入你要对外提供的方法逻辑;4、ant build-service-xxxx ...
Lazy Loading (Load&Get) http://blog.csdn.net/nickcen/archive/2007/07/13/1688376.aspx Hibernate缓存机制 http://www.iteye.com/topic/249465 hibernate二级缓存攻略 http://www.iteye.com/topic/18904 为什么不用SQL,而用HQL http://i-proving.ca/space/Technologies/Hibernate/SQL+vs+HQL+with+the+Session+Cache
 过一会,您就会发现向类路径手工添加 bin 目录和 JAR 归档文件太过繁琐。这时您可能会想要使用 CLASSPATH 环境变量。可以只向 CLASSPATH 环境变量添加一次目录和 JAR 归档文件,之后就不需要在每次运行 javac 或 java 时都要再键入 ...
spring的配置文件<bean id="exporter"    class="org.springframework.jmx.export.MBeanExporter"    lazy-init="false">    <property name="beans">        <map>            <entry key="hibernate:name=statisticsService"                value-ref ...
Database sharding is a way of scaling your database horizontally. For a given table or set of tables, you split up the data that is stored and fetched based on a given hash or something like that. Google, Facebook, and Wikipedia all use database sharding. Table of Contents [-+] 1 Benefits ...
Global site tag (gtag.js) - Google Analytics