加载中
play2.0文档-面向java开发者(7)异步HTTP编程

Handling asynchronous results 处理异步results Why asynchronous results? 为啥需要异步results Until now, we were able to compute the result to send to the web client directly. Thi...

2012/04/18 22:52
1.2K
play2.0文档-面向java开发者(6)

Action composition Action组合 This chapter introduces several ways to define generic action functionality. 这章节介绍几个定义通用action功能的方式。 Reminder about actions actio...

2012/04/12 23:11
785
play2.0文档-面向java开发者(5)

Body parsers Body解析器 What is a body parser? body解析器是啥? An HTTP request (at least for those using the POST and PUT operations) contains a body. This body can be formatt...

2012/04/10 22:32
545
play2.0文档-面向java开发者(4)

Session and Flash scopes Session和Flash作用域 How it is different in Play 在play中有何不同 If you have to keep data across multiple HTTP requests, you can save them in the Sessi...

2012/04/09 22:02
1.2K
play2.0文档-面向java开发者(3)

Manipulating the response 处理应答 Changing the default Content-Type 改变默认内容类型 The result content type is automatically inferred from the Java value you specify as body....

2012/04/09 21:17
1.3K
play2.0文档-面向java开发者(2)

HTTP routing The built-in HTTP router (内置的HTTP router) The router is the component that translates each incoming HTTP request to an action call (a static, public method in a...

2012/04/06 13:17
939
Play2.0文档-面向JAVA开发者(1)

大东哥已经翻译了面向scala开发者的部分http://my.oschina.net/dongming/blog?catalog=153394 我打算翻译一下java部分,如果错误请予以指正,谢谢! Actions, Controllers and Results Actio...

2012/04/05 22:50
4.6K
alibaba fastjson(json序列化器)序列化部分源码解析-2-性能优化B

前面讲了进行对象解析的两个方面,并讲了针对outWriter将不同类型的数据信息写到buf字符数组。本篇讲解对象解析的过程,即如何将不同类型的对象解析成outWriter所需要的序列信息。并考虑其中...

2011/06/20 14:18
1K
alibaba fastjson(json序列化器)序列化部分源码解析-1-总体分析

fastjson官方地址: http://code.alibabatech.com/wiki/display/FastJSON/Home 从javaeye上看到了阿里一位人士写的fastjson,特别是其中如何将java对象序列化成json字符串这段。笔者比较关注,...

2011/06/20 13:58
1.3K
jvm-serializers

WARNING: Benchmarks can be misleading. These tests use a specific data value (DataStructuresV2). A different data value will yield different results. The tools have different se...

2010/08/16 14:18
2.2K

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部