自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

HelloWorldDemo

专注 J2EE 开发

  • 博客(6)
  • 收藏
  • 关注

原创 Ext JS 4 使用SASS 和 Compass 自定义主题 (compass and sass used in ext 4 theme)

Ext JS 4 使用SASS 和 Compass 自定义主题

2013-09-12 10:31:32 1939

翻译 ext direct spring sse method

SSE Method Since 1.2.2 Server 服务器发送事件方法是轮询方法的替代。从JavaScript EventSource对象调用。 一个服务器发送方法用@ExtDirectMethod(value = ExtDirectMethodType.SSE)注释。如果SSE方法有参数需要用@RequestParam注释。value属性必须跟请求参数名一致,是可选的如果编译

2013-09-09 17:09:34 1000

翻译 ext direct spring Polling Method

Server   ExtDirectSpring支持轮询服务(POST)和(GET)参数。要配置轮询方法,必须注释@ExtDirectMethod(value = ExtDirectMethodType.POLL, event = "eventName")。这个方法必须是一个Spring管理的bean的成员函数。event属性是事件的名称。如果一个轮询方法需要支持参数,参数需要添加注释@Req

2013-09-09 15:52:41 1545

翻译 ext direct spring Simple Named Parameter Method 命名参数方法

Simple Named Parameter Method 命名参数方法 这个功能仅在Ext JS 4.x和Sencha Touch 2.x可用。 Server 命名参数方法在服务器上注明用@ExtDirectMethod和类型SIMPLE_NAMED: @Service public class NamedService { @ExtDirectMethod(ExtDirect

2013-09-06 17:13:03 1019

翻译 ext direct spring Simple Method

Server   在客户端可以用JavaScript访问的方法必须用@ExtDirectMethod注释。注释方法的bean必须是Spring管理的bean。 @Service public class TestAction { @ExtDirectMethod public String doEcho(String message) { return message;

2013-09-06 16:29:08 1004

翻译 ext direct spring Configuration

Configuration 通过类ch.ralscha.extdirectspring.controller.Configuration可以方便的微调ExtDirectSpring。 RemotingProvider Configuration 可以通过三个属性timeout, maxRetries and enableBuffer配置RemotingProvider。 <bean id=

2013-09-06 15:39:59 2226

空空如也

空空如也

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

TA关注的人

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