`
文章列表

javascript

    博客分类:
  • js
Javascript是一种由Netscape的LiveScript发展而来的原型化继承的面向对象的动态类型的区分大小写的客户端脚本语言,主要目的是为了解决服务器端语言,比如Perl,遗留的速度问题,为客户提供更流畅的浏览效果。当时服务端需要对 ...
Introduction How to use Understand Reflection Classes   Introduction For maximum efficiency, GWT compiles your Java source into a monolithic script. Now gwt-ent provide a reflection implement by gwt code generator mechanism. This Framework support Class http://code.google.com/p/ ...

gwt反射

    博客分类:
  • gwt
GWTENT 1.0 第一个RC版本发布,从本版本开始,所有包结构及主要的接口将会稳定下来。    GWTENT 主要为GWT提供反射Reflection,数据绑定(DataBinding),HTML模板,检验支持(Validation)及一个处于早期的AOP实现。  http://gwt-ent.googlecode.com/files/gwtent.1.0.0.RC1.zip   http://code.google.com/p/gwt-ent/   http://code.google.com/p/gwt-ent/wiki/UseReflection     Gw ...
GWT Reflection - Overview <!-- <a name="overview"><IMG SRC="img/asioc_09.gif" WIDTH=85 HEIGHT=20 ALT="Overview"></a>--> GWT Reflection is a small framework which give you ability to use reflection API on client side (yes! on browse side ...
JAVA 对象拷贝 JAVA 对象拷贝 为什么需要有对象拷贝? 对象拷贝相对的自然是引用拷贝。java初学者经常会问,我这个方法要改变一个对象的属性,可以把参数传进去了,为什么没有改变了? ——基本数据类型传值,而对象传引用或引用的拷贝。 而有时候我们要获取到一个当前状态的对象复制品,他们是两个独立对象。不再是引用或者引用拷贝(实质都是指向对象本身)。就是说a是b的拷贝,b发生变化的时候,不要影响a。 对象拷贝有浅拷贝和深度拷贝两种。 1)浅拷贝 浅拷贝是指对象中基本数据类型得到拷贝,而引用数据类型并未拷贝。提到拷贝自然和clone联系起来了,所有具有clone功能的类都 ...

spring教程

spring 中加载xml配置文件的方式 点击:   发布日期:2007-6-14 12:39:00   进入论坛     spring 中加载xml配置文件的方式,好像有3种, xml是最常见的spring 应用系统配置源。Spring中的几种容器都支持使用xml装配bean,包括:     XmlBeanFactory ,     ClassPathXmlApplicationContext ,     FileSystemXmlApplicationContext ,     XmlWebApplicationContext    一:XmlBeanFactory 引用 ...

日志详解

Log4j是Apache的一个开放源代码项目,通过使用Log4j,我们可以控制日志信息输送的目的地是控制台、文件、GUI组件、甚至是套接口服务器、NT的事件记录器、UNIX Syslog守护进程等;我们也可以控制每一条日志的输出格式;通过定义每一条日志信息的级别,我们能够更加细致地控制日志的生成过程。最令人感兴趣的就是,这些可以通过一个配置文件来灵活地进行配置,而不需要修改应用的代码。
tomcat 字符集 <Connector port="8009" enableLookups="false" redirectPort="8443" debug="0" protocol="AJP/1.3" URIEncoding="UTF-8" useBodyEncodingForURI="true" />     Due to the lack of a ...
public Canvas createForm () {    DynamicForm form = new DynamicForm();  form.setHeight100();  form.setWidth100();  HeaderItem header = new HeaderItem();  header.setDefaultValue("节点信息");   TextItem name = new TextItem("name", "名称");  TextItem type = new TextItem("ty ...
jetty <script type="text/javascript"></script> 目录 特性简介 易用性 易嵌入性 作为嵌入式服务器使用代码实例: 特性简介 易用性 易嵌入性 作为嵌入式服务器使用代码实例: 展开 <script type="text/javascript"></script>   Jetty 是一个开源的servlet容器,它为基于Java的web内容,例如JSP和servlet提供运行环境。Jetty是使用Java语言编写 ...
gwt 调试插件
Compile & Debug Let's start with the core principle of GWT development: If your GWT application runs in development mode as you expect... and the GWT compiler successfully compiles your application into JavaScript... then your application will work the same way in a web browser as it did in ...
图标界面
开发人员指南 - 记录 This document is for developers interested in logging client-side code in their GWT applications.这份文件是在记录他们的GWT应用程序的客户端代码感兴趣的开发人员。 Logging is the process of recording events in an application to provide an audit trail to understand how the application executes and to diagnose problems.记 ...
Adding gwt-log to an (Eclipse) GWT Project Download the latest gwt-log-<version>.jar and place it in a convenient location. Note for Maven users: Releases are also available in Maven Central with groupId com.allen-sauer.gwt.log and artifact gwt-log. Create a GWT Eclipse project as i ...
Global site tag (gtag.js) - Google Analytics